From 04d9335f3c45a80efc899c5e29bdf5ed1cc42d3a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 25 Jun 2014 18:54:12 +0100 Subject: [PATCH] Update to latest leaflet-osm plugin --- vendor/assets/leaflet/leaflet.osm.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } }); -- 2.43.2