Created
January 6, 2018 12:00
-
-
Save turboBasic/dfedf4f36de0d98f21020a3e44688ae0 to your computer and use it in GitHub Desktop.
Map of features of Berkovets residential area, #kyiv, #ukraine
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": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff0080", | |
"marker-size": "medium", | |
"marker-symbol": "entrance", | |
"name": "В'їзд до Садового товариства Суднобудівник", | |
"address": "вул. Газопровідна 2" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.3838974237442, | |
50.497063483232644 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment