X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..760e5e31409e1de5d52f10decbe31688f5157f07:/cookbooks/gps-tile/files/default/html/map.js diff --git a/cookbooks/gps-tile/files/default/html/map.js b/cookbooks/gps-tile/files/default/html/map.js index af3b0d997..766d762ce 100644 --- a/cookbooks/gps-tile/files/default/html/map.js +++ b/cookbooks/gps-tile/files/default/html/map.js @@ -4,7 +4,7 @@ $(document).ready(function () { // Add GPS tile layer L.tileLayer("//gps-{s}.tile.openstreetmap.org/gps-lines/tile/{z}/{x}/{y}.png", { - attribution: "© OpenStreetMap and contributors, under an open license", + attribution: "© OpenStreetMap and contributors, under an open license", maxZoom: 18 }).addTo(map);