diff --git a/public_html/script.js b/public_html/script.js
index fecfe9f..0dd8a53 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -542,8 +542,7 @@ 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.LayerSwitcher()
+ new ol.control.ScaleLine({units: DisplayUnits})
],
loadTilesWhileAnimating: true,
loadTilesWhileInteracting: true