Created
August 25, 2020 23:57
-
-
Save rowanwins/167a4a666c29219b3d96c62c35033b1a 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": [ | |
| [ | |
| [ | |
| 72.895148, | |
| 29.8466 | |
| ], | |
| [ | |
| 43.147663, | |
| 1.844011 | |
| ], | |
| [ | |
| 64.960562, | |
| -18.871204 | |
| ], | |
| [ | |
| 95.474714, | |
| -15.13709 | |
| ], | |
| [ | |
| 72.895148, | |
| 29.8466 | |
| ] | |
| ] | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment