Skip to content

Commit 40c01ad

Browse files
committed
fix #6116
1 parent 2e52cb5 commit 40c01ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapserver/qgswfsserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ QDomDocument QgsWFSServer::getCapabilities()
198198

199199
//wfs:FeatureTypeList element
200200
QDomElement featureTypeListElement = doc.createElement( "FeatureTypeList"/*wfs:FeatureTypeList*/ );
201-
capabilityElement.appendChild( featureTypeListElement );
201+
wfsCapabilitiesElement.appendChild( featureTypeListElement );
202202
//wfs:Operations element
203203
QDomElement operationsElement = doc.createElement( "Operations"/*wfs:Operations*/ );
204204
featureTypeListElement.appendChild( operationsElement );

0 commit comments

Comments
 (0)