Skip to content

Commit f2f167c

Browse files
authored
Allow routing past barrier=arch. (#5352)
1 parent 8b45ff7 commit f2f167c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- Features:
66
- ADDED: new waypoints parameter to the `route` plugin, enabling silent waypoints [#5345](https://github.com/Project-OSRM/osrm-backend/pull/5345)
77
- ADDED: data timestamp information in the response (saved in new file `.osrm.timestamp`). [#5115](https://github.com/Project-OSRM/osrm-backend/issues/5115)
8+
- Routing:
9+
- CHANGED: allow routing past `barrier=arch` []()
810

911
# 5.21.0
1012
- Changes from 5.20.0

profiles/car.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ function setup()
6060
'lift_gate',
6161
'no',
6262
'entrance',
63-
'height_restrictor'
63+
'height_restrictor',
64+
'arch'
6465
},
6566

6667
access_tag_whitelist = Set {

0 commit comments

Comments
 (0)