$npx @buildinternet/releases show rel_MYdfP9hCGTxIa00cN3fZ8
Features β¨ and Improvements π
β¨ Landmark icons
Landmark icons are stylized, uniquely designed POI icons that indicate the most popular and recognizable landmarks on the map.
Introduced an experimental API for setting ColorTheme on style imports.
Added experimental use-theme properties for all annotation types and the Puck3D layer.
Enabled panning and pinching gestures for trackpads.
Reduced installation size by approximately 10 MB by redacting unnecessary debug symbols.
Optimized battery usage by reducing background triggers when the app is not in focus.
Lowered CPU load by implementing exponential backoff for failed connection attempts.
Added support for vector icons in the location indicator layer.
Increased the placement range for Dynamic View Annotations when the pitch level exceeds 45 degrees.
Bug Fixes π
Resolved Dynamic View Annotations placement issues at high zoom levels.
Fixed an issue where line placement symbols would disappear at zoom levels between 5 and 6.
Addressed missing vector images after a style change.
Fixed background layer updates when a raster image was updated in place.
Ensured the background layer updates correctly when changing the color theme.
Fixed LUT (look-up table) application for in-place updated images.
Resolved in-place updates for SDF (Signed Distance Field) images.
Corrected mipmaps for images updated in place.
Added support for positive mask coordinates for vector images.
Fixed dark gradient shades in the night preset.
Addressed rare cases of missing background colors.
Improved Custom Raster Source behavior upon re-creation.
Previously, when the Custom Raster Source was re-created within the same call chain, its rendering counterparts were not updated. This prevented CustomRasterSourceTileRenderer from being properly re-initialized.