update subprojects, refactoring
This commit is contained in:
parent
1c459816de
commit
7a772486d0
5 changed files with 7 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue