Skip to content

Commit 4a10f3c

Browse files
committed
Fixes Get element in WFS GetCapabilities doc
1 parent ac9ff08 commit 4a10f3c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/server/services/wfs/qgswfsgetcapabilities.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ namespace QgsWfs
331331
QDomElement dcpElement = doc.createElement( QStringLiteral( "ows:DCP" ) );
332332
QDomElement httpElement = doc.createElement( QStringLiteral( "ows:HTTP" ) );
333333
QDomElement getElement = doc.createElement( QStringLiteral( "ows:Get" ) );
334-
getElement.setAttribute( QStringLiteral( "xlink:type" ), QStringLiteral( "xlink:simple" ) );
335334
getElement.setAttribute( QStringLiteral( "xlink:href" ), hrefString );
336335
httpElement.appendChild( getElement );
337336

0 commit comments

Comments
 (0)