v2.1.0
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.0.5:
✨ Features and improvements
- Add
icon-overlap
andtext-overlap
symbol layout properties #347 - Deprecate
icon-allow-overlap
andtext-allow-overlap
symbol layout properties.icon-overlap
andtext-overlap
are their replacements. - Remove node package chalk from devDependencies (#789).
- Allow setting a custom pixel ratio by adding a
MapOptions#pixelRatio
property and aMap#setPixelRatio
method. Since a highdevicePixelRatio
value can lead to performance and display problems, it is done at your own risk. (#769)