Skip to content

Commit 0c0e9ec

Browse files
committed
Fix joinConnectedFeatures not keeping the featureParts list in sync (Funded by Sourcepole)
1 parent 322cd0d commit 0c0e9ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/pal/layer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ namespace pal
462462
double bmin[2], bmax[2];
463463
partCheck->getBoundingBox( bmin, bmax );
464464
rtree->Remove( bmin, bmax, partCheck );
465+
featureParts->remove( partCheck );
465466

466467
otherPart->getBoundingBox( bmin, bmax );
467468

0 commit comments

Comments
 (0)