Last active
September 18, 2022 18:55
-
-
Save xaralis/db5967609379de7c46b9dbfe1744398d to your computer and use it in GitHub Desktop.
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": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
15.78586220741272, | |
50.02583564501286 | |
], | |
[ | |
15.786237716674803, | |
50.026814392221745 | |
], | |
[ | |
15.785899758338926, | |
50.02676959084845 | |
], | |
[ | |
15.785218477249146, | |
50.026807499705484 | |
], | |
[ | |
15.784633755683899, | |
50.026955688586845 | |
], | |
[ | |
15.784521102905272, | |
50.02702805973481 | |
], | |
[ | |
15.784317255020142, | |
50.026187169192916 | |
], | |
[ | |
15.784553289413452, | |
50.026087226305435 | |
], | |
[ | |
15.78586220741272, | |
50.02583564501286 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment