[QGIS Commit] [qgis/QGIS] 452233: BUG #9674 WFS GetFeature Request does not return f...
GitHub
noreply at github.com
Fri Feb 28 08:23:35 PST 2014
Branch: refs/heads/release-2_2
Home: https://github.com/qgis/QGIS
Commit: 4522334bfab76030676e47037a401abdb5e6dd58
https://github.com/qgis/QGIS/commit/4522334bfab76030676e47037a401abdb5e6dd58
Author: D'Hont René-Luc <rldhont at gmail.com>
Date: 2014-02-28 (Fri, 28 Feb 2014)
Changed paths:
M src/mapserver/qgsprojectparser.cpp
M src/mapserver/qgswfsserver.cpp
Log Message:
-----------
BUG #9674 WFS GetFeature Request does not return features
The GetFeature Request does not return elements.
The response of the request is valid but with a bbox : 0,0,0,0 and no features.
The simple request :
* SERVICE=WFS
* VERSION=1.0.0
* REQUEST=GeTFeature
* TYPENAME=*
* OUTPUTFORMAT=*
return no features.
More information about the QGIS-commit
mailing list