Skip to content

Commit

Permalink
Replace OnlineResource by onlineResource
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Nov 26, 2012
1 parent 63d4b4f commit afeb497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapserver/qgswfsserver.cpp
Expand Up @@ -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*/ );
Expand Down

0 comments on commit afeb497

Please sign in to comment.