Add preset for leisure=pitch+sport=equestrian

(closes #3833)
This commit is contained in:
Bryan Housel
2017-03-16 10:12:31 -04:00
parent 5e0b5b1045
commit 7f0a73817d
5 changed files with 61 additions and 0 deletions
+5
View File
@@ -3017,6 +3017,11 @@ en:
# 'leisure=pitch, sport=cricket'
name: Cricket Field
terms: '<translate with synonyms or related terms for ''Cricket Field'', separated by commas>'
leisure/pitch/equestrian:
# 'leisure=pitch, sport=equestrian'
name: Riding Arena
# 'terms: dressage,equestrian,horse,horseback,riding'
terms: '<translate with synonyms or related terms for ''Riding Arena'', separated by commas>'
leisure/pitch/rugby_league:
# 'leisure=pitch, sport=rugby_league'
name: Rugby League Field
+24
View File
@@ -7253,6 +7253,30 @@
"terms": [],
"name": "Cricket Field"
},
"leisure/pitch/equestrian": {
"icon": "horse-riding",
"fields": [
"surface",
"lit",
"building"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "equestrian"
},
"terms": [
"dressage",
"equestrian",
"horse",
"horseback",
"riding"
],
"name": "Riding Arena"
},
"leisure/pitch/rugby_league": {
"icon": "america-football",
"fields": [
@@ -0,0 +1,24 @@
{
"icon": "horse-riding",
"fields": [
"surface",
"lit",
"building"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "equestrian"
},
"terms": [
"dressage",
"equestrian",
"horse",
"horseback",
"riding"
],
"name": "Riding Arena"
}
+4
View File
@@ -1543,6 +1543,10 @@
"key": "sport",
"value": "cricket"
},
{
"key": "sport",
"value": "equestrian"
},
{
"key": "sport",
"value": "rugby_league"
+4
View File
@@ -3408,6 +3408,10 @@
"name": "Cricket Field",
"terms": ""
},
"leisure/pitch/equestrian": {
"name": "Riding Arena",
"terms": "dressage,equestrian,horse,horseback,riding"
},
"leisure/pitch/rugby_league": {
"name": "Rugby League Field",
"terms": ""