Created
February 10, 2019 16:02
-
-
Save vgrem/734ffa9f457d42ff8ff2a127530135c2 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": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
32.422027587890625, | |
34.773203753940734 | |
], | |
[ | |
33.02764892578125, | |
34.67387626588273 | |
], | |
[ | |
33.627777099609375, | |
34.91746688928252 | |
], | |
[ | |
33.320159912109375, | |
35.33641350071228 | |
], | |
[ | |
32.422027587890625, | |
34.773203753940734 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment