Skip to content

Commit

Permalink
fix MapDim config option
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Nov 13, 2020
1 parent 1ee8cfb commit d5f10b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ function initMap() {
key: "MapDim",
display: "Dim Map",
container: "#settingsLeft",
init: true,
init: MapDim,
setState: function(state) {
if (!state) {
ol.control.LayerSwitcher.forEachRecursive(layers_group, function(lyr) {
Expand Down

0 comments on commit d5f10b9

Please sign in to comment.