Add possibility to disable collapsible attributions from Source
This commit is contained in:
@@ -76,7 +76,8 @@ class OSM extends XYZ {
|
||||
reprojectionErrorThreshold: options.reprojectionErrorThreshold,
|
||||
tileLoadFunction: options.tileLoadFunction,
|
||||
url: url,
|
||||
wrapX: options.wrapX
|
||||
wrapX: options.wrapX,
|
||||
attributionsCollapsible: false
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user