From: Tom Hughes Date: Wed, 25 Jun 2014 17:54:12 +0000 (+0100) Subject: Update to latest leaflet-osm plugin X-Git-Tag: live~4415 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/04d9335f3c45a80efc899c5e29bdf5ed1cc42d3a Update to latest leaflet-osm plugin --- 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" } });