From 4d7bfb4bfae40c52b0ba6bce93b137d8b963c06c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Fri, 23 May 2025 19:38:40 +0200 Subject: [PATCH] Add author field + update menu --- webgis/index.html | 30 ++++++++++++++++++++---------- webgis/js/components/SiteSheet.js | 3 +++ 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/webgis/index.html b/webgis/index.html index 6cffd46..0cc0aac 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -147,52 +147,62 @@
  • - + Camerelle
  • - + Grotta dell'Arsenale
  • - + Grotta di Matermania
  • - + Grotta delle Felci
  • - + Grotta del Castiglione
  • - + Mura greche
  • - + Monte San Michele
  • - + + San Costanzo + +
  • +
  • + Tragara (strada)
  • - + Tragara (area residenziale)
  • - + + Tragara, approdo + +
  • +
  • + Villa Jovis
  • diff --git a/webgis/js/components/SiteSheet.js b/webgis/js/components/SiteSheet.js index 9ed4f4a..fc5ee09 100644 --- a/webgis/js/components/SiteSheet.js +++ b/webgis/js/components/SiteSheet.js @@ -53,6 +53,9 @@ export class SiteSheet { +

    + Autore scheda: ${this._siteData.author} +

    `; }