You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve performance of processing line layers. #8303
Improve legibility of info displayed with map.showTileBoundaries = true. #8380 (h/t @andrewharvey)
Add MercatorCoordinate.meterInMercatorCoordinateUnits method to make it easier to convert from meter units to coordinate values used in custom layers. #8524 (h/t @andrewharvey)
Improve conversion of legacy filters with duplicate values. #8542
Move out documentation & examples website source to a separate mapbox-gl-js-docs repo. #8582
🐞 Bug Fixes
Fix a bug where local CJK fonts would switch to server-generated ones in overzoomed tiles. #8657
Fix precision issues in deck.gl-powered custom layers. #8502
Fix a bug where fill and line layers wouldn't render correctly over fill extrusions when coming from the same source. #8661
Fix map loading for documents loaded from Blob URLs. #8612
Fix classification of relative file:// URLs when in documents loaded from a file URL. #8612
Remove esm from package dependencies (so that it's not installed on npm install mapbox-gl). #8586 (h/t @DatGreekChick)