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 });