Created
March 17, 2020 15:46
-
-
Save delfrrr/7240a5bc5ba412c30740d74a4e518920 to your computer and use it in GitHub Desktop.
Garage-zone
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": [ | |
[ | |
[ | |
13.3833646774292, | |
52.45220420838311 | |
], | |
[ | |
13.389866352081299, | |
52.45220420838311 | |
], | |
[ | |
13.389866352081299, | |
52.45484564266689 | |
], | |
[ | |
13.3833646774292, | |
52.45484564266689 | |
], | |
[ | |
13.3833646774292, | |
52.45220420838311 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment