We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e52cb5 commit 40c01adCopy full SHA for 40c01ad
src/mapserver/qgswfsserver.cpp
@@ -198,7 +198,7 @@ QDomDocument QgsWFSServer::getCapabilities()
198
199
//wfs:FeatureTypeList element
200
QDomElement featureTypeListElement = doc.createElement( "FeatureTypeList"/*wfs:FeatureTypeList*/ );
201
- capabilityElement.appendChild( featureTypeListElement );
+ wfsCapabilitiesElement.appendChild( featureTypeListElement );
202
//wfs:Operations element
203
QDomElement operationsElement = doc.createElement( "Operations"/*wfs:Operations*/ );
204
featureTypeListElement.appendChild( operationsElement );
0 commit comments