Skip to content

Instantly share code, notes, and snippets.

@neogis-de
Created September 28, 2015 07:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save neogis-de/154f4bd155f77e0f3689 to your computer and use it in GitHub Desktop.
geojson testfile
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Null Island"
},
"geometry": {
"type": "Point",
"coordinates": [0, 0]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment