Skip to content

Commit a59c6ea

Browse files
committed
Change misspelled tag: 'foot_way'->'footway'
1 parent f5f81d1 commit a59c6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/osm4routing/categorize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl EdgeProperties {
9696
match key {
9797
"highway" => {
9898
match val {
99-
"cycleway" | "path" | "foot_way" | "steps" | "pedestrian" => {
99+
"cycleway" | "path" | "footway" | "steps" | "pedestrian" => {
100100
self.bike_forward = BIKE_TRACK;
101101
self.foot = FOOT_ALLOWED;
102102
}

0 commit comments

Comments
 (0)