Skip to content

Commit

Permalink
Route pedestrians over highway=platform (#6993)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM authored Jul 12, 2024
1 parent 8ae9aba commit 2da7ca5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased
- Changes from 5.27.1
- Features
- ADDED: Route pedestrians over highway=platform [#6993](/~https://github.com/Project-OSRM/osrm-backend/pull/6993)
- REMOVED: Remove all core-CH left-overs [#6920](/~https://github.com/Project-OSRM/osrm-backend/pull/6920)
- ADDED: Add support for a keepalive_timeout flag. [#6674](/~https://github.com/Project-OSRM/osrm-backend/pull/6674)
- ADDED: Add support for a default_radius flag. [#6575](/~https://github.com/Project-OSRM/osrm-backend/pull/6575)
Expand Down
10 changes: 9 additions & 1 deletion features/foot/access.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ Feature: Foot - Access tags on ways
| motorway | no | | |
| motorway | no | yes | x |
| motorway | no | no | |

| platform | | | x |
| platform | | yes | x |
| platform | | no | |
| platform | yes | | x |
| platform | yes | yes | x |
| platform | yes | no | |
| platform | no | | |
| platform | no | yes | x |
| platform | no | no | |

Scenario: Foot - Overwriting implied acccess on ways
Then routability should be
Expand Down
1 change: 1 addition & 0 deletions profiles/foot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function setup()
path = walking_speed,
steps = walking_speed,
pedestrian = walking_speed,
platform = walking_speed,
footway = walking_speed,
pier = walking_speed,
},
Expand Down

0 comments on commit 2da7ca5

Please sign in to comment.