}).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",
}));
}
- 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",