From 6e2abd5110e0ff3f94c9be0bd67694260a95c713 Mon Sep 17 00:00:00 2001 From: loviuz Date: Thu, 15 Jun 2023 22:50:35 +0200 Subject: [PATCH] Correzione nome impostazione --- modules/anagrafiche/edit.php | 2 +- modules/anagrafiche/modals/posizione.php | 2 +- modules/mappa/edit.php | 2 +- update/2_4_47.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/anagrafiche/edit.php b/modules/anagrafiche/edit.php index 1dafae80e..6afe77e07 100755 --- a/modules/anagrafiche/edit.php +++ b/modules/anagrafiche/edit.php @@ -365,7 +365,7 @@ echo ' shadowSize: [41, 41] }); - L.tileLayer("'.setting("Tile layer OpenStreetMap").'", { + L.tileLayer("'.setting("Tile server OpenStreetMap").'", { maxZoom: 17, attribution: "© OpenStreetMap" }).addTo(map); diff --git a/modules/anagrafiche/modals/posizione.php b/modules/anagrafiche/modals/posizione.php index a438164f0..2c8833ac8 100644 --- a/modules/anagrafiche/modals/posizione.php +++ b/modules/anagrafiche/modals/posizione.php @@ -109,7 +109,7 @@ function caricaMappa() { shadowSize: [41, 41] }); - L.tileLayer("'.setting("Tile layer OpenStreetMap").'", { + L.tileLayer("'.setting("Tile server OpenStreetMap").'", { maxZoom: 17, attribution: "© OpenStreetMap" }).addTo(map); diff --git a/modules/mappa/edit.php b/modules/mappa/edit.php index 27481b07f..3f74ed4af 100644 --- a/modules/mappa/edit.php +++ b/modules/mappa/edit.php @@ -88,7 +88,7 @@ include_once __DIR__.'/../../core.php'; gestureHandling: true }); - L.tileLayer("", { + L.tileLayer("", { maxZoom: 17, attribution: "© OpenStreetMap" }).addTo(map); diff --git a/update/2_4_47.sql b/update/2_4_47.sql index 997772337..0fc17a0e9 100644 --- a/update/2_4_47.sql +++ b/update/2_4_47.sql @@ -15,4 +15,4 @@ UPDATE `zz_settings` SET `help` = "Valore espresso in Giga superato il quale vie -- Rimozione google maps DELETE FROM `zz_settings` WHERE `zz_settings`.`nome` = 'Google Maps API key'; -INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `created_at`, `order`, `help`) VALUES (NULL, 'Tile layer OpenStreetMap', 'https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png', 'string', '1', 'Generali', NULL, NULL, '') \ No newline at end of file +INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `created_at`, `order`, `help`) VALUES (NULL, 'Tile server OpenStreetMap', 'https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png', 'string', '1', 'Generali', NULL, NULL, '') \ No newline at end of file