Skip to content

Commit

Permalink
Intersect Filter capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Nov 29, 2012
1 parent 769293b commit 86456f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapserver/qgswfsserver.cpp
Expand Up @@ -245,7 +245,7 @@ QDomDocument QgsWFSServer::getCapabilities()
spatialCapabilitiesElement.appendChild( spatialOperatorsElement );
spatialOperatorsElement.appendChild( doc.createElement( "ogc:BBOX"/*ogc:BBOX*/ ) );
spatialOperatorsElement.appendChild( doc.createElement( "ogc:Disjoint"/*ogc:Disjoint*/ ) );
spatialOperatorsElement.appendChild( doc.createElement( "ogc:Intersects"/*ogc:Intersects*/ ) );
spatialOperatorsElement.appendChild( doc.createElement( "ogc:Intersect"/*ogc:Intersects*/ ) );
spatialOperatorsElement.appendChild( doc.createElement( "ogc:Touches"/*ogc:Touches*/ ) );
spatialOperatorsElement.appendChild( doc.createElement( "ogc:Crosses"/*ogc:Crosses*/ ) );
spatialOperatorsElement.appendChild( doc.createElement( "ogc:Contains"/*ogc:Contains*/ ) );
Expand Down

0 comments on commit 86456f3

Please sign in to comment.