Skip to content

Commit 07d400c

Browse files
committedSep 18, 2018
Removes commented code
1 parent f1ea783 commit 07d400c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/server/services/wfs/qgswfsgetcapabilities.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ namespace QgsWfs
436436
operationElement.appendChild( queryText );
437437
operationsElement.appendChild( operationElement );
438438

439-
// QDomElement queryElement = doc.createElement( QStringLiteral( "Query" )/*wfs:Query*/ );
440-
// operationsElement.appendChild( queryElement );
441-
442439
const QStringList wfsLayerIds = QgsServerProjectUtils::wfsLayerIds( *project );
443440
const QStringList wfstUpdateLayersId = QgsServerProjectUtils::wfstUpdateLayerIds( *project );
444441
const QStringList wfstInsertLayersId = QgsServerProjectUtils::wfstInsertLayerIds( *project );
@@ -528,8 +525,6 @@ namespace QgsWfs
528525
//wfs:Operations element
529526
QDomElement operationsElement = doc.createElement( QStringLiteral( "Operations" )/*wfs:Operations*/ );
530527
//wfs:Query element
531-
// QDomElement queryElement = doc.createElement( QStringLiteral( "Query" )/*wfs:Query*/ );
532-
// operationsElement.appendChild( queryElement );
533528
QDomElement operationElement = doc.createElement( QStringLiteral( "Operation" ) );
534529
QDomText queryText = doc.createTextNode( QStringLiteral( "Query" ) );
535530
operationElement.appendChild( queryText );

0 commit comments

Comments
 (0)
Please sign in to comment.