Skip to content

Instantly share code, notes, and snippets.

@nigelhanlon
Created December 22, 2013 11:21
Show Gist options
  • Save nigelhanlon/8081056 to your computer and use it in GitHub Desktop.
Save nigelhanlon/8081056 to your computer and use it in GitHub Desktop.
An example GeoJSON feature showing the highest peak in Ireland, Carrauntoohil in the Macgillycuddy's Reeks mountain range.
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-9.7427,51.9994]
},
"properties": {
"name": "Carrauntoohil",
"elevation": 1038
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment