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