Skip to content

Instantly share code, notes, and snippets.

@m0rsecode
Last active December 23, 2015 11:49
Show Gist options
  • Save m0rsecode/6630895 to your computer and use it in GitHub Desktop.
Save m0rsecode/6630895 to your computer and use it in GitHub Desktop.
GeoJson
Display the source blob
Display the rendered blob
Raw
{"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