From 6e8b7cff57581a4e2023a803976a875f70a1b225 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sat, 2 Jul 2016 21:53:07 +0100 Subject: [PATCH] Expand the attributions control by default. --- public_html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ],