Add back in layer switcher. Update Select All/None button text
This commit is contained in:
parent
bc2415bc5d
commit
5d781785aa
3 changed files with 9 additions and 6 deletions
|
|
@ -547,7 +547,8 @@ function initialize_map() {
|
|||
controls: [new ol.control.Zoom(),
|
||||
new ol.control.Rotate(),
|
||||
new ol.control.Attribution({collapsed: true}),
|
||||
new ol.control.ScaleLine({units: DisplayUnits})
|
||||
new ol.control.ScaleLine({units: DisplayUnits}),
|
||||
new ol.control.LayerSwitcher()
|
||||
],
|
||||
loadTilesWhileAnimating: true,
|
||||
loadTilesWhileInteracting: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue