Skip to content

Instantly share code, notes, and snippets.

@suellenstringer-hye
Forked from CliffordAnderson/point.geojson
Created January 19, 2017 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save suellenstringer-hye/9b4aa58d386fc6bc8fb5972680cd7aef to your computer and use it in GitHub Desktop.
Save suellenstringer-hye/9b4aa58d386fc6bc8fb5972680cd7aef to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [125.6, 10.1]
},
"properties": {
"name": "Dinagat Islands"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment