From 41b4008330c00ad06280f33ff080c8d8dfdbe7d3 Mon Sep 17 00:00:00 2001 From: Totorrr <65602119+Totorrr@users.noreply.github.com> Date: Mon, 29 Jun 2020 19:12:22 +0200 Subject: [PATCH] Update trekking.brf & fastbike.brf add "sett" as a paved surface (often nicer for bikes than cobblestone) otherwise, sett surfaces tend to be avoided in routing, while it is usually smooth even for thin wheels --- misc/profiles2/fastbike.brf | 2 +- misc/profiles2/trekking.brf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/profiles2/fastbike.brf b/misc/profiles2/fastbike.brf index d39bc9d..ceb1b67 100644 --- a/misc/profiles2/fastbike.brf +++ b/misc/profiles2/fastbike.brf @@ -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 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 turncost = if junction=roundabout then 0 diff --git a/misc/profiles2/trekking.brf b/misc/profiles2/trekking.brf index fe12f54..4f1e7db 100644 --- a/misc/profiles2/trekking.brf +++ b/misc/profiles2/trekking.brf @@ -66,7 +66,7 @@ assign is_ldcr = else any_cycleroute 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 probablyGood = or ispaved and ( or isbike highway=footway ) not isunpaved