fixed spacing issues
This commit is contained in:
@@ -30,7 +30,7 @@ class Bbox extends Filter {
|
|||||||
/**
|
/**
|
||||||
* @type {import("../../extent.js").Extent}
|
* @type {import("../../extent.js").Extent}
|
||||||
*/
|
*/
|
||||||
if(extent.length === 4) {
|
if (extent.length === 4) {
|
||||||
this.extent = extent;
|
this.extent = extent;
|
||||||
} else {
|
} else {
|
||||||
throw new Error('Error: Extent should look like this: [minx, miny, maxx, maxy]');
|
throw new Error('Error: Extent should look like this: [minx, miny, maxx, maxy]');
|
||||||
|
|||||||
Reference in New Issue
Block a user