/qgis-wfsOutputExtension

QGIS Server plugin to add Output Formats to WFS GetFeature request.

Primary LanguagePython

wfsOutputExtension

Icon

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

Versions

  • For QGIS Server 3, higher than version 1.1.0
  • For QGIS Server 2, version 1.0.2 or lower

Installation

To install the plugin :

  • Go to the download section
  • Retrieve the archive version for a given QGIS version (QGIS 2 or QGIS 3)
  • Extract the content of the archive with unzip
  • Check rights
  • Move the directory of the plugin into the plugins directory of QGIS Server (it is /opt/qgis/plugins most often)
  • Restart QGIS Server

For more details :

Tests

docker pull 3liz/qgis-platform:3.10
docker tag 3liz/qgis-platform:3.10 qgis-platform:3.10
make test