Last active
March 13, 2018 17:05
-
-
Save vnugent/d30d789416e2d1de36d89b4c1f3913a9 to your computer and use it in GitHub Desktop.
Geojson example
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", | |
"properties": { | |
"description": "Leaning Tower of Pisa" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [10.39659, 43.72305] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment