Bicycle: treat use_sidepath as no access

Fixes #5557.
This commit is contained in:
Jeroen Hoek
2019-12-01 16:43:25 +01:00
parent 48be5a5622
commit 92406da194
3 changed files with 9 additions and 1 deletions
+7 -1
View File
@@ -56,7 +56,13 @@ function setup()
'private',
'agricultural',
'forestry',
'delivery'
'delivery',
-- When a way is tagged with `use_sidepath` a parallel way suitable for
-- cyclists is mapped and must be used instead (by law). This tag is
-- used on ways that normally may be used by cyclists, but not when
-- a signposted parallel cycleway is available. For purposes of routing
-- cyclists, this value should be treated as 'no access for bicycles'.
'use_sidepath'
},
restricted_access_tag_list = Set { },