From e6f77d4c762cc5fabb42a9bcee0a2ddd2d7fff56 Mon Sep 17 00:00:00 2001 From: Emanuela Epure <67077116+emanuelaepure10@users.noreply.github.com> Date: Wed, 15 May 2024 15:39:06 +0200 Subject: [PATCH] feat: Add paramter "resolvedepth" in UI when downloading data via WFS 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 --- .../ui/getfeature/GetFeatureParamsPage.java | 72 +++++++++++++++++++ .../ui/getfeature/WFSGetFeatureConfig.groovy | 1 + .../ui/getfeature/WFSGetFeatureSource.java | 4 ++ .../plugin.xml | 4 +- 4 files changed, 79 insertions(+), 2 deletions(-) diff --git a/io/plugins/eu.esdihumboldt.hale.io.wfs.ui/src/eu/esdihumboldt/hale/io/wfs/ui/getfeature/GetFeatureParamsPage.java b/io/plugins/eu.esdihumboldt.hale.io.wfs.ui/src/eu/esdihumboldt/hale/io/wfs/ui/getfeature/GetFeatureParamsPage.java index 3650a2ce78..13ca0306de 100644 --- a/io/plugins/eu.esdihumboldt.hale.io.wfs.ui/src/eu/esdihumboldt/hale/io/wfs/ui/getfeature/GetFeatureParamsPage.java +++ b/io/plugins/eu.esdihumboldt.hale.io.wfs.ui/src/eu/esdihumboldt/hale/io/wfs/ui/getfeature/GetFeatureParamsPage.java @@ -23,6 +23,7 @@ import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Group; +import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Spinner; import eu.esdihumboldt.hale.ui.util.wizard.ConfigurationWizard; @@ -37,6 +38,11 @@ public class GetFeatureParamsPage extends ConfigurationWizardPage + name="hale studio"> + value="hale studio">