From 91b17649139769699acb191bb804a078c47a91bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P=2E?= Date: Tue, 15 Sep 2026 11:38:53 +0200 Subject: [PATCH] WIP: exit from building view (buggy) --- css/app.css | 2 +- webgis/index.html | 4 +-- webgis/js/controllers/bview_controller.js | 32 +++++++++++++++++++++++ webgis/js/gis.js | 29 +++++++++++++++----- webgis/js/index.js | 2 ++ webgis/js/state.js | 18 +++++++++++++ webgis/js/ui.js | 10 +++---- 7 files changed, 83 insertions(+), 14 deletions(-) create mode 100644 webgis/js/controllers/bview_controller.js diff --git a/css/app.css b/css/app.css index 54acfa4..2fd1d80 100644 --- a/css/app.css +++ b/css/app.css @@ -214,7 +214,7 @@ input:invalid { /* Building view top bar */ .bview-bar { position: absolute; - top: 4.5rem; + top: 4rem; width: 450px; left: 50%; transform: translateX(-50%); diff --git a/webgis/index.html b/webgis/index.html index 44bcfcf..5f64bb7 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -26,8 +26,8 @@ WebGIS Isola di Capri - +