BRGM / gml_application_schema_toolbox

GML Application Schema toolbox is a QGIS plugin allowing to manipulate OGC Complex Features
https://brgm.github.io/gml_application_schema_toolbox/
GNU General Public License v2.0
28 stars 18 forks source link

Download Tab : StoredQueries #42

Open sgrellet opened 6 years ago

sgrellet commented 6 years ago

'Stored Queries' tab does not list the Stored Queries provided by the server (ex : test on https://wfspoc.brgm-rec.fr/geoserver/ows? ) Previous versions did this (WFS ListStoredQueries operation) but did not allow to 'interact' with a Stored Query. Example of such interaction would be

mhugo commented 6 years ago

I guess we could have a first simple version that only support "simple" (scalar) types for parameters, like xs:string, xs:double, but no compound types (geometry for instance!)

sgrellet commented 6 years ago

+1 for this first simple approach