deck.gl
deck.gl copied to clipboard
Fix maplibre-gl interleaving
For #7128
maplibre 2.0 does not expose map.version, see issue at https://github.com/maplibre/maplibre-gl-js/issues/1426
I'm proposing to drop compatibility with mapbox-gl v0.50-1.2, which are more than 3 years old (mapbox v1's latest is 1.13 and maplibre v1's latest is 1.15). These versions are currently identified by the absence of map.version.
Change List
- Always use the most recent near plane value (technically a breaking change, for mapbox-gl <=1.2)