Additional layers

This commit is contained in:
2024-07-07 17:34:09 +02:00
parent 8699bd01c7
commit f2f6e7c359
6 changed files with 5430 additions and 1 deletions

9
geojson/mura.geojson Normal file
View File

@@ -0,0 +1,9 @@
{
"type": "FeatureCollection",
"name": "mura",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "id": 1, "TIPO": "MURA POLIGONALE III MANIERA" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 14.243419275071911, 40.551572447265045 ], [ 14.243370616203077, 40.551535961431654 ] ] ] } },
{ "type": "Feature", "properties": { "id": 2, "TIPO": "MURA POLIGONALE IV MANIERA" }, "geometry": { "type": "MultiLineString", "coordinates": [ [ [ 14.243370616203077, 40.551535961431654 ], [ 14.243292573942712, 40.55149176623128 ] ] ] } }
]
}