Merge pull request #257 from Totorrr/profiles-paved-surfaces
Consider sett as paved in trekking.brf & fastbike.brf
This commit is contained in:
commit
f0853adaca
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ assign turnInstructionRoundabouts = true # %turnInstructionRoundabouts% | Set
|
||||||
assign any_cycleroute or route_bicycle_icn=yes or route_bicycle_ncn=yes or route_bicycle_rcn=yes route_bicycle_lcn=yes
|
assign any_cycleroute or route_bicycle_icn=yes or route_bicycle_ncn=yes or route_bicycle_rcn=yes route_bicycle_lcn=yes
|
||||||
assign nodeaccessgranted or any_cycleroute lcn=yes
|
assign nodeaccessgranted or any_cycleroute lcn=yes
|
||||||
|
|
||||||
assign ispaved or surface=paved or surface=asphalt or surface=concrete surface=paving_stones
|
assign ispaved or surface=paved or surface=asphalt or surface=concrete or surface=paving_stones surface=sett
|
||||||
assign isunpaved not or surface= or ispaved or surface=fine_gravel surface=cobblestone
|
assign isunpaved not or surface= or ispaved or surface=fine_gravel surface=cobblestone
|
||||||
|
|
||||||
assign turncost = if junction=roundabout then 0
|
assign turncost = if junction=roundabout then 0
|
||||||
|
|
|
@ -66,7 +66,7 @@ assign is_ldcr =
|
||||||
else any_cycleroute
|
else any_cycleroute
|
||||||
|
|
||||||
assign isbike = or bicycle_road=yes or bicycle=yes or or bicycle=permissive bicycle=designated lcn=yes
|
assign isbike = or bicycle_road=yes or bicycle=yes or or bicycle=permissive bicycle=designated lcn=yes
|
||||||
assign ispaved = surface=paved|asphalt|concrete|paving_stones
|
assign ispaved = surface=paved|asphalt|concrete|paving_stones|sett
|
||||||
assign isunpaved = not or surface= or ispaved surface=fine_gravel|cobblestone
|
assign isunpaved = not or surface= or ispaved surface=fine_gravel|cobblestone
|
||||||
assign probablyGood = or ispaved and ( or isbike highway=footway ) not isunpaved
|
assign probablyGood = or ispaved and ( or isbike highway=footway ) not isunpaved
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue