GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
11 stars 10 forks source link

make sure default wfs version is 1.1.0 #246

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

This PR implements default selection of WFS version 1.1.0 on the new connection dialog. This shall ensure that by default the plugin is configured to use a WFS version which is known to work OK also for performing WFS editing.

fixes #244