diff --git a/data/locales/en.js b/data/locales/en.js index 7275a545c..1433f3219 100644 --- a/data/locales/en.js +++ b/data/locales/en.js @@ -440,6 +440,9 @@ locale.en = { "landuse": { "label": "Type" }, + "lanes": { + "label": "Lanes" + }, "layer": { "label": "Layer" }, diff --git a/data/presets.yaml b/data/presets.yaml index 494702fe8..8c061b1cd 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -93,6 +93,8 @@ en: terminal: Terminal landuse: label: Type + lanes: + label: Lanes layer: label: Layer leisure: diff --git a/data/presets/fields.json b/data/presets/fields.json index e0830ec58..380565d05 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -217,6 +217,11 @@ "type": "combo", "label": "Type" }, + "lanes": { + "key": "lanes", + "type": "number", + "label": "Lanes" + }, "layer": { "key": "layer", "type": "combo", diff --git a/data/presets/fields/lanes.json b/data/presets/fields/lanes.json new file mode 100644 index 000000000..2ece9c38c --- /dev/null +++ b/data/presets/fields/lanes.json @@ -0,0 +1,5 @@ +{ + "key": "lanes", + "type": "number", + "label": "Lanes" +} diff --git a/data/presets/presets.json b/data/presets/presets.json index 49172b371..365ed459b 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1223,6 +1223,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" @@ -1283,6 +1284,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" @@ -1361,6 +1363,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" @@ -1440,6 +1443,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" @@ -1515,6 +1519,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" diff --git a/data/presets/presets/highway/motorway.json b/data/presets/presets/highway/motorway.json index 0e857cd50..cc1c8594c 100644 --- a/data/presets/presets/highway/motorway.json +++ b/data/presets/presets/highway/motorway.json @@ -4,6 +4,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" diff --git a/data/presets/presets/highway/primary.json b/data/presets/presets/highway/primary.json index 4f11e28e0..2f95200c6 100644 --- a/data/presets/presets/highway/primary.json +++ b/data/presets/presets/highway/primary.json @@ -4,6 +4,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" diff --git a/data/presets/presets/highway/secondary.json b/data/presets/presets/highway/secondary.json index 5c53066ab..242da4e11 100644 --- a/data/presets/presets/highway/secondary.json +++ b/data/presets/presets/highway/secondary.json @@ -4,6 +4,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" diff --git a/data/presets/presets/highway/tertiary.json b/data/presets/presets/highway/tertiary.json index e4046b844..0217dd5c8 100644 --- a/data/presets/presets/highway/tertiary.json +++ b/data/presets/presets/highway/tertiary.json @@ -4,6 +4,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref" diff --git a/data/presets/presets/highway/trunk.json b/data/presets/presets/highway/trunk.json index 88237fe81..66e105be5 100644 --- a/data/presets/presets/highway/trunk.json +++ b/data/presets/presets/highway/trunk.json @@ -4,6 +4,7 @@ "oneway", "structure", "access", + "lanes", "maxspeed", "surface", "ref"