Add presets for leisure=horse_riding

(closes #3619)
This commit is contained in:
Bryan Housel
2017-01-07 00:29:51 -05:00
parent 104262e0b0
commit a4eda3cf08
5 changed files with 53 additions and 0 deletions
+5
View File
@@ -2865,6 +2865,11 @@ en:
name: Golf Course
# 'terms: links'
terms: '<translate with synonyms or related terms for ''Golf Course'', separated by commas>'
leisure/horse_riding:
# leisure=horse_riding
name: Horseback Riding Facility
# 'terms: equestrian,stable'
terms: '<translate with synonyms or related terms for ''Horseback Riding Facility'', separated by commas>'
leisure/ice_rink:
# leisure=ice_rink
name: Ice Rink
+20
View File
@@ -6714,6 +6714,26 @@
},
"name": "Golf Course"
},
"leisure/horse_riding": {
"fields": [
"access_simple",
"operator",
"address",
"building"
],
"geometry": [
"point",
"area"
],
"terms": [
"equestrian",
"stable"
],
"tags": {
"leisure": "horse_riding"
},
"name": "Horseback Riding Facility"
},
"leisure/ice_rink": {
"icon": "pitch",
"fields": [
@@ -0,0 +1,20 @@
{
"fields": [
"access_simple",
"operator",
"address",
"building"
],
"geometry": [
"point",
"area"
],
"terms": [
"equestrian",
"stable"
],
"tags": {
"leisure": "horse_riding"
},
"name": "Horseback Riding Facility"
}
+4
View File
@@ -1447,6 +1447,10 @@
"key": "leisure",
"value": "golf_course"
},
{
"key": "leisure",
"value": "horse_riding"
},
{
"key": "leisure",
"value": "ice_rink"
+4
View File
@@ -3249,6 +3249,10 @@
"name": "Golf Course",
"terms": "links"
},
"leisure/horse_riding": {
"name": "Horseback Riding Facility",
"terms": "equestrian,stable"
},
"leisure/ice_rink": {
"name": "Ice Rink",
"terms": "hockey,skating,curling"