Skip to content

Version 2024.5.0

Compare
Choose a tag to compare
@Waguramu Waguramu released this 18 Dec 20:32
· 28 commits to main since this release
75574a8

What's Changed

Improved Functionality

  • Move onto the new Validity API.
  • Ensure that Rule supports the geometry type for attribute validities.
  • Add support for icon URLs.
  • Add attribute-filter style property to filter attributes by fields.
  • Add Geometry name in inspection if available.
  • Add geometry-name style property to rules.
  • Enhance attribute selection vs. hover rules implementation and usage.
  • Implement attribute hover styles.
  • Update the default style.
  • Improve Tile Source Data selection dialog to pre-load the previous selection.
  • Allow viewing and copying tile ID of peak value tile.
  • Bundle unminified Cesium sources for Debug build.

Fixes

  • Fix value type assumption for Validity conversion.
  • Ensure that ValidityCollection (MultiValidity) is non-empty if a validity is required by the rule.
  • Fix inconsistent keywords in the editor.
  • Fix Clang-Tidy hints.
  • Fix not found error on hoverId.
  • Fix possible memory use after free issues in inspection.
  • Upgrade Cesium to 1.124.0 which fixes rendering exception when using distance-based opacity/scaling.