Merge pull request #1266 from Project-OSRM/revert-1256-patch-1
Revert "fix #1255 assume lift gates are passable"
This commit is contained in:
		
						commit
						75f9c08445
					
				| @ -10,7 +10,6 @@ Feature: Car - Barriers | ||||
|             |                | x     | | ||||
|             | bollard        |       | | ||||
|             | gate           | x     | | ||||
|             | lift_gate      | x     | | ||||
|             | cattle_grid    | x     | | ||||
|             | border_control | x     | | ||||
|             | toll_booth     | x     | | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| -- Begin of globals | ||||
| --require("lib/access") --function temporarily inlined | ||||
| 
 | ||||
| barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["checkpoint"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["lift_gate"] = true, ["no"] = true, ["entrance"] = true } | ||||
| barrier_whitelist = { ["cattle_grid"] = true, ["border_control"] = true, ["checkpoint"] = true, ["toll_booth"] = true, ["sally_port"] = true, ["gate"] = true, ["no"] = true, ["entrance"] = true } | ||||
| access_tag_whitelist = { ["yes"] = true, ["motorcar"] = true, ["motor_vehicle"] = true, ["vehicle"] = true, ["permissive"] = true, ["designated"] = true } | ||||
| access_tag_blacklist = { ["no"] = true, ["private"] = true, ["agricultural"] = true, ["forestry"] = true, ["emergency"] = true } | ||||
| access_tag_restricted = { ["destination"] = true, ["delivery"] = true } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user