Avoid -> Exclude
This commit is contained in:
committed by
Patrick Niklaus
parent
45140ca9f7
commit
d09f5c0e3a
@@ -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