diff --git a/frontend/index.html b/frontend/index.html index fb56fae..12e0fa4 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -112,8 +112,8 @@ -
diff --git a/frontend/script.js b/frontend/script.js index b49f8f0..8f8f89e 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -230,7 +230,10 @@ function setDetailMarker(place) { async function initMainMap() { const osm = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { - attribution: '© OpenStreetMap', + attribution: [ + '© OpenStreetMap', + 'Impressum', + ].join(' | '), }); const map = L.map('map', { layers: [osm],