npm run build for new preset

This commit is contained in:
Bryan Housel
2018-08-21 09:23:20 -04:00
parent 10a1571677
commit a80e512f59
4 changed files with 16 additions and 0 deletions
+4
View File
@@ -3980,6 +3980,10 @@ en:
# 'leisure=pitch, sport=american_football'
name: American Football Field
terms: '<translate with synonyms or related terms for ''American Football Field'', separated by commas>'
leisure/pitch/badminton:
# 'leisure=pitch, sport=badminton'
name: Badminton Court
terms: '<translate with synonyms or related terms for ''Badminton Court'', separated by commas>'
leisure/pitch/baseball:
# 'leisure=pitch, sport=baseball'
name: Baseball Diamond
+1
View File
@@ -498,6 +498,7 @@
"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-america-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/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 Diamond"},
"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"},
"leisure/pitch/beachvolleyball": {"icon": "maki-basketball", "fields": ["name", "surface", "lit"], "geometry": ["point", "area"], "tags": {"leisure": "pitch", "sport": "beachvolleyball"}, "addTags": {"leisure": "pitch", "sport": "beachvolleyball", "surface": "sand"}, "removeTags": {"leisure": "pitch", "sport": "beachvolleyball", "surface": "sand"}, "reference": {"key": "sport", "value": "beachvolleyball"}, "terms": ["volleyball"], "name": "Beach Volleyball Court"},
+7
View File
@@ -3351,6 +3351,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/america-football-15.svg?sanitize=true"
},
{
"key": "sport",
"value": "badminton",
"description": "Badminton Court",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/tennis-15.svg?sanitize=true"
},
{
"key": "sport",
"value": "baseball",
+4
View File
@@ -4915,6 +4915,10 @@
"name": "American Football Field",
"terms": ""
},
"leisure/pitch/badminton": {
"name": "Badminton Court",
"terms": ""
},
"leisure/pitch/baseball": {
"name": "Baseball Diamond",
"terms": ""