diff --git a/css/app.css b/css/app.css index 03f3bb9..62158e8 100644 --- a/css/app.css +++ b/css/app.css @@ -154,6 +154,7 @@ a:visited { /* Menu overlay */ #menu { z-index: 1000; + overflow-y: auto; } /* Content in tabs */ .docs-title { diff --git a/webgis/geojson/lopozzo.geojson b/webgis/geojson/lopozzo.geojson new file mode 100644 index 0000000..0c29621 --- /dev/null +++ b/webgis/geojson/lopozzo.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "lopozzo", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "id": 1, "denominaz": "area residenziale e complesso idraulico in località Lo Pozzo" }, "geometry": { "type": "Point", "coordinates": [ 14.213643789607119, 40.556601906452713 ] } } +] +} diff --git a/webgis/index.html b/webgis/index.html index cc08089..86dfe00 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -41,21 +41,32 @@