v0.20 to v0.21#
To crop the extent of a
RasterSource(orLabelSource), you now have to specifybboxinstead ofextent. The term “extent”, as used in the codebase, has also been redefined to always be the boxBox(0, 0, height, width), whereheightandwidthare the height and width of thebbox.GeoJSONVectorSourcecan now take a list of URIs, allowing geometries to be read from multiple files.VectorOutputConfig(and subclasses) no longer requireurito be specified.