sourcepole / qgis-wps-client

GNU General Public License v2.0
13 stars 12 forks source link

Are shapefile inputs supported? #6

Open elemoine opened 7 years ago

elemoine commented 7 years ago

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