Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1497 from manisandro/multilabeling_fix
Fix joinConnectedFeatures not keeping the featureParts list in sync
  • Loading branch information
mhugent committed Jul 4, 2014
2 parents af17b56 + 0c0e9ec commit 6cddd05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/pal/layer.cpp
Expand Up @@ -462,6 +462,7 @@ namespace pal
double bmin[2], bmax[2];
partCheck->getBoundingBox( bmin, bmax );
rtree->Remove( bmin, bmax, partCheck );
featureParts->remove( partCheck );

otherPart->getBoundingBox( bmin, bmax );

Expand Down

0 comments on commit 6cddd05

Please sign in to comment.