mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add maxstay field for amenity=parking preset (closes #2851)
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user