We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9ff08 commit 4a10f3cCopy full SHA for 4a10f3c
1 file changed
src/server/services/wfs/qgswfsgetcapabilities.cpp
@@ -331,7 +331,6 @@ namespace QgsWfs
331
QDomElement dcpElement = doc.createElement( QStringLiteral( "ows:DCP" ) );
332
QDomElement httpElement = doc.createElement( QStringLiteral( "ows:HTTP" ) );
333
QDomElement getElement = doc.createElement( QStringLiteral( "ows:Get" ) );
334
- getElement.setAttribute( QStringLiteral( "xlink:type" ), QStringLiteral( "xlink:simple" ) );
335
getElement.setAttribute( QStringLiteral( "xlink:href" ), hrefString );
336
httpElement.appendChild( getElement );
337
0 commit comments