Skip to content

Instantly share code, notes, and snippets.

@j3j5
Created March 19, 2022 15:19
Show Gist options
  • Save j3j5/3c49a11f2985e84e296804e775ed8c73 to your computer and use it in GitHub Desktop.
Save j3j5/3c49a11f2985e84e296804e775ed8c73 to your computer and use it in GitHub Desktop.
Un cuadrado de 2856 hectáreas sobre la ciudad de Montevideo
Display the source blob
Display the rendered blob
Raw
{
"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