Remove lint
This commit is contained in:
@@ -31,7 +31,9 @@ class MultiPoint extends SimpleGeometry {
|
||||
);
|
||||
} else {
|
||||
this.setCoordinates(
|
||||
/** @type {Array<import("../coordinate.js").Coordinate>} */ (coordinates),
|
||||
/** @type {Array<import("../coordinate.js").Coordinate>} */ (
|
||||
coordinates
|
||||
),
|
||||
opt_layout
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user