1.4.1 locus roundabout fix, 3 more operators
This commit is contained in:
parent
0d70493919
commit
8609c1f47b
17 changed files with 54 additions and 24 deletions
|
|
@ -680,7 +680,7 @@ public class BRouterView extends View
|
|||
}
|
||||
else
|
||||
{
|
||||
String result = "version = BRouter-1.4\n" + "distance = " + cr.getDistance() / 1000. + " km\n" + "filtered ascend = " + cr.getAscend()
|
||||
String result = "version = BRouter-1.4.1\n" + "distance = " + cr.getDistance() / 1000. + " km\n" + "filtered ascend = " + cr.getAscend()
|
||||
+ " m\n" + "plain ascend = " + cr.getPlainAscend();
|
||||
|
||||
rawTrack = cr.getFoundRawTrack();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue