X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7bcea3839da07f01258157ad204cd5b1fd4c76d8..33aa0a6e454fb2d43b8ccc07395abf0864d47b66:/app/assets/javascripts/map.js.erb diff --git a/app/assets/javascripts/map.js.erb b/app/assets/javascripts/map.js.erb index 1882fe4f4..70801306b 100644 --- a/app/assets/javascripts/map.js.erb +++ b/app/assets/javascripts/map.js.erb @@ -15,38 +15,6 @@ L.Icon.Default.imagePath = <%= "#{asset_prefix}/images".to_json %>; var objectLayer; var objectLoader; -function mapLayers() { - return [{ - layer: new L.OSM.Mapnik({ - attribution: '' - }), - keyid: "mapnik", - layerCode: "M", - name: I18n.t("javascripts.map.base.standard") - }, { - layer: new L.OSM.CycleMap( { - attribution: "Tiles courtesy of Andy Allan", - }), - keyid: "cyclemap", - layerCode: "C", - name: I18n.t("javascripts.map.base.cycle_map") - }, { - layer: new L.OSM.TransportMap({ - attribution: "Tiles courtesy of Andy Allan", - }), - keyid: "transportmap", - layerCode: "T", - name: I18n.t("javascripts.map.base.transport_map") - }, { - layer: new L.OSM.MapQuestOpen({ - attribution: "Tiles courtesy of MapQuest ", - }), - keyid: "mapquest", - layerCode: "Q", - name: I18n.t("javascripts.map.base.mapquest") - }] -} - function getUserIcon(url) { return L.icon({ iconUrl: url || <%= asset_path('marker-red.png').to_json %>,