Spaces:
Sleeping
Sleeping
File size: 332 Bytes
0914710 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[46.143, 9.361],
[46.151, 9.401],
[46.137, 9.353]
]
]
},
"properties": {"name": "Colico"}
}
]
}
|