-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
WFS provided by Qgsis server #725
Comments
That's... interesting. The getcapabilities is correctly fetched by mapstore which adds loading https://qgisserver.hautsdefrance.fr/cgi-bin/qgis_mapserv.fcgi?MAP=/var/www/data/qgis/applications/admin_elu_region.qgs&service=WFS&request=GetCapabilities&version=1.1.0 in firefox, i dont see
comparing with a 'working' WFS (well one that lists layers, eg https://data.geopf.fr/wfs/ows?version=1.1.0&service=WFS&request=GetCapabilities) maybe something missing in projections ? or outputformats for getfeature/describefeaturetype ?
iirc (i might be wrong) mapstore queries WFS features using |
Thank you Landry for the analyse. I feel like this fits this issue : 3liz/qgis-wfsOutputExtension#29 |
maybe that yeah.. but if qgis already provides |
I am trying to declare a new WFS web service in the Géo2France mapstore. But no layer is found. I have no error message.
URL of the service : https://qgisserver.hautsdefrance.fr/cgi-bin/qgis_mapserv.fcgi?MAP=/var/www/data/qgis/applications/admin_elu_region.qgs&service=WFS&request=GetCapabilities
(This is the case for all services produced by my qgis server)
Vincent
The text was updated successfully, but these errors were encountered: