✨ Features and improvements
- Change the return type of
LngLatBounds.toArray()to use a more precise type (#7156) (by @n4n5) - Add
anisotropicFilterPitchmap option to set the pitch above which the anisotropic filter is applied to all raster layers, the default of which is 20° (#7134) (by larsmaxfield) - Add source id to error message (#7107) (by HarelM)
🐞 Bug fixes
- Fix SDF
icon-text-fitrendering by correctly unpacking packed shader values insymbol_sdf.vertex.glsl, with render-test coverage (#7141, fixes #6953) (by @pcardinal) - Fix correct bounds calculation for GeoJSON with elevation (#6963) (by @simonmnt)
- Fix: support elevation in bounds calculation (#7135) (by simonmnt)
- Fix Firefox "Alpha-premult deprecated for non-DOM uploads" warning (#7128) (by @birkskyum)
- Fix raster tiles rendering with glyph/icon atlas content after WebGL context loss (#7126) (by @birkskyum)
- Fix popup tip in RTL pages (#7157) (by @HarelM)