Update dependency maplibre-gl to v6.8.0 #11
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/maplibre-gl-6.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
6.7.0→6.8.0Release Notes
maplibre/maplibre-gl-js (maplibre-gl)
v6.8.0Compare Source
✨ Features and improvements
map.getStyleUrl(), which returns the URL the style was loaded from, ornullwhen the style was given as an object (#7109) (by @bradymadden97 and @giswqs)Intl.Segmenterinstances used for text shaping on first use instead of at import, shaving several milliseconds off loading MapLibre on the main thread (#8337) (by @cherenkov)Markerpin once and clone it per marker, so creating many default markers takes roughly half the constructor time (#8340) (by @cherenkov)fill-coloras the foreground color (#7747) (by @bradymadden97 and @deniial00)maxCanvasSize, which previously lowered the rendered resolution silently (#8200) (by @str0kes)🐞 Bug fixes
dem dimension mismatcherror, and empty raster tiles render as transparent (#1551) (by @clement-igonet)beforelayer inmap.moveLayerbefore reordering, so passing the id of a layer that does not exist leaves the layer order untouched instead of dropping the moved layer out of it (#8301) (by @lazerg)getCameraAltitude()returningNaNunderglobeandvertical-perspective, which disabled marker terrain occlusion and the camera terrain check; the altitude now follows the sphere (#6584) (by @bigmistqke and @patte)setTilesproducing stale tile URLs whenloadTileruns in the same frame (#8323) (by @johncarmack1984 and @nostrorom)symbol-height-offsetstays visible until it is behind the planet (#8316) (by @clement-igonet)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.