Skip to content

Commit

Permalink
add maxwidth as optional field to roads and ferry routes (closes #518)
Browse files Browse the repository at this point in the history
* affected highway types:
  * service
  * living_street
  * unclassified/residential
  * primary/secondary/tertiary + *_links
  * tunk + trunk_link
  * motorway + motorway_link
* ferry route: https://wiki.openstreetmap.org/wiki/Tag:route=ferry
  • Loading branch information
tyrasd committed Jul 4, 2022
1 parent ef606e1 commit 57c0a7e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/presets/highway/living_street.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"lit",
"maxheight",
"maxweight_bridge",
"maxwidth",
"oneway/bicycle",
"smoothness",
"trolley_wire",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/motorway.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"minspeed",
"not/name",
"smoothness",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/motorway_link-US-CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"maxheight",
"maxspeed",
"maxweight_bridge",
"maxwidth",
"ref_road_number",
"smoothness",
"toll",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/motorway_link.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"ref_road_number",
"smoothness",
"toll",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"not/name",
"oneway/bicycle",
"smoothness",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/primary_link-US-CA.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"maxheight",
"maxspeed",
"maxweight_bridge",
"maxwidth",
"oneway/bicycle",
"ref_road_number",
"smoothness",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/primary_link.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"oneway/bicycle",
"ref_road_number",
"smoothness",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/residential.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"not/name",
"oneway/bicycle",
"smoothness",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"oneway/bicycle",
"smoothness",
"trolley_wire",
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/trunk.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"maxheight",
"maxspeed/advisory",
"maxweight_bridge",
"maxwidth",
"minspeed",
"not/name",
"smoothness",
Expand Down
1 change: 1 addition & 0 deletions data/presets/route/ferry.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"interval",
"maxheight",
"maxweight",
"maxwidth",
"network",
"oneway",
"opening_hours",
Expand Down

0 comments on commit 57c0a7e

Please sign in to comment.