Skip to content

3liz/qgis-wfsOutputExtension

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 :

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