This release follows up on the 6.10 release with a fix for Mapbox vector layers rendered over other layers. A handful of other fixes and features are included. See below for more detail.
List of all changes
- Use getFeaturesInExtent (by @ahocevar in #13195)
- Use interpolate option in Sea Level example (by @mike-000 in #13200)
- Fix typo in example description (by @mike-000 in #13201)
- Use ecoregions data (by @tschaub in #13177)
- Avoid failure if existing target has no background color (by @tschaub in #13198)
- Add getDataAtPixel() method for WebGL (by @mike-000 in #13186)
- typo fix for cog-stretch example (by @bradh in #13196)
- Fix base vector layer template generics (by @ahocevar in #13190)
- Always use ES modules from geotiff.js (by @ahocevar in #13180)
- Use Buffer and data uri when Blob is not available (by @ahocevar in #13179)
- Use background property for vector layers (by @tschaub in #13178)
- Allow nodejs 12 to build the examples again (by @MoonE in #13175)
- Add
attributions
andattributionsCollapsible
options tool/source/DataTile
(by @mike-000 in #13176) - Correct scale bar in EPSG:4326 (by @mike-000 in #13171)
Dependency Updates
- Bump eslint from 8.5.0 to 8.6.0 (by @openlayers in #13182)
- Bump @rollup/plugin-node-resolve from 13.1.1 to 13.1.2 (by @openlayers in #13184)
- Bump @babel/core from 7.16.5 to 7.16.7 (by @openlayers in #13183)
- Bump webpack-dev-server from 4.7.1 to 4.7.2 (by @openlayers in #13185)
- Bump @babel/preset-env from 7.16.5 to 7.16.7 (by @openlayers in #13181)
New Contributors
Full Changelog: v6.10.0...v6.11.0