Add preset for Australian Football field

(closes #5605)
This commit is contained in:
Bryan Housel
2018-12-16 16:34:53 -05:00
parent 68a6421191
commit 3f2cf67218
6 changed files with 50 additions and 3 deletions
+6
View File
@@ -4562,7 +4562,13 @@ en:
leisure/pitch/american_football:
# 'leisure=pitch, sport=american_football'
name: American Football Field
# 'terms: football,gridiron'
terms: '<translate with synonyms or related terms for ''American Football Field'', separated by commas>'
leisure/pitch/australian_football:
# 'leisure=pitch, sport=australian_football'
name: Australian Football Field
# 'terms: Aussie,AFL,football'
terms: '<translate with synonyms or related terms for ''Australian Football Field'', separated by commas>'
leisure/pitch/badminton:
# 'leisure=pitch, sport=badminton'
name: Badminton Court
+2 -1
View File
@@ -556,7 +556,8 @@
"leisure/park": {"icon": "maki-park", "geometry": ["point", "area"], "fields": ["name"], "terms": ["esplanade", "estate", "forest", "garden", "grass", "green", "grounds", "lawn", "lot", "meadow", "parkland", "place", "playground", "plaza", "pleasure garden", "recreation area", "square", "tract", "village green", "woodland"], "tags": {"leisure": "park"}, "name": "Park"},
"leisure/picnic_table": {"icon": "maki-picnic-site", "geometry": ["point"], "tags": {"leisure": "picnic_table"}, "terms": ["bench"], "name": "Picnic Table"},
"leisure/pitch": {"icon": "maki-pitch", "fields": ["name", "sport", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch"}, "terms": ["field"], "name": "Sport Pitch"},
"leisure/pitch/american_football": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "american_football"}, "reference": {"key": "sport", "value": "american_football"}, "terms": [], "name": "American Football Field"},
"leisure/pitch/american_football": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "american_football"}, "reference": {"key": "sport", "value": "american_football"}, "terms": ["football", "gridiron"], "name": "American Football Field"},
"leisure/pitch/australian_football": {"icon": "maki-american-football", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "australian_football"}, "reference": {"key": "sport", "value": "australian_football"}, "terms": ["Aussie", "AFL", "football"], "name": "Australian Football Field"},
"leisure/pitch/badminton": {"icon": "maki-tennis", "fields": ["name", "surface", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "badminton"}, "reference": {"key": "sport", "value": "badminton"}, "terms": [], "name": "Badminton Court"},
"leisure/pitch/baseball": {"icon": "maki-baseball", "fields": ["name", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "baseball"}, "reference": {"key": "sport", "value": "baseball"}, "terms": [], "name": "Baseball Field"},
"leisure/pitch/basketball": {"icon": "maki-basketball", "fields": ["name", "surface", "hoops", "lit", "access_simple"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "basketball"}, "reference": {"key": "sport", "value": "basketball"}, "terms": [], "name": "Basketball Court"},
@@ -17,6 +17,9 @@
"key": "sport",
"value": "american_football"
},
"terms": [],
"terms": [
"football",
"gridiron"
],
"name": "American Football Field"
}
@@ -0,0 +1,26 @@
{
"icon": "maki-american-football",
"fields": [
"name",
"surface",
"lit"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "pitch",
"sport": "australian_football"
},
"reference": {
"key": "sport",
"value": "australian_football"
},
"terms": [
"Aussie",
"AFL",
"football"
],
"name": "Australian Football Field"
}
+7
View File
@@ -3729,6 +3729,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/american-football-15.svg?sanitize=true"
},
{
"key": "sport",
"value": "australian_football",
"description": "🄿 Australian Football Field",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/american-football-15.svg?sanitize=true"
},
{
"key": "sport",
"value": "badminton",
+5 -1
View File
@@ -5425,7 +5425,11 @@
},
"leisure/pitch/american_football": {
"name": "American Football Field",
"terms": ""
"terms": "football,gridiron"
},
"leisure/pitch/australian_football": {
"name": "Australian Football Field",
"terms": "Aussie,AFL,football"
},
"leisure/pitch/badminton": {
"name": "Badminton Court",