variable length tag descriptions (second thought)

This commit is contained in:
Arndt 2014-05-22 20:26:20 +02:00
parent a145230e0f
commit ba867b4779
20 changed files with 372 additions and 1334 deletions

18
misc/profiles2/all.brf Normal file
View file

@ -0,0 +1,18 @@
---context:global # following code refers to global config
# the elevation parameters
assign downhillcost 0
assign downhillcutoff 1.5
assign uphillcost 0
assign uphillcutoff 1.5
---context:way # following code refers to way-tags
assign turncost 0
assign initialcost 0
assign costfactor 1
---context:node # following code refers to node tags
assign initialcost 0

View file

@ -179,7 +179,11 @@ lcn;0000018999 yes
longdistancecycleway;0000000001 yes
reversedirection;0000000001 yes
route_bicycle_icn;0000000001 yes
route_bicycle_ncn;0000000001 yes
route_bicycle_rcn;0000000001 yes
route_bicycle_lcn;0000000001 yes
route_bicycle_all;0000000001 yes
---context:node

View file

@ -0,0 +1,22 @@
# *** soft-access check used to prevent setting the cyclewaybit on motorroads
---context:global # following code refers to global config
assign validForBikes 1
---context:way # following code refers to way-tags
assign costfactor
#
# exclude motorways, proposed roads and motorroads
#
switch bicycle=yes 1
switch or highway=motorway highway=motorway_link 100000
switch highway=proposed 100000
switch motorroad=yes 100000
1
---context:node # following code refers to node tags