sourcepole/qgis-wps-client

Are shapefile inputs supported?

Opened this issue · 0 comments

I am trying to use qgis-wps-client with WPS process that receives a zipped shapefile (application/x-zipped-shp) as one of its inputs. Does the plugin support that?

I see that VECTOR_MIMETYPES does include application/x-zipped-shp, and isMimeTypeVector does return a valid GDALID when a zipped shapefile input is detected. But further down in the code it looks
like only GML is actually supported.

Can you please confirm shapeline inputs are not currentlly supported?

Thanks.

qgis-wps-maplearn-error