0

Don't collapse marker group control

This commit is contained in:
Nicolas F
2018-05-06 17:12:03 +02:00
parent 23ea1918ea
commit 05cc9e60e7

View File

@@ -201,7 +201,7 @@ overviewer.util = {
console.log("markers for", ovconf.marker_groups);
markerCtrl = L.control.layers(
[],
ovconf.marker_groups).addTo(overviewer.map);
ovconf.marker_groups, {collapsed: false}).addTo(overviewer.map);
}
overviewer.util.updateHash();