update subprojects, refactoring

This commit is contained in:
Patrick Brosi 2023-10-12 13:03:21 +02:00
parent 1c459816de
commit 7a772486d0
5 changed files with 7 additions and 5 deletions

View file

@ -1857,6 +1857,8 @@ bool OsmBuilder::keepFullTurn(const trgraph::Node* n, double ang) {
POINT ap, bp;
if (!a || !b) return false;
if (a->pl().getGeom() && b->pl().getGeom()) {
ap = a->pl().backHop();
bp = b->pl().backHop();