Created
May 4, 2017 20:19
-
-
Save danhammer/0ed46ade93a3ff3c40463588d0e9113e 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": [ | |
[ | |
[ | |
3.4831595420837402, | |
6.454292116836346 | |
], | |
[ | |
3.4850049018859863, | |
6.454292116836346 | |
], | |
[ | |
3.4850049018859863, | |
6.4562323851008525 | |
], | |
[ | |
3.4831595420837402, | |
6.4562323851008525 | |
], | |
[ | |
3.4831595420837402, | |
6.454292116836346 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment