Skip to content

Commit

Permalink
Default to Historical style.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Dec 17, 2024
1 parent ba80437 commit 024f006
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/assets/javascripts/leaflet.map.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,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",
Expand Down Expand Up @@ -178,7 +171,7 @@ L.OSM.Map = L.Map.extend({
},

updateLayers: function (layerParam) {
var layers = layerParam || "M",
var layers = layerParam || "O",
layersAdded = "";

for (var i = this.baseLayers.length - 1; i >= 0; i--) {
Expand Down

0 comments on commit 024f006

Please sign in to comment.