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