Created
August 9, 2022 11:45
-
-
Save xaralis/767018df29fcf002998a68615e98e783 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": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
15.75854, | |
50.02263 | |
], | |
[ | |
15.758936, | |
50.022646 | |
], | |
[ | |
15.75892, | |
50.022789 | |
], | |
[ | |
15.75942, | |
50.022809 | |
], | |
[ | |
15.759317, | |
50.023769 | |
], | |
[ | |
15.75961, | |
50.02378 | |
], | |
[ | |
15.75957, | |
50.024217 | |
], | |
[ | |
15.75927, | |
50.024203 | |
], | |
[ | |
15.75918, | |
50.025158 | |
], | |
[ | |
15.758284, | |
50.025119 | |
], | |
[ | |
15.75854, | |
50.02263 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment