Last active
November 7, 2018 10:32
-
-
Save cgiovando/91a0dcf97c60b1c45410d7f03cd7d95b 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": [ | |
[ | |
[ | |
32.47077941894531, | |
0.21835274294053583 | |
], | |
[ | |
32.6678466796875, | |
0.21835274294053583 | |
], | |
[ | |
32.6678466796875, | |
0.3694127237714181 | |
], | |
[ | |
32.47077941894531, | |
0.3694127237714181 | |
], | |
[ | |
32.47077941894531, | |
0.21835274294053583 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment