Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/server/qgswfsserver.cpp
|
@@ -455,7 +455,7 @@ int QgsWFSServer::getFeature( QgsRequestHandler& request, const QString& format |
|
|
} |
|
|
for ( int i = 0; i < queryNodes.size(); i++ ) |
|
|
{ |
|
|
queryElem = queryNodes.at( 0 ).toElement(); |
|
|
queryElem = queryNodes.at( i ).toElement(); |
|
|
mTypeName = queryElem.attribute( "typeName", "" ); |
|
|
if ( mTypeName.contains( ":" ) ) |
|
|
{ |
|
|