From ccfdaddd435533535a0d59deb3800a307dd9ce44 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Tue, 12 Nov 2024 11:57:52 +0100 Subject: [PATCH] [client] Added link to the sources --- client/index.html | 6 +++++- client/main.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/client/index.html b/client/index.html index ef18af8..d511705 100644 --- a/client/index.html +++ b/client/index.html @@ -3,7 +3,7 @@ - Test + CTS Map diff --git a/client/main.js b/client/main.js index 39b5bd0..7f3aca1 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' + attribution: '© OpenStreetMap contributors
Données issues de l\'OpenData de la CTS
Logiciel distribué sous Licence GPL
Code Source' }).addTo(map); const lignes = {};