QGIS Server Plugin to add additional output formats to WFS GetFeature request.
Demo in Lizmap Web Client:
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
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 :
- Read the documentation of QGIS Server.
- Read AtlasPrint install process because it's similar.
It's possible to set DEBUG_WFSOUTPUTEXTENSION
to TRUE
or 1
, the plugin will not remove temporary files on the disk.
Using the docker stack to test the plugin :
make test