We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
createStyleFunctionToVectorLayer
The Geoprocessing module does not work correctly on v3.9
Try the Geoprocessing demo webgis
https://v39.g3wsuite.it/en/map/qprocessing/qdjango/277/
Run the process and wait the end
The result (SHP) is not loaded in the map and the result (PDF) is not sownloadable
General
OS: Ubuntu 24.04.1 LTS QGIS Server: 3.34.14-Prizren Python: 3.12.3 (main, Nov 6 2024, 18:32:19) [GCC 13.2.0]
DataBase
default: PostgreSQL 16.2 (Debian 16.2-1.pgdg120+2) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit | PostGIS 3.4 USE_GEOS=1 USE_PROJ=1 USE_STATS=1
Libraries General
Qt: 5.15.13
Geographic
GDAL/OGR: 3.8.4 PROJ: 9.4.0 GEOS: 9.4.0
Python
Django: 4.2.18 GDAL/OGR: 3.8.4 PyProj: 3.6.1
https://v39.g3wsuite.it/en/map/qprocessing/qdjango/277/#
No response
The text was updated successfully, but these errors were encountered:
@volterra79 something like that:
(createVectorLayerFromFile + createStyleFunctionToVectorLayer) → GUI.getService('map').addExternalLayer.
createVectorLayerFromFile
GUI.getService('map').addExternalLayer
g3w-client-plugin-processing/components/OutputVectorLayer.vue#L107-L120
[email protected]/src/components/MapAddLayer.vue#L374-L384
[email protected]/src/components/MapAddLayer.vue#L749-L757
Sorry, something went wrong.
@Raruto @volterra79
GUI.getService('map.addExternalLayer)
wlorenzetti
volterra79
Raruto
Successfully merging a pull request may close this issue.
Checklist
Subject of the issue
The Geoprocessing module does not work correctly on v3.9
Steps to reproduce
Try the Geoprocessing demo webgis
https://v39.g3wsuite.it/en/map/qprocessing/qdjango/277/
Run the process and wait the end
The result (SHP) is not loaded in the map and the result (PDF) is not sownloadable
Environment
General
DataBase
Libraries
General
Geographic
Python
Link to your project
https://v39.g3wsuite.it/en/map/qprocessing/qdjango/277/#
Additional info
No response
The text was updated successfully, but these errors were encountered: