Last active
December 23, 2015 17:09
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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