From 270edb20774e6331b557879f152d1891768d3433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Haberth=C3=BCr?= Date: Tue, 16 Aug 2022 10:48:21 +0200 Subject: [PATCH] Fix attribution Even though Lyrk is now Vectorine this seems the correct place to fix #18 --- static/js/maplyrk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/maplyrk.js b/static/js/maplyrk.js index 29cc5f2..97afffe 100644 --- a/static/js/maplyrk.js +++ b/static/js/maplyrk.js @@ -166,7 +166,7 @@ $(function() { if(L.Browser.retina) var tp = "lr"; else var tp = "ls"; L.tileLayer('https://tiles.lyrk.org/'+tp+'/{z}/{x}/{y}?apikey=299723017f344e81866878c8f2fb0678', { - attribution: 'powered by Lyrk Geodienste, Lizenzinformationen', + attribution: '© OpenStreetMap contributors, Vectorine', maxZoom: 18 }).addTo(map);