Skip to content

Commit d0e4d4b

Browse files
author
timlinux
committedMar 1, 2011
Updates from Luiz for spatial query plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@15300 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9447387 commit d0e4d4b

9 files changed

+768
-511
lines changed
 

‎src/plugins/spatialquery/qgsspatialquery.cpp

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* (at your option) any later version. *
1616
* *
1717
***************************************************************************/
18-
/* $Id$ */
18+
/* $Id: qgsspatialquery.cpp 15141 2011-02-08 13:34:43Z jef $ */
1919

2020
#include <QMessageBox>
2121

@@ -324,7 +324,7 @@ void QgsSpatialQuery::populateIndexResultDisjoint(
324324
mLayerReference->featureAtId( *iterIdReference, featureReference );
325325
geomReference = featureReference.geometry();
326326

327-
if ( !( geomTarget->*op )( geomTarget ) )
327+
if ( !( geomTarget->*op )( geomReference ) )
328328
{
329329
addIndex = false;
330330
break;

0 commit comments

Comments
 (0)
Please sign in to comment.