mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
drop undocumented/deprecated fields of the tourism=trail_riding_station preset
This commit is contained in:
parent
a7a32d8a1f
commit
3e655b7cf8
5 changed files with 3 additions and 51 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue