Skip to content

v0.35.0

Compare
Choose a tag to compare
@TerminalTim TerminalTim released this 22 Aug 10:14
· 159 commits to master since this release
v0.35.0
4f79b14

0.35.0 (2023-8-22)

editor

  • added: It is now possible to select multiple LineShapes/NavlinkShapes and drag them simultaneously to change position. See: shape.select(), Playground

display

  • improved: The display of preview tiles has been optimized.
  • improved: Tiles that are not part of the actual viewport but whose data is still visible due to the high altitude are now processed and displayed.
  • added: A new HeatmapStyle has been introduced, which makes it possible to visualize density maps where the data density is displayed in different colors. Playground Example
  • added: Point styles can now also be applied separately to line ranges with the anchor set to "Line".
  • fixed: Tile previews of transparent point styles may flicker for a very brief moment
  • fixed: Fixes an issue where tiles are only partially visible when the map is tilted at a steep angle.
  • fixed: The Compass UI now works properly even when the map is heavily pitched.
  • fixed: In rare cases, points may be offset if they lie exactly on a tile boundary.
  • fixed: Region-based point styles with an explicitly defined altitude are not displayed if there is no altitude in the source geometry.