Add back in layer switcher. Update Select All/None button text

This commit is contained in:
James Wilson 2017-02-02 18:21:07 -06:00
parent bc2415bc5d
commit 5d781785aa
3 changed files with 9 additions and 6 deletions

View file

@ -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