Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-30 | 953 Bytes | |
v3.14.0 source code.tar.gz | 2025-07-30 | 239.7 MB | |
v3.14.0 source code.zip | 2025-07-30 | 244.1 MB | |
Totals: 3 Items | 483.7 MB | 5 |
Breaking changes ⚠️
- Imported styles will use the
glyphs
URL template from the root style instead of their own.
Features and improvements ✨
- Add a
split
expression to divide a string into an array of substrings based on a specified delimiter. - Improve memory usage for GeoJSON sources.
Bug fixes 🐞
- Fix an issue with querying rendered features during the globe-to-Mercator transition.
- Fix resources cleanup when removing a map with a terrain or/and vector icons.
- Fix an issue where a single primary image was not rendered correctly with
icon-image-cross-fade
. - Fix an edge case involving the mixing of vertical and horizontal writing modes.
- Fix rendering of multiple
raster
layers from a singleraster-array
source. - Fix restoration of maps with background patterns, heatmap, image, video, or raster sources after WebGL context loss.
- Fix memory spike when calling
setData
on large datasets.