Expand the attributions control by default.

This commit is contained in:
Oliver Jowett 2016-07-02 21:53:07 +01:00
parent a357b9676d
commit 6e8b7cff57

View file

@ -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()
],