Created
January 15, 2020 08:32
-
-
Save tk120404/ec64861d64ed7c9aa98f5108423f1061 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": [ | |
[ | |
[ | |
38.91357421874999, | |
22.04491330024569 | |
], | |
[ | |
38.67187499999999, | |
20.899871347076424 | |
], | |
[ | |
39.83642578125, | |
21.105000275382064 | |
], | |
[ | |
39.8583984375, | |
22.187404991398775 | |
], | |
[ | |
38.91357421874999, | |
22.04491330024569 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment