-
-
Save celoyd/d9c908cb1f8a910fa6e141ecf773b89f 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": [ | |
[ | |
[ | |
-68.5546875, | |
-16.767727397190626 | |
], | |
[ | |
-67.40936279296875, | |
-16.767727397190626 | |
], | |
[ | |
-67.40936279296875, | |
-16.003575733881313 | |
], | |
[ | |
-68.5546875, | |
-16.003575733881313 | |
], | |
[ | |
-68.5546875, | |
-16.767727397190626 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment