-
Notifications
You must be signed in to change notification settings - Fork 410
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
#9368: adding support 3D tiles resources in catalog for CSW #9443
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a first round of review, since I'm not able to test it
… for testing 3d tiles in csw in test file
…romOWS' function to 'transformExtentToObj' and add decription to test file for coordinateUtils
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, some other changes requested
@MV88 as agreed in our call, let's merge the PR as soon as the review is passed. We will proceed to test the solution early after by updating the involved downstream project. |
Desription:
Description: \n 1- Edit in function description in CoordinatesUtils. \n 2- Remove not needed cfg in localConfig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor changes
Description: \n - edit IT translation. \n - edit transformExtentToObj description/
@mahmoudadel54 (FYI @MV88) first test result reported a couple of things that need to be fixed.
This test has been performed by including this metadata template in the CSW source advanced configuration.
|
Since it is not related to the updated provided with this PR I've created a new issue to capture this (see #9461).
This need to be fixed as part of #9368 @mahmoudadel54 |
@mahmoudadel54 please backport this to 2023.02.xx. Thanks |
…r CSW (geosolutions-it#9443) * geosolutions-it#9368: adding support 3D tiles resources in catalog for CSW * geosolutions-it#9368: enable reading metadata from csw for 3d tiles * geosolutions-it#9368: resolve comment of removing unneeded code in localConfig * geosolutions-it#9368: resovle comment: provide more generic test data for testing 3d tiles in csw in test file * geosolutions-it#9368: resolve comment about renaming 'getCesiumBoundFromOWS' function to 'transformExtentToObj' and add decription to test file for coordinateUtils * resolving review changes Desription: * resolving review comments Description: \n 1- Edit in function description in CoordinatesUtils. \n 2- Remove not needed cfg in localConfig * resolve review comments Description: \n - edit IT translation. \n - edit transformExtentToObj description/
…alog for CSW (#9599) * #9368: adding support 3D tiles resources in catalog for CSW (#9443) * #9368: adding support 3D tiles resources in catalog for CSW * #9368: enable reading metadata from csw for 3d tiles * #9368: resolve comment of removing unneeded code in localConfig * #9368: resovle comment: provide more generic test data for testing 3d tiles in csw in test file * #9368: resolve comment about renaming 'getCesiumBoundFromOWS' function to 'transformExtentToObj' and add decription to test file for coordinateUtils * resolving review changes Desription: * resolving review comments Description: \n 1- Edit in function description in CoordinatesUtils. \n 2- Remove not needed cfg in localConfig * resolve review comments Description: \n - edit IT translation. \n - edit transformExtentToObj description/ * #9368: resolve test report comments (#9465) description: remove not needed span indicator for 3d layer in catalog sidebar+ remove all relevant translates
Description
Adding a support for 3D Tiles resources in CSW metadata.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
#9368
What is the current behavior?
adding CSW metadata in catalog doesn't support 3D Tiles if exists within it
#9368
What is the new behavior?
A support for 3D Tiles resources in CSW metadata is added and now user can add 3D tiles via CSW to the map.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information