Add maxweight field to elevator preset

(re: #4068)
This commit is contained in:
Bryan Housel
2017-05-29 14:34:06 -04:00
parent 1eecc71088
commit 8a03bbdef9
6 changed files with 20 additions and 0 deletions

View File

@@ -718,6 +718,9 @@ en:
maxstay:
# maxstay=*
label: Max Stay
maxweight:
# maxweight=*
label: Max Weight
mtb/scale:
# 'mtb:scale=*'
label: Mountain Biking Difficulty

View File

@@ -1007,6 +1007,12 @@
],
"snake_case": false
},
"maxweight": {
"key": "maxweight",
"type": "combo",
"label": "Max Weight",
"snake_case": false
},
"mtb/scale": {
"key": "mtb:scale",
"type": "combo",

View File

@@ -0,0 +1,6 @@
{
"key": "maxweight",
"type": "combo",
"label": "Max Weight",
"snake_case": false
}

View File

@@ -5389,6 +5389,7 @@
"fields": [
"access_simple",
"opening_hours",
"maxweight",
"ref"
],
"geometry": [

View File

@@ -3,6 +3,7 @@
"fields": [
"access_simple",
"opening_hours",
"maxweight",
"ref"
],
"geometry": [

View File

@@ -1541,6 +1541,9 @@
"maxstay": {
"label": "Max Stay"
},
"maxweight": {
"label": "Max Weight"
},
"mtb/scale": {
"label": "Mountain Biking Difficulty",
"placeholder": "0, 1, 2, 3...",