Add Field Hockey Pitch preset

This commit is contained in:
Quincy Morgan
2019-05-23 14:08:20 -04:00
parent 35002363af
commit 642e651f5d
5 changed files with 30 additions and 0 deletions
+5
View File
@@ -5154,6 +5154,11 @@ en:
name: Riding Arena
# 'terms: dressage,equestrian,horse,horseback,riding'
terms: '<translate with synonyms or related terms for ''Riding Arena'', separated by commas>'
leisure/pitch/field_hockey:
# 'leisure=pitch, sport=field_hockey'
name: Field Hockey Pitch
# 'terms: landhockey'
terms: '<translate with synonyms or related terms for ''Field Hockey Pitch'', separated by commas>'
leisure/pitch/horseshoes:
# 'leisure=pitch, sport=horseshoes'
name: Horseshoes Pit
+1
View File
@@ -643,6 +643,7 @@
"leisure/pitch/bowls": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "bowls"}, "reference": {"key": "sport", "value": "bowls"}, "terms": [], "name": "Bowling Green"},
"leisure/pitch/cricket": {"icon": "maki-cricket", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "cricket"}, "reference": {"key": "sport", "value": "cricket"}, "terms": [], "name": "Cricket Field"},
"leisure/pitch/equestrian": {"icon": "maki-horse-riding", "fields": ["{leisure/pitch}", "building"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "equestrian"}, "reference": {"key": "sport", "value": "equestrian"}, "terms": ["dressage", "equestrian", "horse", "horseback", "riding"], "name": "Riding Arena"},
"leisure/pitch/field_hockey": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "field_hockey"}, "reference": {"key": "sport", "value": "field_hockey"}, "terms": ["landhockey"], "name": "Field Hockey Pitch"},
"leisure/pitch/horseshoes": {"icon": "maki-pitch", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "horseshoes"}, "reference": {"key": "sport", "value": "horseshoes"}, "terms": ["horse shoes"], "name": "Horseshoes Pit"},
"leisure/pitch/netball": {"icon": "maki-volleyball", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "netball"}, "reference": {"key": "sport", "value": "netball"}, "terms": [], "name": "Netball Court"},
"leisure/pitch/rugby_league": {"icon": "maki-american-football", "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "rugby_league"}, "reference": {"key": "sport", "value": "rugby_league"}, "terms": [], "name": "Rugby League Field"},
@@ -0,0 +1,19 @@
{
"icon": "maki-pitch",
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "field_hockey"
},
"reference": {
"key": "sport",
"value": "field_hockey"
},
"terms": [
"landhockey"
],
"name": "Field Hockey Pitch"
}
+1
View File
@@ -621,6 +621,7 @@
{"key": "sport", "value": "bowls", "description": "🄿 Bowling Green", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"},
{"key": "sport", "value": "cricket", "description": "🄿 Cricket Field", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/cricket-15.svg?sanitize=true"},
{"key": "sport", "value": "equestrian", "description": "🄿 Riding Arena, 🄵 Dressage Riding", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/horse-riding-15.svg?sanitize=true"},
{"key": "sport", "value": "field_hockey", "description": "🄿 Field Hockey Pitch", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"},
{"key": "sport", "value": "horseshoes", "description": "🄿 Horseshoes Pit", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"},
{"key": "sport", "value": "netball", "description": "🄿 Netball Court", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/volleyball-15.svg?sanitize=true"},
{"key": "sport", "value": "rugby_league", "description": "🄿 Rugby League Field", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/american-football-15.svg?sanitize=true"},
+4
View File
@@ -6875,6 +6875,10 @@
"name": "Riding Arena",
"terms": "dressage,equestrian,horse,horseback,riding"
},
"leisure/pitch/field_hockey": {
"name": "Field Hockey Pitch",
"terms": "landhockey"
},
"leisure/pitch/horseshoes": {
"name": "Horseshoes Pit",
"terms": "horse shoes"