diff --git a/js/map.js b/js/map.js index 7885855..863199b 100644 --- a/js/map.js +++ b/js/map.js @@ -3,7 +3,7 @@ $(document).ready(function () { map.scrollWheelZoom.disable(); - L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { + L.tileLayer("https:///tiles.ffh.zone/{z}/{x}/{y}.png", { attribution: '© OpenStreetMap contributors', }).addTo(map);