Expand the attributions control by default.
This commit is contained in:
parent
a357b9676d
commit
6e8b7cff57
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ function initialize_map() {
|
||||||
}),
|
}),
|
||||||
controls: [new ol.control.Zoom(),
|
controls: [new ol.control.Zoom(),
|
||||||
new ol.control.Rotate(),
|
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.ScaleLine({units: Metric ? "metric" : "nautical"}),
|
||||||
new ol.control.LayerSwitcher()
|
new ol.control.LayerSwitcher()
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue