From fb234e2ecb3409bfc0867cfd6d13bffef6a8382b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 15 Jun 2016 20:21:01 +0100 Subject: [PATCH 1/1] Drop the MapQuest Open layer --- app/assets/javascripts/leaflet.map.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/javascripts/leaflet.map.js b/app/assets/javascripts/leaflet.map.js index 58360bbec..7395898b7 100644 --- a/app/assets/javascripts/leaflet.map.js +++ b/app/assets/javascripts/leaflet.map.js @@ -35,12 +35,6 @@ L.OSM.Map = L.Map.extend({ keyid: "transportmap", name: I18n.t("javascripts.map.base.transport_map") }), - new L.OSM.MapQuestOpen({ - attribution: copyright + ". Tiles courtesy of MapQuest ", - code: "Q", - keyid: "mapquest", - name: I18n.t("javascripts.map.base.mapquest") - }), new L.OSM.HOT({ attribution: copyright + ". Tiles courtesy of Humanitarian OpenStreetMap Team", code: "H", -- 2.43.2