Created
March 19, 2022 15:19
-
-
Save j3j5/3c49a11f2985e84e296804e775ed8c73 to your computer and use it in GitHub Desktop.
Un cuadrado de 2856 hectáreas sobre la ciudad de Montevideo
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": { | |
"stroke": "#555555", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#c0bfbc", | |
"fill-opacity": 0.5, | |
"NOMBRE": "Campito Manini y Moreira" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-56.192894781429324, | |
-34.86582367075475 | |
], | |
[ | |
-56.192894781429324, | |
-34.914574608079946 | |
], | |
[ | |
-56.1352526838, | |
-34.914574608079946 | |
], | |
[ | |
-56.1352526838, | |
-34.86582367075475 | |
], | |
[ | |
-56.192894781429324, | |
-34.86582367075475 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment