File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ QDomDocument QgsWFSServer::getCapabilities()
245
245
spatialCapabilitiesElement.appendChild ( spatialOperatorsElement );
246
246
spatialOperatorsElement.appendChild ( doc.createElement ( " ogc:BBOX" /* ogc:BBOX*/ ) );
247
247
spatialOperatorsElement.appendChild ( doc.createElement ( " ogc:Disjoint" /* ogc:Disjoint*/ ) );
248
- spatialOperatorsElement.appendChild ( doc.createElement ( " ogc:Intersects " /* ogc:Intersects*/ ) );
248
+ spatialOperatorsElement.appendChild ( doc.createElement ( " ogc:Intersect " /* ogc:Intersects*/ ) );
249
249
spatialOperatorsElement.appendChild ( doc.createElement ( " ogc:Touches" /* ogc:Touches*/ ) );
250
250
spatialOperatorsElement.appendChild ( doc.createElement ( " ogc:Crosses" /* ogc:Crosses*/ ) );
251
251
spatialOperatorsElement.appendChild ( doc.createElement ( " ogc:Contains" /* ogc:Contains*/ ) );
You can’t perform that action at this time.
0 commit comments