-
Notifications
You must be signed in to change notification settings - Fork 44
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
[Feature]: Add paramter "resolvedepth" in UI when downloading data via WFS #1085
Labels
Comments
This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
Currently investigating this issue. |
emanuelaepure10
added a commit
to emanuelaepure10/hale
that referenced
this issue
May 23, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 halestudio#1085
emanuelaepure10
added a commit
to emanuelaepure10/hale
that referenced
this issue
May 23, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 Closes halestudio#1085
emanuelaepure10
added a commit
to emanuelaepure10/hale
that referenced
this issue
May 23, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 Closes halestudio#1085
emanuelaepure10
added a commit
to emanuelaepure10/hale
that referenced
this issue
May 23, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 Closes halestudio#1085
emanuelaepure10
added a commit
to emanuelaepure10/hale
that referenced
this issue
May 24, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 Closes halestudio#1085
emanuelaepure10
added a commit
to emanuelaepure10/hale
that referenced
this issue
May 24, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 Closes halestudio#1085
emanuelaepure10
added a commit
to emanuelaepure10/hale
that referenced
this issue
May 27, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 Closes halestudio#1085
emanuelaepure10
added a commit
that referenced
this issue
May 27, 2024
Add in the dialog for the WFS GetCapability the possibility to choose if you want to add a resolveDepth for a request and how much would that be. Has been added a spinner to choose a number above 0 or the '*' for all the possible depths to be resolved. ING-4129 Closes #1085
we-release bot
pushed a commit
that referenced
this issue
Jun 19, 2024
## [5.2.0](v5.1.0...v5.2.0) (2024-06-19) ### Features * add binding to service provider for use in Groovy script ([990a152](990a152)) * add paramter "resolvedepth" in UI when downloading data via WFS ([693b8b8](693b8b8)), closes [#1085](#1085) * allow usage of LookupTableImpl and LookupTableInfoImpl in Groovy ([6b96ff9](6b96ff9)) * CSV, Excel and JSON writer - reduce to single geometries if data does not contain multi geometry ([3aa38bf](3aa38bf)), closes [#986](#986) * update version number to 5.2.0 for the next snapshot ([5fbde49](5fbde49)) ### Bug Fixes * functions not working for elements with value and attribute ([2493822](2493822)) * add quotes to automatically generated condition contexts on parent ([72b243d](72b243d)) * allow filtering for joins ([4309686](4309686)) * **deps:** update dependency de.undercouch:gradle-download-task to v5 ([9d9a370](9d9a370)) * **deps:** update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.13.0 ([b8241c1](b8241c1)) * **deps:** update dependency org.apache.maven.resolver:maven-resolver-api to v1.9.20 ([d56e083](d56e083)) * **deps:** update dependency org.apache.maven.wagon:wagon-http to v3.5.3 ([f23c9fa](f23c9fa)) * **deps:** update dependency org.eclipse.jgit:org.eclipse.jgit to v6 ([4a6064f](4a6064f)) * **deps:** update dependency org.slf4j:slf4j-simple to v2 ([71567f7](71567f7)) * **deps:** update dependency org.yaml:snakeyaml to v2 ([7d321e3](7d321e3)) * **deps:** update dependency to.wetransform.offlineresources.feature to v2024.5.23.bnd-osxq0g ([db6b415](db6b415)) * **deps:** update dependency to.wetransform.offlineresources.feature to v2024.6.13.bnd-dc5qw ([160ac42](160ac42)) * **deps:** update dependency to.wetransform.offlineresources.feature to v2024.6.18.bnd-nmxrdq ([ef6534f](ef6534f)) * **deps:** update other org.apache.maven.wagon dependencies ([1e87ef5](1e87ef5)) * don't close PrintStream when using printCell ([ca99edf](ca99edf)) * fix provider definition for geometry.unifyWindingOrder parameters ([4cca094](4cca094)) * Reload and update schemas - saves the last changes ([a80cf5a](a80cf5a)), closes [#956](#956) * use appropriate methods to convert the numbers in XML ([2baec50](2baec50))
🎉 This issue has been resolved in version 5.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
If you download source data via WFS and you want to resolve all links in the data you can use the parameter
resolvedepth
. Currently you have to add this parameter manually to your GetFeatureRequest.It would be nice to have a toggle in the UI to be able to add this parameter automatically.
Describe the solution you'd like
If you want to download source data via WFS you can add your GetCapabilities link. In the UI you will once navigate to the Additional configuration options dialogue. A toggle to resolve links could be added here
The text was updated successfully, but these errors were encountered: