diff --git a/data/fields/maxspeed/hgv.json b/data/fields/maxspeed/hgv.json new file mode 100644 index 0000000000..400bc61d28 --- /dev/null +++ b/data/fields/maxspeed/hgv.json @@ -0,0 +1,6 @@ +{ + "key": "maxspeed:hgv", + "type": "roadspeed", + "label": "Truck Speed Limit", + "placeholder": "40, 50, 60..." +} diff --git a/data/presets/highway/motorway.json b/data/presets/highway/motorway.json index d03f8885be..d66558a66f 100644 --- a/data/presets/highway/motorway.json +++ b/data/presets/highway/motorway.json @@ -18,6 +18,7 @@ "lit", "maxheight", "maxspeed/advisory", + "maxspeed/hgv", "maxweight_bridge", "minspeed", "not/name", diff --git a/data/presets/highway/primary.json b/data/presets/highway/primary.json index a57c0763dd..5d881f9a93 100644 --- a/data/presets/highway/primary.json +++ b/data/presets/highway/primary.json @@ -22,6 +22,7 @@ "lit", "maxheight", "maxspeed/advisory", + "maxspeed/hgv", "maxweight_bridge", "not/name", "oneway/bicycle", diff --git a/data/presets/highway/trunk.json b/data/presets/highway/trunk.json index 51ab9fe6f2..eb965b2e61 100644 --- a/data/presets/highway/trunk.json +++ b/data/presets/highway/trunk.json @@ -19,6 +19,7 @@ "lit", "maxheight", "maxspeed/advisory", + "maxspeed/hgv", "maxweight_bridge", "minspeed", "not/name",