Avoid -> Exclude
This commit is contained in:
committed by
Patrick Niklaus
parent
45140ca9f7
commit
d09f5c0e3a
+2
-2
@@ -104,8 +104,8 @@ function setup()
|
||||
'toll', 'motorway', 'ferry', 'restricted'
|
||||
},
|
||||
|
||||
-- classes to support for avoid flags
|
||||
avoidable = Sequence {
|
||||
-- classes to support for exclude flags
|
||||
excludable = Sequence {
|
||||
Set {'toll'},
|
||||
Set {'motorway'},
|
||||
Set {'ferry'}
|
||||
|
||||
@@ -19,7 +19,9 @@ function setup()
|
||||
use_turn_restrictions = true
|
||||
},
|
||||
|
||||
avoidable = {
|
||||
classes = {["motorway"] = true, ["toll"] = true},
|
||||
|
||||
excludable = {
|
||||
[1] = {["motorway"] = true},
|
||||
[2] = {["toll"] = true},
|
||||
[3] = {["motorway"] = true, ["toll"] = true}
|
||||
|
||||
Reference in New Issue
Block a user