Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion features/foot/way.feature
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Feature: Foot - Accessability of different way types
Scenario: Foot - Basic access
Then routability should be
| highway | leisure | forw |
| (nil) | track | x |
| (nil) | track | |
| footway | (nil) | x |

Scenario: Foot - Proposed ways: unbuilt proposed highways are ignored, real highways with proposed upgrade tags are routed
Then routability should be
Expand Down
5 changes: 0 additions & 5 deletions profiles/foot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ function setup()

man_made = {
pier = walking_speed
},

leisure = {
track = walking_speed
}
},

Expand Down Expand Up @@ -225,7 +221,6 @@ function process_way(profile, way, result)
highway = way:get_value_by_key('highway'),
bridge = way:get_value_by_key('bridge'),
route = way:get_value_by_key('route'),
leisure = way:get_value_by_key('leisure'),
man_made = way:get_value_by_key('man_made'),
railway = way:get_value_by_key('railway'),
platform = way:get_value_by_key('platform'),
Expand Down
Loading