Improve user location dot appearance across browsers (#5498) (h/t @jasonbarry)🐛 Bug fixesFix error triggered by == and != expressions #5947 Image sources honor renderWorldCopies #5932 Fix transitions to default fill-outline-color #5953 Fix transitions for light properties #5982 Fix minor sy...
Add a free form camera API, allowing for more complex camera manipulation in 3D, accessible using map.getFreeCameraOptions() and map.setFreeCameraOptions(). Improve performance by adopting a two-phase tile loading strategy, prioritizing rendering of non-symbol layers first. Improve performance by ...
1148 * Improve user location dot appearance across browsers ([#5498](https://github.com/mapbox/mapbox-gl-js/pull/5498)) (h/t @jasonbarry) 1149 1150 ### 🐛 Bug fixes 1151 1152 * Fix error triggered by `==` and `!=` expressions [#5947](https://github.com/mapbox/mapbox...
Improve user location dot appearance across browsers (#5498) (h/t @jasonbarry)🐛 Bug fixesFix error triggered by == and != expressions #5947 Image sources honor renderWorldCopies #5932 Fix transitions to default fill-outline-color #5953 Fix transitions for light properties #5982 Fix minor sy...
2 3 ## ✨ Features 4 * Add ability to insert images into text labels using an `image` expression within a `format` expression: `"text-field": ["format", "Some text", ["image", "my-image"], "some more text"]` ([#8904](https://github.com/mapbox/mapbox-gl-js/pull/8904...
Improve user location dot appearance across browsers (#5498) (h/t @jasonbarry)🐛 Bug fixesFix error triggered by == and != expressions #5947 Image sources honor renderWorldCopies #5932 Fix transitions to default fill-outline-color #5953 Fix transitions for light properties #5982 Fix minor sy...
Improve user location dot appearance across browsers (#5498) (h/t @jasonbarry)🐛 Bug fixesFix error triggered by == and != expressions #5947 Image sources honor renderWorldCopies #5932 Fix transitions to default fill-outline-color #5953 Fix transitions for light properties #5982 Fix minor sy...
Add type='button' to FullscreenControl to prevent button from acting as a form submit #4397 Fix issue where map would continue to rotate if Ctrl key is released before the click during a DragRotate event #4389 Remove double options.easing description from the Map#fitBounds documentation #4402...