Created
July 30, 2021 12:19
-
-
Save rowanwins/c29f4ae134b5f700c4d65974ef565b83 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": [ | |
[ | |
[-37.03835344778681, -72.77586791664363], | |
[-37.022606172184794, -72.77586791664363], | |
[-37.022606172184794, -72.75551162660123], | |
[-37.03835344778681, -72.75551162660123], | |
[-37.03835344778681, -72.77586791664363] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[-37.04968884926708, -66.7482388650978], | |
[-37.04990168905576, -66.75947610848424], | |
[-37.03188742710995, -66.76000562559427], | |
[-37.03167472559009, -66.74877103252062], | |
[-37.04968884926708, -66.7482388650978] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment