[QGIS Commit] [qgis/Quantum-GIS] 562aec: [QGIS-Server] WFS Filter : send empty data instead...
GitHub
noreply at github.com
Tue Jun 25 06:49:49 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 562aec32d860cdf9baf6857232287f61c96c899c
https://github.com/qgis/Quantum-GIS/commit/562aec32d860cdf9baf6857232287f61c96c899c
Author: D'Hont René-Luc <rldhont at gmail.com>
Date: 2013-06-25 (Tue, 25 Jun 2013)
Changed paths:
M src/mapserver/qgswfsserver.cpp
Log Message:
-----------
[QGIS-Server] WFS Filter : send empty data instead of XML error when no feature found
Bug #8123
When a getFeature request has a FILTER parameter, and when no data
corresponds, QGIS answer sometimes with :
<ServiceExceptionReport version="1.3.0">i
<ServiceException code="RequestNotWellFormed">No feature found error messages: .</ServiceException>
</ServiceExceptionReport>
It would be better to send back an empty GML (Or GeoJSON) instead.
More information about the QGIS-commit
mailing list