WFS 2.0 Client Plugin 0.9.6 released

I’m happy to announce the release of WFS 2.0 Client Plugin 0.9.6. The plugin can now easily be called from the QGIS python environment with a custom WFS onlineresource. Feel free to integrate it in your solution.

wfsclient-called-from-python-console

 

Example code

if not 'wfsclient' in qgis.utils.plugins:
    print('WFS 2.0 Client Plugin not installed!')
else:
    wfsclient = qgis.utils.plugins['wfsclient']
    wfsclient.runClient(url='http://geoserv.weichand.de:8080/geoserver/wfs')

 

Additionally, the following fixes and enhancements have been implemented:

  • Fixed: Wrong URL encoding of storedquery request parameter
  • Enhancement: Save custom FeatureLimit

Ein Gedanke zu „WFS 2.0 Client Plugin 0.9.6 released

  1. Hi Jurgen.

    Great job on this WFS 2.0 Client. It is such a useful tool, which adds much needed functionality to QGIS.

    I am just wondering if there is an option to refresh the data from the WFS – I loaded the WFS layer in a few days ago and it is not showing live data. Is there a setting I can alter?

    Many Thanks
    Chris

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert