Adapt UK geojson to ordering/folder preferences

This commit is contained in:
Matthias Wirth
2020-03-02 13:20:12 +01:00
parent b22e21a3e0
commit dbc0b02b23
4 changed files with 43 additions and 33 deletions

View File

@@ -1295,7 +1295,9 @@ function initialize_map() {
OLMap.getView().setRotation(mapOrientation); // adjust orientation
if (baseCount > 1) {
OLMap.addControl(new ol.control.LayerSwitcher());
OLMap.addControl(new ol.control.LayerSwitcher({
groupSelectStyle: 'none'
}));
}
/*