diff --git a/public_html/script.js b/public_html/script.js
index 734d6d8..5819386 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -474,7 +474,7 @@ function initialize_map() {
}),
controls: [new ol.control.Zoom(),
new ol.control.Rotate(),
- new ol.control.Attribution(),
+ new ol.control.Attribution({collapsed: false}),
new ol.control.ScaleLine({units: Metric ? "metric" : "nautical"}),
new ol.control.LayerSwitcher()
],