Type check fixes for Cluster source
Removed options unused by super class.
This commit is contained in:
@@ -50,8 +50,6 @@ class Cluster extends VectorSource {
|
||||
constructor(options) {
|
||||
super({
|
||||
attributions: options.attributions,
|
||||
extent: options.extent,
|
||||
projection: options.projection,
|
||||
wrapX: options.wrapX
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user