Skip to content

Instantly share code, notes, and snippets.

@ackintosh
Created October 5, 2017 00:20
Show Gist options
  • Save ackintosh/41bdc35b4125d811a4051edaea7c5fe6 to your computer and use it in GitHub Desktop.
Save ackintosh/41bdc35b4125d811a4051edaea7c5fe6 to your computer and use it in GitHub Desktop.
GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"properties": {},
"features": [
{
"type": "Feature",
"properties": {
"title": "Yotsuya Station"
},
"geometry": {
"type": "Point",
"coordinates": [139.7302, 35.68645]
}
},
{
"type": "Feature",
"properties": {
"title": "Sotobori dori"
},
"geometry": {
"type": "LineString",
"coordinates": [
[139.7303, 35.6894],
[139.7291, 35.684],
[139.7333, 35.6786],
[139.7366, 35.6783],
[139.7392, 35.6734],
[139.7425, 35.6712]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment