✨ 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 allowing
styleimagemissinglisteners 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).