Skip to content

Commit fc8d232

Browse files
authored
Merge pull request #6 from jcoupey/master
Change misspelled tag: 'foot_way'->'footway'
2 parents f5f81d1 + a59c6ea commit fc8d232

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)