Don't route on proposed ways (#6615)
This commit is contained in:
@@ -216,7 +216,8 @@ function setup()
|
||||
|
||||
avoid = Set {
|
||||
'impassable',
|
||||
'construction'
|
||||
'construction',
|
||||
'proposed'
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
+2
-1
@@ -69,7 +69,8 @@ function setup()
|
||||
},
|
||||
|
||||
avoid = Set {
|
||||
'impassable'
|
||||
'impassable',
|
||||
'proposed'
|
||||
},
|
||||
|
||||
speeds = Sequence {
|
||||
|
||||
Reference in New Issue
Block a user