From 6f4d2c8c0d7d50cc02bc1ae63970e609c8300b45 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Tue, 12 Nov 2024 12:00:41 +0100 Subject: [PATCH] [client] Fixed attributions --- client/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.js b/client/main.js index 7f3aca1..837f333 100644 --- a/client/main.js +++ b/client/main.js @@ -47,7 +47,7 @@ const loading_done = () => { // https://tile.openstreetmap.org/{z}/{x}/{y}.png L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { maxZoom: 19, - attribution: '© OpenStreetMap contributors
Données issues de l\'OpenData de la CTS
Logiciel distribué sous Licence GPL
Code Source' + attribution: '© OpenStreetMap contributors
© 2024, M4x1m3 | Code Source
Logiciel distribué sous Licence GPL
Données issues de l\'OpenData de la CTS' }).addTo(map); const lignes = {};