Skip to content

Instantly share code, notes, and snippets.

@Youtong-Rong
Forked from cgarrard/cities.geojson
Last active December 14, 2020 22:43
Show Gist options
  • Save Youtong-Rong/4a173855529b943e58737dd6d778cb9d to your computer and use it in GitHub Desktop.
Save Youtong-Rong/4a173855529b943e58737dd6d778cb9d to your computer and use it in GitHub Desktop.
Sample geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "NAME": "Geneva", "PLACE": "city" },
"geometry": {
"type": "Point",
"coordinates": [ 18.1465886, 46.2017589 ]
}
},
{
"type": "Feature",
"properties": { "NAME": "Lausanne", "PLACE": "city" },
"geometry": {
"type": "Point",
"coordinates": [ 8.6327025, 46.5218269 ]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment