readme update 1.4
This commit is contained in:
parent
475988958f
commit
0d70493919
2 changed files with 10 additions and 3 deletions
|
@ -73,13 +73,19 @@ the routing engine:
|
||||||
- validForFoot
|
- validForFoot
|
||||||
- validForCars
|
- validForCars
|
||||||
|
|
||||||
- and 2 variables to change the heuristic
|
- 2 variables to change the heuristic
|
||||||
coefficients for the 2 routing passes
|
coefficients for the 2 routing passes
|
||||||
( <0 disables a routing pass )
|
( <0 disables a routing pass )
|
||||||
|
|
||||||
- pass1coefficient
|
- pass1coefficient
|
||||||
- pass2coefficient
|
- pass2coefficient
|
||||||
|
|
||||||
|
- 3 variables to influence the generation of turn-instructions
|
||||||
|
|
||||||
|
- turnInstructionMode 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
||||||
|
- turnInstructionCatchingRange default 40m
|
||||||
|
- turnInstructionRoundabouts default=true=generate explicit roundabout hints
|
||||||
|
|
||||||
- for the way section these are
|
- for the way section these are
|
||||||
|
|
||||||
- turncost
|
- turncost
|
||||||
|
@ -142,6 +148,7 @@ All expressions have one of the following basic forms:
|
||||||
multiply <numeric expression 1> <numeric expression 2>
|
multiply <numeric expression 1> <numeric expression 2>
|
||||||
add <numeric expression 1> <numeric expression 2>
|
add <numeric expression 1> <numeric expression 2>
|
||||||
max <numeric expression 1> <numeric expression 2>
|
max <numeric expression 1> <numeric expression 2>
|
||||||
|
min <numeric expression 1> <numeric expression 2>
|
||||||
equal <numeric expression 1> <numeric expression 2>
|
equal <numeric expression 1> <numeric expression 2>
|
||||||
|
|
||||||
- 3 Operand operators are:
|
- 3 Operand operators are:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
BRouter - Version 1.3.2 - Setting up the Android App
|
BRouter - Version 1.4 - Setting up the Android App
|
||||||
====================================================
|
====================================================
|
||||||
|
|
||||||
Choosing and Installing a Map-Tool
|
Choosing and Installing a Map-Tool
|
||||||
|
@ -40,7 +40,7 @@ Installing the BRouter App
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
You can install the BRouter-App either from Google's Play Store
|
You can install the BRouter-App either from Google's Play Store
|
||||||
or directly from the APK-File contained within the "brouter_1_3_2.zip"
|
or directly from the APK-File contained within the "brouter_1_4.zip"
|
||||||
distribution zip-file.
|
distribution zip-file.
|
||||||
|
|
||||||
Choosing a SD-Card Base Directory
|
Choosing a SD-Card Base Directory
|
||||||
|
|
Loading…
Reference in a new issue