mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +02:00
drop undocumented/deprecated fields of the tourism=trail_riding_station preset
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"key": "sport",
|
||||
"type": "check",
|
||||
"label": "Dressage Riding",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"equestrian": "Yes"
|
||||
}
|
||||
},
|
||||
"reference": {
|
||||
"key": "sport",
|
||||
"value": "equestrian"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "leisure",
|
||||
"type": "check",
|
||||
"label": "Horseback Riding",
|
||||
"label": "Horseback Riding Center",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"key": "amenity",
|
||||
"type": "check",
|
||||
"label": "Riding Stable",
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"stables": "Yes"
|
||||
}
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "stables"
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,7 @@
|
||||
"icon": "maki-horse-riding",
|
||||
"fields": [
|
||||
"name",
|
||||
"horse_stables",
|
||||
"horse_riding",
|
||||
"horse_dressage"
|
||||
"horse_riding"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
|
||||
@@ -2684,17 +2684,9 @@ en:
|
||||
label: Hoops
|
||||
# hoops field placeholder
|
||||
placeholder: 1, 2, 4...
|
||||
horse_dressage:
|
||||
# sport=*
|
||||
label: Dressage Riding
|
||||
options:
|
||||
# sport=equestrian
|
||||
equestrian: 'Yes'
|
||||
# sport=undefined
|
||||
undefined: 'No'
|
||||
horse_riding:
|
||||
# leisure=*
|
||||
label: Horseback Riding
|
||||
label: Horseback Riding Center
|
||||
options:
|
||||
# leisure=horse_riding
|
||||
horse_riding: 'Yes'
|
||||
@@ -2719,14 +2711,6 @@ en:
|
||||
# horse_scale field placeholder
|
||||
placeholder: Difficult, Dangerous...
|
||||
terms: '[translate with synonyms or related terms for ''Horseback Riding Difficulty'', separated by commas]'
|
||||
horse_stables:
|
||||
# amenity=*
|
||||
label: Riding Stable
|
||||
options:
|
||||
# amenity=stables
|
||||
stables: 'Yes'
|
||||
# amenity=undefined
|
||||
undefined: 'No'
|
||||
hot_water:
|
||||
# hot_water=*
|
||||
label: Hot Water
|
||||
|
||||
Reference in New Issue
Block a user