v3.2.0-beta.1
版本发布时间: 2024-02-16 19:40:36
mapbox/mapbox-gl-js最新发布版本:v3.7.0(2024-09-27 17:16:45)
Features and improvements ✨
- Added imports support in
map.areTilesLoaded
. - Added support of rotation of elevated raster layers.
- Added support of negative values for
fill-extrusion-flood-light-ground-radius
property. - Config options of one imported fragment can be used in another fragments.
- Improved cutoff behavior of buildings.
Bug fixes 🐞
- Fix an issue where
map.flyTo
withpadding
option was setting and overriding map's padding. - Issue a warning instead of a validation error if
url
ortiles
is missing from source, i.e. in MapTiler source. - Fix the moiré effects on patterns in tilted map views.
- Removing role attribute for non-visible alerts. (h/t @jakubmakielkowski) #13051
- Fix an elevation of symbols above multiple fill extrusions, when some of them hidden or lowered.
- Fix
config
expression chaining through nested styles. - Proper clean up of actor cancel callbacks. (h/t @temas) #13074