mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
@@ -718,6 +718,9 @@ en:
|
||||
maxstay:
|
||||
# maxstay=*
|
||||
label: Max Stay
|
||||
maxweight:
|
||||
# maxweight=*
|
||||
label: Max Weight
|
||||
mtb/scale:
|
||||
# 'mtb:scale=*'
|
||||
label: Mountain Biking Difficulty
|
||||
|
||||
@@ -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",
|
||||
|
||||
6
data/presets/fields/maxweight.json
Normal file
6
data/presets/fields/maxweight.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "maxweight",
|
||||
"type": "combo",
|
||||
"label": "Max Weight",
|
||||
"snake_case": false
|
||||
}
|
||||
@@ -5389,6 +5389,7 @@
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"opening_hours",
|
||||
"maxweight",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"opening_hours",
|
||||
"maxweight",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
3
dist/locales/en.json
vendored
3
dist/locales/en.json
vendored
@@ -1541,6 +1541,9 @@
|
||||
"maxstay": {
|
||||
"label": "Max Stay"
|
||||
},
|
||||
"maxweight": {
|
||||
"label": "Max Weight"
|
||||
},
|
||||
"mtb/scale": {
|
||||
"label": "Mountain Biking Difficulty",
|
||||
"placeholder": "0, 1, 2, 3...",
|
||||
|
||||
Reference in New Issue
Block a user