From a38cf999f20b6f716297b33e8fe3ce443c83e3db Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Tue, 21 Apr 2026 16:49:44 +0200 Subject: [PATCH] adapted basemap attributions --- public/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index c573179..f7c23f7 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -69,7 +69,7 @@ var basemapOSM = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png }); var basemapCartoDB = L.tileLayer('https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png', { - attribution: '© CARTO', + attribution: '© Carto', maxZoom: 20 });