Features and improvements ✨
- Significantly improve GeoJSON memory footprint.
- Reduce landmark model memory usage.
- Remove the experimental flag from
raster-allow-draping. - Add support for emissive MRT in custom layers.
Bug fixes 🐞
- Fix
removeSource…
npx @buildinternet/releases get mapbox-gl-jsraster-allow-draping.removeSource…Map addSourceType API which was superceded by CustomSourceInterface and experimental TileProvider API.raster-color-scale property, which can be set to "log" to…Map addSourceType API which was superceded by CustomSourceInterface.raster-color-scale property, which can be set to "log" to improve color ramp precision when…iconsets icons rendering with ESM bundle.text-variable-anchor when appearances are present.map.getVerticalFieldOfView(), map.setVerticalFieldOfView(), and read-only map.getHorizontalFieldOfView() and an animatable…text-variable-anchor when appearances are present.map.getVerticalFieldOfView(), map.setVerticalFieldOfView(), and read-only map.getHorizontalFieldOfView() and an animatable…Removed transition and interpolated flags from the camera-projection style property, as enum properties cannot be transitioned. Fixed terrain raycast accuracy for mouse events and camera fitting, improved landmark model LOD switching, and resolved issues with elevated road lines rendering flat, symbol bucket vertex buffer overflow, multilinestring labels, and parametric color caching. Published TypeScript declarations are now self-contained, fixing consumer builds with skipLibCheck: false.
transition and interpolated flags from the camera-projection style property — enum properties cannot be transitioned, so these flags were incorrect.import * as mapboxgl from 'mapbox-gl/esm') so that modern bundlers can eliminate small unused parts of the code. Replace mapboxgl.accessToken with Map accessToken option. Most of the bundle still…line-emissive-strength.import * as mapboxgl from 'mapbox-gl/esm') so that modern bundlers can eliminate small unused parts of the code. Replace mapboxgl.accessToken with Map accessToken option. Most of the bundle still…line-blend-additive-clamp…line-blend-additive-clamp…fill-extrusion layers when terrain is enabled in specific edge cases.TileProvider for raster and raster-dem sources, adding support for PMTiles with raster tiles.