-
-
Save fdorantesm/e63e1b4e11835a9d544de27f8177e4f8 to your computer and use it in GitHub Desktop.
This file contains 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": [ | |
[ | |
[ | |
-100.82221984863281, | |
20.57365332356332 | |
], | |
[ | |
-100.8816146850586, | |
20.574296174309033 | |
], | |
[ | |
-100.89912414550781, | |
20.554688008915075 | |
], | |
[ | |
-100.89981079101562, | |
20.523181097837277 | |
], | |
[ | |
-100.88024139404295, | |
20.485878819936904 | |
], | |
[ | |
-100.83938598632812, | |
20.466580976315036 | |
], | |
[ | |
-100.79750061035156, | |
20.455322780346737 | |
], | |
[ | |
-100.7779312133789, | |
20.451140954511907 | |
], | |
[ | |
-100.74668884277344, | |
20.463364433119864 | |
], | |
[ | |
-100.73020935058594, | |
20.491989297666013 | |
], | |
[ | |
-100.72608947753906, | |
20.51803649611903 | |
], | |
[ | |
-100.73192596435545, | |
20.545043725596198 | |
], | |
[ | |
-100.77587127685547, | |
20.56336734348637 | |
], | |
[ | |
-100.82221984863281, | |
20.57365332356332 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment