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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features ✨ and improvements 🏁
Add support for cameraForBounds with globe projection (#12138)
Add support for fitBounds and fitScreenCoordinates with globe projection (#12211)
Improve support for getBounds with globe projection. (#12286)
Improve symbol placement performance with globe projection (#12105)
Add new marker styling option occludedOpacity allowing the user to set the opacity of a marker that's behind 3D terrain (h/t jacadzaca) (#12258)
Cancel ImageSource image request when underlying resource is no longer used (#12266) (h/t maciejmatu)
Add object literal support in LngLatBounds.extend (#12270) (h/t stampyzfanz)
Add live performance counters. Mapbox-gl-js v2.11.0 collects certain performance and feature usage counters so we can better benchmark the library and invest in its performance. The performance counters have been carefully designed so that user-level metrics and identifiers are not collected. (#12343)
Bug fixes 🐞
Fix elevation of pole geometry when exaggerated terrain is used (#12133)
Fix GeolocateControl sometimes not working in iOS16 WebView (#12239)
Fix map crashing on conformal projections at the south pole (#12172)
Fix pixel flickering between tiles on darker styles in globe view. (#12145)
Fix occasional missing tiles at bottom of screen during globe-mercator transition (#12137)
Fix incorrectly requiring three finger drags to change pitch with cooperative gestures while in fullscreen. (#12165)
Fix jumping when scrolling with mouse when crossing the antimeridian on projections that wrap. (#12238)
Fix terrain error being fired when using map.getStyle() with globe view (#12163)
Fix occasional artifacts appearing in the ocean with terrain or globe enabled. (#12279)
Fix invalid AABB calculation as part of the globe tile cover (#12207)
Fix incorrect shading of corners in fill extrusions when ambient occlusion is enabled. (#12214)
Fix potential performance regression on image source updates (#12212)