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

WFS autodetect generates wrong WFS getCap query #62

Closed sgrellet closed 6 years ago

sgrellet commented 6 years ago

Setting WFS version on 'auto-detect' when defining a WFS endpoint generates the following request http://services.sandre.eaufrance.fr/geo/eth_FXX&request=GetCapabilities&acceptversions=2.0.0,1.1.0,1.0.0 whereas it should be http://services.sandre.eaufrance.fr/geo/eth_FXX?service=wfs&request=GetCapabilities&acceptversions=2.0.0,1.1.0,1.0.0 the '?' was not added and service=WFS is missing

Version de Python : 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] Version de QGIS : 3.0.0-Girona Girona, 001c80b0c3 GMLAS toolbox v1.2.0-rc2

mhugo commented 6 years ago

Fixed with https://github.com/BRGM/gml_application_schema_toolbox/commit/7f6061a542290e0acf4715fa752a7cc02643622c

sgrellet commented 6 years ago

fixed under GMLAS toolbox plugin : v1.2.0-rc5 Python : 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] QGIS : 3.0.1-Girona Girona, a86bec25ebw