From 4e12789a117fafdbb2e448412a61655f77fe3835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Fri, 22 Nov 2024 17:36:28 +0100 Subject: [PATCH] Update index pages + add layers --- index.html | 20 ++++++++ webgis/geojson/grotta_azzurra.geojson | 14 ++++++ webgis/geojson/scala_fenicia.geojson | 8 +++ webgis/index.html | 60 ++++++++--------------- webgis/js/components/NotConservedSheet.js | 6 ++- webgis/js/gis.js | 15 ++++++ webgis/js/index.js | 1 - webgis/js/ui.js | 41 +++++++--------- 8 files changed, 99 insertions(+), 66 deletions(-) create mode 100644 webgis/geojson/grotta_azzurra.geojson create mode 100644 webgis/geojson/scala_fenicia.geojson diff --git a/index.html b/index.html index ac325b4..41859f0 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@