Skip to content

Commit

Permalink
Updates from Luiz for spatial query plugin
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15300 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 1, 2011
1 parent 9447387 commit d0e4d4b
Show file tree
Hide file tree
Showing 9 changed files with 768 additions and 511 deletions.
4 changes: 2 additions & 2 deletions src/plugins/spatialquery/qgsspatialquery.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
/* $Id$ */
/* $Id: qgsspatialquery.cpp 15141 2011-02-08 13:34:43Z jef $ */

#include <QMessageBox>

Expand Down Expand Up @@ -324,7 +324,7 @@ void QgsSpatialQuery::populateIndexResultDisjoint(
mLayerReference->featureAtId( *iterIdReference, featureReference );
geomReference = featureReference.geometry();

if ( !( geomTarget->*op )( geomTarget ) )
if ( !( geomTarget->*op )( geomReference ) )
{
addIndex = false;
break;
Expand Down
Loading

0 comments on commit d0e4d4b

Please sign in to comment.