Last active
December 23, 2015 11:49
-
-
Save m0rsecode/6630895 to your computer and use it in GitHub Desktop.
GeoJson
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": "Feature", | |
"properties": { | |
"name": "Coors Field", | |
"amenity": "Baseball Stadium", | |
"popupContent": "This is where the Rockies play!" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-104.99404, 39.75621] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment