Created
April 2, 2020 10:42
-
-
Save rowanwins/4d1af745c2234e06eb8a9694fee06e52 to your computer and use it in GitHub Desktop.
GeoJson saved from geojson-editor
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": [ | |
[ | |
[ | |
40.262146, | |
70.121228 | |
], | |
[ | |
3.740845, | |
46.840468 | |
], | |
[ | |
66.29837, | |
35.779943 | |
], | |
[ | |
40.262146, | |
70.121228 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment