Skip to content

v0.38.0

Compare
Choose a tag to compare
@TerminalTim TerminalTim released this 26 Jul 16:52
· 37 commits to master since this release
v0.38.0
155bf8b

0.38.0 (2024-7-26)

editor

  • improved: Modifying building footprints now works seamlessly even when shape points are covered by building extrusions.
  • fixed: correctly edit 3D LineString geometry displayed as 2D due to styling.
  • fixed: Resolved issue preventing translation of 3D buildings using the Transformer utility.

display

  • added: LayerStyles can now be defined in pure JSON using StyleExpressions. See Playground Example.
  • added: Enabled pointer event triggering for flat 2D geometry that is positioned below but rendered on top of 3D geometry.
  • improved: Enhanced "opacity" and "strokeDasharray" style properties to support StyleZoomRanges for dynamic zoom-level-based rendering.
  • fixed: resolve setBackgroundColor issue with StyleZoomRange or StyleValueFunction.
  • fixed: ensure correct rotation and positioning of icons along all segments of LineStrings
  • fixed: Resolved alpha blending issues for colors defined as RGBA arrays.

core

  • added: Add LayerStyle.zLayer for fallback drawing order control when zLayer is not explicitly defined on the style.
  • added: Introduce Layer methods setVisible(visible: boolean) and isVisible() for controlling and querying layer visibility directly, complementing LayerOptions.visible without modifying layer presence on the display.
  • fixed: resolve packaging issue causing excessive artifact size