Expand the attributions control by default.
This commit is contained in:
parent
a357b9676d
commit
6e8b7cff57
|
@ -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()
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue