github maplibre/maplibre-gl-js v5.12.0

17 hours ago

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.11.0:

✨ Features and improvements

  • Add support for MapLibre Tiles (MLT) by using encoding: 'mlt' in vector source definition (#6570) (by @Salkin975 and @HarelM)
  • Slice vector tiles to improve over scale vector handling (#6521). It adds the experimentalZoomLevelsToOverscale flag to MapOptions to allow controlling how many zoom levels to slice and how many to scale. It seems to have better performance at high zoom levels. It can prevent Safari crashes in some scenarios by setting it to 4 or less. (by @HarelM)
  • Add reduceMotion option to Map Options (#6661) (by @wayofthefuture)

🐞 Bug fixes

  • Fix missing constrainOverride setter in TransformHelper.apply (#6642) (by @larsmaxfield)
  • Fix blank map after WebGL context restore (#6242) (by @ToHold)

Don't miss a new maplibre-gl-js release

NewReleases is sending notifications on new releases.