mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 11:46:11 +02:00
Add maxstay field for amenity=parking preset (closes #2851)
This commit is contained in:
@@ -563,6 +563,11 @@ en:
|
||||
label: Speed Limit
|
||||
# maxspeed field placeholder
|
||||
placeholder: '40, 50, 60...'
|
||||
maxstay:
|
||||
# 'maxstay=*'
|
||||
label: Max Stay
|
||||
# maxstay field placeholder
|
||||
placeholder: '30 minutes, 1 hour, 2 hours...'
|
||||
mtb/scale:
|
||||
# 'mtb:scale=*'
|
||||
label: Mountain Biking Difficulty
|
||||
|
||||
@@ -759,6 +759,12 @@
|
||||
"label": "Speed Limit",
|
||||
"placeholder": "40, 50, 60..."
|
||||
},
|
||||
"maxstay": {
|
||||
"key": "maxstay",
|
||||
"type": "combo",
|
||||
"placeholder": "30 minutes, 1 hour, 2 hours...",
|
||||
"label": "Max Stay"
|
||||
},
|
||||
"mtb/scale": {
|
||||
"key": "mtb:scale",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "maxstay",
|
||||
"type": "combo",
|
||||
"placeholder": "30 minutes, 1 hour, 2 hours...",
|
||||
"label": "Max Stay"
|
||||
}
|
||||
@@ -1186,6 +1186,7 @@
|
||||
"supervised",
|
||||
"park_ride",
|
||||
"surface",
|
||||
"maxstay",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"supervised",
|
||||
"park_ride",
|
||||
"surface",
|
||||
"maxstay",
|
||||
"address"
|
||||
],
|
||||
"geometry": [
|
||||
|
||||
Vendored
+4
@@ -1071,6 +1071,10 @@
|
||||
"label": "Speed Limit",
|
||||
"placeholder": "40, 50, 60..."
|
||||
},
|
||||
"maxstay": {
|
||||
"label": "Max Stay",
|
||||
"placeholder": "30 minutes, 1 hour, 2 hours..."
|
||||
},
|
||||
"mtb/scale": {
|
||||
"label": "Mountain Biking Difficulty",
|
||||
"placeholder": "0, 1, 2, 3...",
|
||||
|
||||
Reference in New Issue
Block a user