Skip to content

Instantly share code, notes, and snippets.

@keplersj
Last active December 23, 2015 17:09
Show Gist options
  • Save keplersj/6666394 to your computer and use it in GitHub Desktop.
Save keplersj/6666394 to your computer and use it in GitHub Desktop.
The Octomonster off the coast of Honoulu, as seen here: https://github.com/blog/1638-geojson-previewing
Display the source blob
Display the rendered blob
Raw
{
"type" : "FeatureCollection",
"features" : [
{
"type" : "Feature",
"properties" : {},
"geometry" : {
"type" : "Point",
"coordinates" : [ 201.9287109375 , 21.3]
}
},
{
"type" : "Feature",
"properties" : {},
"geometry" : {
"type" : "Point",
"coordinates" : [ 198.5 , 36.5 ]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment