Features and improvements ✨
- Fix z-fighting for elevated raster layers.
- Add
raster-elevation-referencepaint property to elevate raster layers relative to ground instead of sea level. - Add
line-elevation-ground-scalelayout property to scale elevated lines with terrain exaggeration. - Use native async/await when loading models. Note: Please ensure GL JS is excluded from transpilation in your build setup.
- Explicitly state minimum supported browser versions in
browserslist.
Bug fixes 🐞
- Fix regressions in
NavigationControl. - Fix namespace conflicts in different featuresets' selectors.
- Recalculate layers with
visibility: nonein case properties were changed. - Fix bug in border update logic of
fill-extrusionlayer, overriding clip layer's behaviour.