target island detection

This commit is contained in:
Arndt 2015-10-17 18:25:37 +02:00
parent 27a4c65e11
commit d7049da67e
2 changed files with 27 additions and 4 deletions

View file

@ -238,10 +238,7 @@ public class OsmNode implements OsmPos
}
}
if ( dc == null )
{
hollowNodes.remove( this );
}
hollowNodes.remove( this );
}
public void parseNodeBody1( MicroCache1 is, OsmNodesMap hollowNodes, DistanceChecker dc )