Skip to content

Instantly share code, notes, and snippets.

@stefanbirkner
Last active August 29, 2015 14:25
Show Gist options
  • Save stefanbirkner/94ce0384dfa43d92d0d2 to your computer and use it in GitHub Desktop.
Save stefanbirkner/94ce0384dfa43d92d0d2 to your computer and use it in GitHub Desktop.
Locations to visit
Display the source blob
Display the rendered blob
Raw
{ "type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature",
"geometry": {"type": "Point", "coordinates": [-2.1932327, 36.7210296]},
"properties": {
"name": "Cabo de Gata",
"ref": "BZ 20150725"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment