Skip to content

Commit

Permalink
Add Truck Speed Limit maxspeed/hgv field (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
arch0345 authored Jul 15, 2022
1 parent c4d976c commit 260123a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/fields/maxspeed/hgv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"key": "maxspeed:hgv",
"type": "roadspeed",
"label": "Truck Speed Limit",
"placeholder": "40, 50, 60..."
}
1 change: 1 addition & 0 deletions data/presets/highway/motorway.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"lit",
"maxheight",
"maxspeed/advisory",
"maxspeed/hgv",
"maxweight_bridge",
"maxwidth",
"minspeed",
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 @@ -22,6 +22,7 @@
"lit",
"maxheight",
"maxspeed/advisory",
"maxspeed/hgv",
"maxweight_bridge",
"maxwidth",
"not/name",
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 @@ -19,6 +19,7 @@
"lit",
"maxheight",
"maxspeed/advisory",
"maxspeed/hgv",
"maxweight_bridge",
"maxwidth",
"minspeed",
Expand Down

0 comments on commit 260123a

Please sign in to comment.