mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
19
data/fields/maxstay.json
Normal file
19
data/fields/maxstay.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"key": "maxstay",
|
||||
"type": "combo",
|
||||
"label": "Max Stay",
|
||||
"options": [
|
||||
"15 min",
|
||||
"30 min",
|
||||
"45 min",
|
||||
"1 hr",
|
||||
"1.5 hr",
|
||||
"2 hr",
|
||||
"2.5 hr",
|
||||
"3 hr",
|
||||
"4 hr",
|
||||
"1 day",
|
||||
"2 day"
|
||||
],
|
||||
"snake_case": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue