Skip to content

Instantly share code, notes, and snippets.

@XavierJiezou
Forked from cgarrard/cities.geojson
Created November 7, 2021 02:22
Show Gist options
  • Save XavierJiezou/34a3beb55258bd739ba2df771bec9d52 to your computer and use it in GitHub Desktop.
Save XavierJiezou/34a3beb55258bd739ba2df771bec9d52 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": [ 6.1465886, 46.2017589 ]
}
},
{
"type": "Feature",
"properties": { "NAME": "Lausanne", "PLACE": "city" },
"geometry": {
"type": "Point",
"coordinates": [ 6.6327025, 46.5218269 ]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment