Skip to content

v10.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 10:02
· 30 commits to main since this release

10.2.3 - 2024-11-08

Added

  • Feature#type property.
  • Feature#circumference property.
  • FeatureCollection#type property
  • Geometry#coordinates property
  • Documentation for how to show, fetch and download embedding targets of type report as PDF (via the existing dataType=pdf option).

Changed

  • BREAKING CHANGE CadenzaEditGeometryUpdateEvent#detail is now typed as FeatureCollection | Feature | undefined. (Before: { geometry: Geometry })
  • CadenzaEditGeometryOkEvent#detail is now typed as Feature to align it with the rest of the API. (Before: { geometry: Geometry })