Created
March 14, 2023 10:04
-
-
Save vgeorge/3ea771feac00da67afac7311de3bbdb5 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": { | |
"coordinates": [ | |
[ | |
[-100.05680772227205, 19.24517926279961], | |
[-100.05680772227205, 19.209801177089304], | |
[-100.02283125949174, 19.209801177089304], | |
[-100.02283125949174, 19.24517926279961], | |
[-100.05680772227205, 19.24517926279961] | |
] | |
], | |
"type": "Polygon" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment