File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -436,9 +436,6 @@ namespace QgsWfs
436
436
operationElement.appendChild ( queryText );
437
437
operationsElement.appendChild ( operationElement );
438
438
439
- // QDomElement queryElement = doc.createElement( QStringLiteral( "Query" )/*wfs:Query*/ );
440
- // operationsElement.appendChild( queryElement );
441
-
442
439
const QStringList wfsLayerIds = QgsServerProjectUtils::wfsLayerIds ( *project );
443
440
const QStringList wfstUpdateLayersId = QgsServerProjectUtils::wfstUpdateLayerIds ( *project );
444
441
const QStringList wfstInsertLayersId = QgsServerProjectUtils::wfstInsertLayerIds ( *project );
@@ -528,8 +525,6 @@ namespace QgsWfs
528
525
// wfs:Operations element
529
526
QDomElement operationsElement = doc.createElement ( QStringLiteral ( " Operations" )/* wfs:Operations*/ );
530
527
// wfs:Query element
531
- // QDomElement queryElement = doc.createElement( QStringLiteral( "Query" )/*wfs:Query*/ );
532
- // operationsElement.appendChild( queryElement );
533
528
QDomElement operationElement = doc.createElement ( QStringLiteral ( " Operation" ) );
534
529
QDomText queryText = doc.createTextNode ( QStringLiteral ( " Query" ) );
535
530
operationElement.appendChild ( queryText );
You can’t perform that action at this time.
0 commit comments