Last active
December 19, 2018 23:44
-
-
Save mladenp/6aa115072598f2e6fee06a2268b5c239 to your computer and use it in GitHub Desktop.
Geojson test
This file contains 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": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {"name": "Testing" }, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-121.61796569824219, | |
38.565884729387626 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment