-
Sébastien Guimmara authored
BREAKING CHANGE: `Extent.west()`, `Extent.east()`, `Extent.south()` and `Extent.north()` are now accessors instead of methods: ```js // Before const west = extent.west(); // Now const west = extent.west; ````
Sébastien Guimmara authoredBREAKING CHANGE: `Extent.west()`, `Extent.east()`, `Extent.south()` and `Extent.north()` are now accessors instead of methods: ```js // Before const west = extent.west(); // Now const west = extent.west; ````
Loading