mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1447,6 +1447,10 @@
|
||||
"key": "leisure",
|
||||
"value": "golf_course"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "horse_riding"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "ice_rink"
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user