Skip to content

Commit

Permalink
fix #6116
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 1, 2012
1 parent 2e52cb5 commit 40c01ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapserver/qgswfsserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ QDomDocument QgsWFSServer::getCapabilities()

//wfs:FeatureTypeList element
QDomElement featureTypeListElement = doc.createElement( "FeatureTypeList"/*wfs:FeatureTypeList*/ );
capabilityElement.appendChild( featureTypeListElement );
wfsCapabilitiesElement.appendChild( featureTypeListElement );
//wfs:Operations element
QDomElement operationsElement = doc.createElement( "Operations"/*wfs:Operations*/ );
featureTypeListElement.appendChild( operationsElement );
Expand Down

0 comments on commit 40c01ad

Please sign in to comment.