Do not collapse Attributions when using OSM source
This commit is contained in:
@@ -62,7 +62,11 @@ ol.inherits(app.RotateNorthControl, ol.control.Control);
|
||||
|
||||
|
||||
var map = new ol.Map({
|
||||
controls: ol.control.defaults().extend([
|
||||
controls: ol.control.defaults({
|
||||
attributionOptions: /** @type {olx.control.AttributionOptions} */ ({
|
||||
collapsible: false
|
||||
})
|
||||
}).extend([
|
||||
new app.RotateNorthControl()
|
||||
]),
|
||||
layers: [
|
||||
|
||||
Reference in New Issue
Block a user