turninstructionmodes in profiles
add description for turninstructionmodes in profiles
This commit is contained in:
parent
43635284e7
commit
e18447e48f
1 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
||||||
---context:global # following code refers to global config
|
---context:global # following code refers to global config
|
||||||
|
|
||||||
# to generate turn instructions, adapt the mode by need
|
# to generate turn instructions, adapt the mode by need
|
||||||
assign turnInstructionMode 1 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style
|
assign turnInstructionMode 1 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style, 4=comment-style, 5=gpsies-style, 6=orux-style
|
||||||
|
|
||||||
# Use the following switches to change behaviour
|
# Use the following switches to change behaviour
|
||||||
# (1=yes, 0=no):
|
# (1=yes, 0=no):
|
||||||
|
@ -136,15 +136,15 @@ assign onewaypenalty =
|
||||||
assign surfacepenalty
|
assign surfacepenalty
|
||||||
switch highway=unclassified|service|track|road|path|footway|cycleway
|
switch highway=unclassified|service|track|road|path|footway|cycleway
|
||||||
switch surface=asphalt 0
|
switch surface=asphalt 0
|
||||||
switch surface=paved switch smoothness=good|excellent 0 0.1 # befestigte(harte)Oberfläsche
|
switch surface=paved switch smoothness=good|excellent 0 0.1 # befestigte(harte)Oberfläche
|
||||||
switch concrete=plates 1 # Betonplattenwege
|
switch concrete=plates 1 # Betonplattenwege
|
||||||
switch surface=concrete|paving_stones|wood|metal 0.7 # Beton, Pflastersteine, Holz, Metall
|
switch surface=concrete|paving_stones|wood|metal 0.7 # Beton, Pflastersteine, Holz, Metall
|
||||||
switch surface=cobblestone 2 # Kopfsteinpflaster
|
switch surface=cobblestone 2 # Kopfsteinpflaster
|
||||||
switch concrete=lanes 3 # Betonspurplatten
|
switch concrete=lanes 3 # Betonspurplatten
|
||||||
switch surface=fine_gravel|compacted 4 # Splitt,verdichtete Oberfläsche
|
switch surface=fine_gravel|compacted 4 # Splitt,verdichtete Oberfläche
|
||||||
switch surface=sett|grass_paver 5 # behauene Pflastersteine, Rasengittersteine
|
switch surface=sett|grass_paver 5 # behauene Pflastersteine, Rasengittersteine
|
||||||
switch surface=gravel|sand|pebblestone|unpaved 10 # Schotter, Sand, Kies, unbefestigt
|
switch surface=gravel|sand|pebblestone|unpaved 10 # Schotter, Sand, Kies, unbefestigt
|
||||||
switch surface=ground|grass|dirt|earth|mud|clay 25 # naturbelassene Oberfläsche, Gras, Schutz Schlamm...
|
switch surface=ground|grass|dirt|earth|mud|clay 25 # naturbelassene Oberfläche, Gras, Schutz Schlamm...
|
||||||
# if "surface" is not defined, for service and road asphalt is probable
|
# if "surface" is not defined, for service and road asphalt is probable
|
||||||
switch surface=
|
switch surface=
|
||||||
switch highway=service|road 0.1
|
switch highway=service|road 0.1
|
||||||
|
@ -371,4 +371,4 @@ assign initialcost
|
||||||
0
|
0
|
||||||
switch footaccess
|
switch footaccess
|
||||||
300
|
300
|
||||||
1000000
|
1000000
|
||||||
|
|
Loading…
Reference in a new issue