Releases: mmomtchev/ol-mbtiles
Releases · mmomtchev/ol-mbtiles
v3.0.0
- Support OpenLayers 10
- Drop all previous versions
- Switch to using
RenderFeature
by default (full-fledged Feature
is still available when explicitly configured)
v2.2.0
- Support OpenLayers 9.0
- Fix #68, create the tile image blob with a MIME type
- Restore
minZoom
/maxZoom
fields for vector tile layers
v2.1.0
- Support OpenLayers 8.2.0
- Fix #5, do not leak a pool when opening an invalid url
v2.0.2
- Allow explicit selection of the SQLite HTTP backend
- Correct the TypeScript return type of
importMBTiles
v2.0.1
- Upgrade to the latest
sqlite-wasm-http
- Optimize the examples bundle size and significantly improve the initial loading times
v2.0.0
- Switch to my new sqlite-wasm-http
- Shared cache for all workers when COOP/COEP is enabled
- Reduced bundle size
- Support raster tilesets
- Support auto-discovery of source metadata