v6.0.0-21
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
✨ Features and improvements
- Improve terrain render-to-texture preparation performance by skipping sources that are not rendered to terrain textures (#7863) (by @DoFabien)
- Add
Map.setMissingStyleImageResolverfor resolving missing style images with sync or async callbacks (#7850) (by @birkskyum) ⚠️ Stop allowingstyleimagemissinglisteners to resolve the current image request; useMap.setMissingStyleImageResolverinstead (#7892) (by @birkskyum)- Add
RasterTileSource#setPremultiplyAlpha(false)to preserve raw RGBA tile values when alpha is used for data instead of opacity (#7235) (by @plantain).