Skip to content
Permalink
Browse files
Replace OnlineResource by onlineResource
  • Loading branch information
rldhont committed Nov 26, 2012
1 parent 63d4b4f commit afeb497
Showing 1 changed file with 1 addition and 1 deletion.
@@ -180,7 +180,7 @@ QDomDocument QgsWFSServer::getCapabilities()
QDomElement getElement = doc.createElement( "Get"/*wfs:Get*/ );
httpElement.appendChild( getElement );
requestUrl.truncate( requestUrl.indexOf( "?" ) + 1 );
getElement.setAttribute( "OnlineResource", hrefString );
getElement.setAttribute( "onlineResource", hrefString );

//wfs:DescribeFeatureType
QDomElement describeFeatureTypeElement = doc.createElement( "DescribeFeatureType"/*wfs:DescribeFeatureType*/ );

0 comments on commit afeb497

Please sign in to comment.