v6.0.0-19Pre-release
Changed 1
- Debounce setImages broadcast to once per animation frame, fixing O(n²) serialization overhead when adding many images
Fixed 1
- Fix stale terrain depth and coordinate framebuffers when terrain tiles change without camera movement
Removed 1
- Drop the archived @mapbox/whoots-js dependency by inlining its single getTileBBox helper
✨ Features and improvements
- Drop the archived
@mapbox/whoots-jsdependency by inlining its singlegetTileBBoxhelper (#7838) (by @qorexdevs) - Debounce
setImagesbroadcast to once per animation frame, fixing O(n²) serialization overhead when adding many images (#7614) (by @bradymadden97)