X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a7f9ca32b7b946aa7e2dc7bb51c5ca5366b62438..501d13e1c0936cc3ba3d9639620517bae34e5784:/vendor/assets/leaflet/leaflet.osm.js diff --git a/vendor/assets/leaflet/leaflet.osm.js b/vendor/assets/leaflet/leaflet.osm.js index 2fe41be1a..f7bf207d0 100644 --- a/vendor/assets/leaflet/leaflet.osm.js +++ b/vendor/assets/leaflet/leaflet.osm.js @@ -25,15 +25,15 @@ L.OSM.Mapnik = L.OSM.TileLayer.extend({ L.OSM.CycleMap = L.OSM.TileLayer.extend({ options: { - url: 'http://{s}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png', - attribution: "Tiles courtesy of Andy Allan" + url: 'http://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}.png', + attribution: "Tiles courtesy of Andy Allan" } }); L.OSM.TransportMap = L.OSM.TileLayer.extend({ options: { - url: 'http://{s}.tile2.opencyclemap.org/transport/{z}/{x}/{y}.png', - attribution: "Tiles courtesy of Andy Allan" + url: 'http://{s}.tile.thunderforest.com/transport/{z}/{x}/{y}.png', + attribution: "Tiles courtesy of Andy Allan" } });