Skip to content

Instantly share code, notes, and snippets.

@clue
Forked from cgarrard/cities.geojson
Last active January 28, 2025 17:04
Show Gist options
  • Select an option

  • Save clue/6a6b7cc0517d999b3e370d26f7bc271e to your computer and use it in GitHub Desktop.

Select an option

Save clue/6a6b7cc0517d999b3e370d26f7bc271e 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": "L-Town", "PLACE": "city" },
"geometry": {
"type": "Point",
"coordinates": [ 6.3627667291150845, 50.81686617610066 ]
}
},
{
"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