Skip to content

Instantly share code, notes, and snippets.

@soichih
Last active August 29, 2015 14:05
Show Gist options
  • Save soichih/106b609975d743c1b516 to your computer and use it in GitHub Desktop.
Save soichih/106b609975d743c1b516 to your computer and use it in GitHub Desktop.
geojson test for koop
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features":[{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-86.5015759,
39.1720505
]
},
"properties": {
"name": "CIB at IUB!!"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment