Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes Get element in WFS GetCapabilities doc
  • Loading branch information
pblottiere committed Jul 24, 2018
1 parent ac9ff08 commit 4a10f3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/services/wfs/qgswfsgetcapabilities.cpp
Expand Up @@ -331,7 +331,6 @@ namespace QgsWfs
QDomElement dcpElement = doc.createElement( QStringLiteral( "ows:DCP" ) );
QDomElement httpElement = doc.createElement( QStringLiteral( "ows:HTTP" ) );
QDomElement getElement = doc.createElement( QStringLiteral( "ows:Get" ) );
getElement.setAttribute( QStringLiteral( "xlink:type" ), QStringLiteral( "xlink:simple" ) );
getElement.setAttribute( QStringLiteral( "xlink:href" ), hrefString );
httpElement.appendChild( getElement );

Expand Down

0 comments on commit 4a10f3c

Please sign in to comment.