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
experimentalZoomLevelsToOverscaleflag toMapOptionsto 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
constrainOverridesetter inTransformHelper.apply(#6642) (by @larsmaxfield) - Fix blank map after WebGL context restore (#6242) (by @ToHold)