Remove OPNVKarte as a featured layer

This commit is contained in:
Paul Norman 2023-07-30 15:37:06 -07:00 committed by Tom Hughes
parent 98b8b9f70c
commit 75a4d406b9
3 changed files with 1 additions and 18 deletions

View file

@ -58,13 +58,6 @@ L.OSM.Map = L.Map.extend({
}).prop("outerHTML");
var tracestrack = I18n.t("javascripts.map.tracestrack_credit", { tracestrack_link: tracestrack_link });
var memomaps_link = $("<a>", {
href: "https://memomaps.de/",
target: "_blank",
text: I18n.t("javascripts.map.memomaps")
}).prop("outerHTML");
var memomaps = I18n.t("javascripts.map.opnvkarte_credit", { memomaps_link: memomaps_link });
var hotosm_link = $("<a>", {
href: "https://www.hotosm.org/",
target: "_blank",
@ -116,13 +109,6 @@ L.OSM.Map = L.Map.extend({
}));
}
this.baseLayers.push(new L.OSM.OPNVKarte({
attribution: copyright + ". " + memomaps + ". " + terms,
code: "O",
keyid: "opnvkarte",
name: I18n.t("javascripts.map.base.opnvkarte")
}));
this.baseLayers.push(new L.OSM.HOT({
attribution: copyright + ". " + hotosm + ". " + terms,
code: "H",