Skip to content

Commit

Permalink
Add smoothness to fields for cycleway, bicycle_foot, crossing/bic…
Browse files Browse the repository at this point in the history
…ycle_foot

Smoothness is very valuable for all those fields and plays well together "below" the existing `surface` tag.
  • Loading branch information
tordans committed Jan 10, 2022
1 parent b3baf34 commit 87d0f79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/presets/highway/cycleway.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"name",
"oneway",
"surface",
"smoothness",
"width",
"structure",
"access",
Expand All @@ -16,7 +17,6 @@
"maxspeed",
"maxweight_bridge",
"not/name",
"smoothness",
"stroller",
"wheelchair"
],
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/cycleway/bicycle_foot.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"segregated",
"oneway",
"surface",
"smoothness",
"width",
"structure",
"access",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/cycleway/crossing/bicycle_foot.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"crossing",
"access",
"surface",
"smoothness",
"tactile_paving",
"crossing/island"
],
Expand Down

0 comments on commit 87d0f79

Please sign in to comment.