Releases: DisyInformationssysteme/cadenza.js
Releases · DisyInformationssysteme/cadenza.js
v10.2.8
v10.2.7
10.2.7 - 2024-11-26
Changed
- Examples in the sandbox are now displayed more compactly
Fixed
- Removed duplicate geometry section in
sandbox.html#editGeometry
v10.2.6
10.2.6 - 2024-11-25
Fixed
geometry
parameter now applies again asGeometryExtentStrategy
v10.2.5
10.2.5 - 2024-11-25
Added
- 'Additional Layers' to the sandbox of 'Edit Geometry'
v10.2.4
10.2.4 - 2024-11-25
Added
additionalLayers
option forCadenzaClient#showMap
LayerDataExtentStrategy
,LocationFinderExtentStrategy
andStaticExtentStrategy
- "Extent Strategy" also to the sandbox
- Improved sandbox 'additionalLayers' and 'geometry' examples
Changed
- BREAKING CHANGE Renamed
zoomTarget
parameter,ZoomTarget
type andGeometryZoomTarget
type toextentStrategy
,ExtentStrategy
andGeometryExtentStrategy
Deprecated
- The optional zooming parameters
locationFinder
andmapExtent
inCadenzaClient#showMap
,CadenzaClient#createGeometry
andCadenzaClient#editGeometry
v10.2.3
10.2.3 - 2024-11-08
Added
Feature#type
property.Feature#circumference
property.FeatureCollection#type
propertyGeometry#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 asFeatureCollection | Feature | undefined
. (Before:{ geometry: Geometry }
) CadenzaEditGeometryOkEvent#detail
is now typed asFeature
to align it with the rest of the API. (Before:{ geometry: Geometry }
)
v10.2.2
10.2.2 - 2024-10-24
Added
CadenzaReloadEvent
additionalLayers
option forCadenzaClient#createGeometry
andCadenzaClient#editGeometry
disabledUiFeatures
option forCadenzaClient#createGeometry
andCadenzaClient#editGeometry
- Support for 'workbook-map-add-layer' as
disabledUiFeatures
value
v2.14.1
2.14.1 - 2024-10-24
Added
CadenzaReloadEvent
v2.10.1
2.10.1 - 2024-10-24
Added
CadenzaReloadEvent
v2.8.3
2.8.3 - 2024-10-24
Added
CadenzaReloadEvent