Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CADENZA-37531 and CADENZA-38242: #67

Merged
merged 23 commits into from
Nov 25, 2024
Merged

CADENZA-37531 and CADENZA-38242: #67

merged 23 commits into from
Nov 25, 2024

Conversation

klschm
Copy link
Contributor

@klschm klschm commented Nov 19, 2024

  • Cleanup of type definition 'LayerDefinition'
  • Fix displaying of parameter descriptions in case of an options object being destructured immediately (in this case the parameter descriptions weren't visible in the documentation)
  • Order the parameters in alphabetical order
  • Add the Cadenza JS part for zooming extensions

schmidt and others added 20 commits November 19, 2024 15:12
- Cleanup of type definition 'LayerDefinition'
- Fix displaying of parameter descriptions in case of an options object being destructured immediately (in this case the parameter descriptions weren't visible in the documentation)
- Order the parameters in alphabetical order
- Add the Cadenza JS part for zooming extensions
* CADENZA-37667 fix: update version in package-lock.json

* CADENZA-37667 doc: typo

* CADENZA-37667 doc: update docs

* CADENZA-37667 doc: introduce Feature property: circumference, which was missing

* CADENZA-37667 doc: adjusted CHANGELOG.md

* CADENZA-37667 doc: better typing for Coordinate type

* CADENZA-37667 doc: fix indent
… download reports generated from report template embedding targets as PDF
- Fix CadenzaClientOptions to use options again instead of __namedParameter
- Ran prettier now
- Added Changelog entries
- Remove duplicated Changelog entry
- Add overriding of locationFinder by mapExtent also explicitely in the code like it was before the story CADENZA-37531
- Fix handling useMapSrs parameter for creating a valid GeometryZoomTarget
- Change Sandbox to be usable with all supported ZoomTargets
- Add the zoomTarget also to the "createGeometry" action
CHANGELOG.md Outdated Show resolved Hide resolved
src/cadenza.js Outdated Show resolved Hide resolved
src/cadenza.js Outdated Show resolved Hide resolved
src/cadenza.js Outdated Show resolved Hide resolved
src/cadenza.js Outdated Show resolved Hide resolved
src/cadenza.js Outdated Show resolved Hide resolved
src/cadenza.js Outdated Show resolved Hide resolved
src/cadenza.js Show resolved Hide resolved
src/cadenza.js Show resolved Hide resolved
src/cadenza.js Show resolved Hide resolved
- Remove the DefaultZoomTarget and the DataExtentZoomTarget
- Add the description of the DefaultZoomTarget to the ZoomTarget type
- Add the functionality of DataExtentZoomTarget to the LayerDataExtentZoomTarget in case of having no "layers" specified
- Rename the MapExtentZoomTarget to StaticZoomTarget
- Add the deprecation hint also to the description of the CadenzaClient
- Don't let it be possible to have a different "useMapSrs" parameter in the GeometryZoomTarget
- Rewrite the description of the "useMapSrs" parameter to make it clear it applies to all given coordinates
- Rename the function "createValidZoomTarget" to "sanitizeZoomTarget" and make it much simpler
- Remove 'locationFinder' and 'mapExtent' parameters from the 'createParams' method, because they were already considered correctly in the "sanitizeZoomTarget" method
- Simplify the method when to send the 'setZoomTarget' postMessage and when to not do it
- Add the "zoomTarget" parameter also to the "selectObjects" method to apply the extent and locationFinder parameters also correctly there
- Adapt the Sandbox to the reduced types of ZoomTargets and add the parameter also to the selectObjects command
src/cadenza.js Show resolved Hide resolved
sandbox.html Outdated
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" xmlns="http://www.w3.org/1999/html">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@klschm klschm merged commit 9a50d1c into main Nov 25, 2024
1 check passed
@klschm klschm deleted the slb/CADENZA-37531 branch November 25, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants