Skip to content

3liz/qgis-wfsOutputExtension

Repository files navigation

wfsOutputExtension

Icon

QGIS.org Tests 🎳

QGIS Server Plugin to add additional output formats to WFS GetFeature request.

Demo in Lizmap Web Client:

Demo of the plugin

Description

wfsOutputExtension is a QGIS Server Plugin. It extends OGC Web Feature Service capabilities. It adds output formats to WFS GetFeature request.

It adds:

  • CSV
  • ESRI ShapeFile as ZIP file
  • Geopackage
  • GPX
  • KML
  • MapInfo TAB as ZIP file
  • MIF/MID File as ZIP file
  • ODS, the datatable
  • XLSX, the datatable

Installation

We recommend to use QGIS-Plugin-Manager :

# After you have installed and setup qgis-plugin-manager
cd /opt/qgis/plugins
qgis-plugin-manager install wfsOutputExtension
# Check rights
# Restart QGIS Server

For more details :

Debug on production

It's possible to set DEBUG_WFSOUTPUTEXTENSION to TRUE or 1, the plugin will not remove temporary files on the disk.

Tests

Using the docker stack to test the plugin :

make test