Last active
September 14, 2022 11:37
-
-
Save xaralis/9a7beb14bace7fa9757f10f0d9d3b98e to your computer and use it in GitHub Desktop.
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": { | |
"title": "Háčko", | |
"description": "Nedostatek participace způsobil, že se proti projektu na poslední chvíli vzedmula vlna nevole." | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.757275223731995, | |
50.021148410115586 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"title": "Letní stadion", | |
"description": "Projekt za 500 milionů Kč město prosadilo na sílu, ačkoliv proti němu byla poměrně výrazná občanská opozice." | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.771297812461855, | |
50.04105221895282 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.774437338113785, | |
50.02589164781187 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment