changed back hasSomethingMoreStraight
This commit is contained in:
parent
48d474d34c
commit
23c47edff5
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ public final class VoiceHintProcessor {
|
||||||
}
|
}
|
||||||
|
|
||||||
// boolean hasSomethingMoreStraight = (Math.abs(turnAngle) - minAbsAngeRaw) > 20.;
|
// boolean hasSomethingMoreStraight = (Math.abs(turnAngle) - minAbsAngeRaw) > 20.;
|
||||||
boolean hasSomethingMoreStraight = (Math.abs(turnAngle - minAbsAngeRaw)) > 20. && input.badWays != null; // && !ignoreBadway;
|
boolean hasSomethingMoreStraight = (Math.abs(turnAngle) - minAbsAngeRaw) > 20. && input.badWays != null; // && !ignoreBadway;
|
||||||
|
|
||||||
// unconditional triggers are all junctions with
|
// unconditional triggers are all junctions with
|
||||||
// - higher detour prios than the minimum route prio (except link->highway junctions)
|
// - higher detour prios than the minimum route prio (except link->highway junctions)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue