Skip to content

Instantly share code, notes, and snippets.

@Semo
Last active March 15, 2019 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Semo/9b0f6b5a150007db97036a1b5bcc94a1 to your computer and use it in GitHub Desktop.
Save Semo/9b0f6b5a150007db97036a1b5bcc94a1 to your computer and use it in GitHub Desktop.
GeoJSON Example
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {
"name": "camera1",
"marker-color": "#008800",
"marker-symbol": "camera"
},
"geometry": {
"type": "Point",
"coordinates": [13.173404, 52.483000]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment