mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-05 14:38:00 +02:00
Adapt capacity tags for camp sites etc. (#107)
* Add capacity:* tags for tourism=camp_site. * Use capacity:caravans for tourism=caravan_site. * Use distinct capacity tags for tourism=camp_site. * upgrade capacity fields to regular fields Co-authored-by: Martin Raifer <martin@raifer.tech>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "capacity:caravans",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Caravans)",
|
||||
"placeholder": "10, 20, 50..."
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "capacity:persons",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Persons)",
|
||||
"placeholder": "50, 100, 200..."
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "capacity:tents",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Tents)",
|
||||
"placeholder": "10, 20, 50...",
|
||||
"prerequisiteTag": {
|
||||
"key": "tents",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user