[client] Fixed attributions

This commit is contained in:
Maxime FRIESS 2024-11-12 12:00:41 +01:00
parent ccfdaddd43
commit 6f4d2c8c0d
No known key found for this signature in database
GPG key ID: 57637B84B3D8EC57

View file

@ -47,7 +47,7 @@ const loading_done = () => {
// https://tile.openstreetmap.org/{z}/{x}/{y}.png // https://tile.openstreetmap.org/{z}/{x}/{y}.png
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', { L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19, maxZoom: 19,
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors<br/>Données issues de l\'<a href="https://www.cts-strasbourg.eu/fr/portail-open-data/">OpenData de la CTS</a><br/>Logiciel distribué sous <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licence GPL</a><br/><a href="https://git.aius.u-strasbg.fr/maxime.friess/cts-map">Code Source</a>' attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors<br/>&copy; 2024, M4x1m3 | <a href="https://git.aius.u-strasbg.fr/maxime.friess/cts-map">Code Source</a><br/>Logiciel distribué sous <a href="https://www.gnu.org/licenses/gpl-3.0.html">Licence GPL</a><br/>Données issues de l\'<a href="https://www.cts-strasbourg.eu/fr/portail-open-data/">OpenData de la CTS</a>'
}).addTo(map); }).addTo(map);
const lignes = {}; const lignes = {};