3liz / lizmap-wps-web-client-module

Lizmap module for WPS Client support
Mozilla Public License 2.0
11 stars 9 forks source link

Wps output not loading and legend it seems too huge on 3.8rc2 #53

Closed Antoviscomi closed 2 months ago

Antoviscomi commented 2 months ago

the process works fine but the result of processing is not loaded in the map, the legend it seems too huge see the screencast Video del 23-07-2024 10:29:19.webm

rldhont commented 2 months ago

@Antoviscomi the legend has been fixed, it was an issue in Lizmap Web Client. The fix will be available in 3.8.0 or 3.8-rc.4 You can test it https://packages.3liz.org/pub/lizmap/unstable/3.8/lizmap-web-client-3.8.0-rc.4.zip

Have you check the result of the prosess outside lizmap ? Getting the temp processing directory build by py-qgis-wps ?

Antoviscomi commented 2 months ago

@rldhont yes of course I've checked for the output, that it was created and fully works, as you can see in screenshots

Schermata del 2024-07-23 13-07-20

Schermata del 2024-07-23 13-10-39

in order to test the new version I'll do ASAP ;-)

rldhont commented 2 months ago

@Antoviscomi if the project is right in QGIS Desktop, the issue probably comes from QGIS Server. Do you have some errors in the Browser Dev tools ?

Antoviscomi commented 2 months ago

@rldhont in browser dev tool there is the error in screenshot repeated seven times

Schermata del 2024-07-23 15-16-09

Antoviscomi commented 2 months ago

@rldhont let me know if you need someother information

rldhont commented 2 months ago

@Antoviscomi the error is due to this line https://github.com/3liz/lizmap-wps-web-client-module/blob/master/wps/www/wps.js#L1323 The value 'qgisserver' is unknown and has to be replaced 'qgis'

Antoviscomi commented 2 months ago

@rldhont Great! It Works fine now!

Video del 23-07-2024 15:37:18.webm

Antoviscomi commented 2 months ago

@rldhont So, I close this issue