Skip to content

v0.37.0

Compare
Choose a tag to compare
@TerminalTim TerminalTim released this 10 May 16:00
· 108 commits to master since this release
v0.37.0
b580b7a

0.37.0 (2024-5-10)

core

  • improved: Ensured that all parameters are URL encoded for both "SpaceProvider" and "IMLProvider".
  • added: The new ClusterTileLayer enables efficient client-side clustering of map-data from various sources, providing optimized clusters at each zoom level, supporting dynamic feature addition/removal and customizable property aggregation for tailored data summarization and display. Playground Example
  • added: Introducing the "findPath" method for optimal client-side path finding on a GeoJSON road network supporting advanced options such as custom turn restrictions and weights.
  • fixed: Custom request parameters utilizing arrays are now properly URL encoded for improved reliability

display

  • fixed: In cases where a particularly large dataset is frequently updated, it could lead to the display of outdated data.
  • fixed: The alpha blending of heatmaps has been corrected and is now functioning as intended.
  • fixed: Pointerevents at intermediate zoom levels now activate accurately when used alongside StyleZoomRanges/StyleValueFunctions.

editor

  • fixed: In exceptionally rare instances, timing issues could cause inconsistent triggering of the 'ready' event.