Merge pull request #8692 from wallw-bits/fix-typecheck-cluster
Type check fixes for Cluster source
This commit is contained in:
@@ -50,8 +50,6 @@ class Cluster extends VectorSource {
|
|||||||
constructor(options) {
|
constructor(options) {
|
||||||
super({
|
super({
|
||||||
attributions: options.attributions,
|
attributions: options.attributions,
|
||||||
extent: options.extent,
|
|
||||||
projection: options.projection,
|
|
||||||
wrapX: options.wrapX
|
wrapX: options.wrapX
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user