Last active
March 15, 2019 12:31
-
-
Save Semo/9b0f6b5a150007db97036a1b5bcc94a1 to your computer and use it in GitHub Desktop.
GeoJSON Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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