diff --git a/js/script.js b/js/script.js index 486ec1a..6219846 100644 --- a/js/script.js +++ b/js/script.js @@ -511,6 +511,7 @@ function initialize_map() { new ol.control.Rotate(), new ol.control.Attribution({ collapsed: true }), new ol.control.ScaleLine({ units: Metric ? "metric" : "nautical" }), + new ol.control.LayerSwitcher(), new ol.control.FullScreen() ], loadTilesWhileAnimating: true,