Last active
February 14, 2022 10:39
-
-
Save dvodvo/1afc21afd6235360644769a7e6ce7f30 to your computer and use it in GitHub Desktop.
Arta - Cedarchis
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": [ | |
[ | |
[ | |
13.029484748840332, | |
46.46086116890214 | |
], | |
[ | |
13.02978515625, | |
46.45958997811185 | |
], | |
[ | |
13.0332612991333, | |
46.45559883742583 | |
], | |
[ | |
13.035364151000977, | |
46.45642665361299 | |
], | |
[ | |
13.037080764770508, | |
46.45678142812658 | |
], | |
[ | |
13.040943145751953, | |
46.45701794318489 | |
], | |
[ | |
13.043217658996582, | |
46.45837788483434 | |
], | |
[ | |
13.045964241027832, | |
46.46151153410892 | |
], | |
[ | |
13.043045997619629, | |
46.46316697412501 | |
], | |
[ | |
13.038411140441895, | |
46.46094985552417 | |
], | |
[ | |
13.032059669494627, | |
46.46115679041377 | |
], | |
[ | |
13.029484748840332, | |
46.46086116890214 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
13.037681579589844, | |
46.46233926040903 | |
], | |
[ | |
13.041415214538574, | |
46.46819210868913 | |
], | |
[ | |
13.037681579589844, | |
46.47094095659595 | |
], | |
[ | |
13.029613494873047, | |
46.469581328745804 | |
], | |
[ | |
13.029012680053711, | |
46.467660057575465 | |
], | |
[ | |
13.029613494873047, | |
46.46553180111549 | |
], | |
[ | |
13.032660484313965, | |
46.463344339712656 | |
], | |
[ | |
13.037681579589844, | |
46.46233926040903 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment