Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates from Luiz for spatial query plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15300 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 1, 2011
1 parent e457026 commit 4bbb050
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
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

0 comments on commit 4bbb050

Please sign in to comment.