drop undocumented/deprecated fields of the tourism=trail_riding_station preset

This commit is contained in:
Martin Raifer 2023-08-25 11:46:18 +02:00
parent a7a32d8a1f
commit 3e655b7cf8
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
5 changed files with 3 additions and 51 deletions

View file

@ -1,15 +0,0 @@
{
"key": "sport",
"type": "check",
"label": "Dressage Riding",
"strings": {
"options": {
"undefined": "No",
"equestrian": "Yes"
}
},
"reference": {
"key": "sport",
"value": "equestrian"
}
}

View file

@ -1,7 +1,7 @@
{
"key": "leisure",
"type": "check",
"label": "Horseback Riding",
"label": "Horseback Riding Center",
"strings": {
"options": {
"undefined": "No",

View file

@ -1,15 +0,0 @@
{
"key": "amenity",
"type": "check",
"label": "Riding Stable",
"strings": {
"options": {
"undefined": "No",
"stables": "Yes"
}
},
"reference": {
"key": "amenity",
"value": "stables"
}
}