#11279: Fix - Error during WPS export via LayerDownload in specific scenarios#11290
#11279: Fix - Error during WPS export via LayerDownload in specific scenarios#11290allyoucanmap merged 2 commits intogeosolutions-it:masterfrom
Conversation
…d in specific scenarios
|
@ElenaGallo please test this fix on dev and let us know when we can backport, thanks |
|
@dsuren1 see my comment below, thanks: 1_ If both WPS and WFS aren't supported for the layer, the Export button still visible on TOC. Try with 2_ If WPS not supported then WFS is auto selected but the WPS request on cosnole still present. Try with |
I don't see export button when either of the service is supported. i.e Export button on the export panel should be hidden, not the one on TOC
That call is like a prerequisite, it is made regardless of the service. The download calls should be is fired with wfs service and able to download, which works fine. During download if it makes wps request then it's incorrect. So to summarize, the functionality works as intended. Thanks for the observation |
|
@dsuren1 Thanks for the explanation. You can backport to 2025.01.xx. Thanks |
…d in specific scenarios (geosolutions-it#11290) (cherry picked from commit 21f3b55)


Description
This PR fixes the error during WPS export when using Layer download in specific scenario
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
What is the new behavior?
WPS download operation works correctly in the following scenario
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information