Last active
January 12, 2017 14:57
-
-
Save ustroetz/53074ffc44dd1ee5bc35ff167985b8be 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": [ | |
[ | |
[ | |
9.755859375, | |
44.941473354802504 | |
], | |
[ | |
9.755859375, | |
46.13417004624326 | |
], | |
[ | |
11.40380859375, | |
46.13417004624326 | |
], | |
[ | |
11.40380859375, | |
44.941473354802504 | |
], | |
[ | |
9.755859375, | |
44.941473354802504 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment