Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 19:33
9580a69

https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v2.0.5:

✨ Features and improvements

  • Add icon-overlap and text-overlap symbol layout properties #347
  • Deprecate icon-allow-overlap and text-allow-overlap symbol layout properties. icon-overlap and text-overlap are their replacements.
  • Remove node package chalk from devDependencies (#789).
  • Allow setting a custom pixel ratio by adding a MapOptions#pixelRatio property and a Map#setPixelRatio method. Since a high devicePixelRatio value can lead to performance and display problems, it is done at your own risk. (#769)