Last active
August 29, 2015 14:02
-
-
Save richorama/9bb03edc6c7ff8d62c26 to your computer and use it in GitHub Desktop.
GeoJson Test
This file contains 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": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ 1.0967320, 52.1000340] | |
}, | |
"properties": { | |
"name": "two10degrees" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment