Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix joinConnectedFeatures not keeping the featureParts list in sync (…
…Funded by Sourcepole)
  • Loading branch information
manisandro committed Jul 3, 2014
1 parent 322cd0d commit 0c0e9ec
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 0c0e9ec

Please sign in to comment.