Extract avoidable combinations from profiles into ProfileProperties
This commit is contained in:
committed by
Patrick Niklaus
parent
f347efb006
commit
9c11197768
@@ -100,6 +100,13 @@ function setup()
|
||||
'vehicle'
|
||||
},
|
||||
|
||||
-- classes to support for avoid flags
|
||||
avoidable = Sequence {
|
||||
Set {"toll"},
|
||||
Set {"motorway"},
|
||||
Set {"ferry"}
|
||||
},
|
||||
|
||||
avoid = Set {
|
||||
'area',
|
||||
-- 'toll', -- uncomment this to avoid tolls
|
||||
|
||||
Reference in New Issue
Block a user