Added club=sport preset

This commit is contained in:
Quincy Morgan
2019-01-16 08:23:45 -05:00
parent 460d144c66
commit 6f72a3a386
5 changed files with 39 additions and 0 deletions
+5
View File
@@ -3424,6 +3424,11 @@ en:
name: Club
# 'terms: social'
terms: '<translate with synonyms or related terms for ''Club'', separated by commas>'
club/sport:
# club=sport
name: Sports Club
# 'terms: athletics club,sporting club,sports association,sports society'
terms: '<translate with synonyms or related terms for ''Sports Club'', separated by commas>'
craft:
# craft=*
name: Craft
+1
View File
@@ -303,6 +303,7 @@
"building/warehouse": {"icon": "maki-warehouse", "geometry": ["area"], "tags": {"building": "warehouse"}, "matchScore": 0.5, "name": "Warehouse"},
"camp_site/camp_pitch": {"icon": "maki-campsite", "fields": ["name", "ref"], "geometry": ["point", "area"], "terms": ["tent", "rv"], "tags": {"camp_site": "camp_pitch"}, "name": "Camp Pitch"},
"club": {"icon": "maki-heart", "fields": ["name", "club", "operator", "address", "building_area", "opening_hours"], "geometry": ["point", "area"], "tags": {"club": "*"}, "terms": ["social"], "name": "Club"},
"club/sport": {"icon": "maki-heart", "fields": ["name", "sport", "{club}"], "geometry": ["point", "area"], "tags": {"club": "sport"}, "terms": ["athletics club", "sporting club", "sports association", "sports society"], "name": "Sports Club"},
"craft": {"icon": "temaki-tools", "fields": ["name", "craft", "operator", "address", "building_area", "opening_hours"], "moreFields": ["product"], "geometry": ["point", "area"], "tags": {"craft": "*"}, "terms": [], "name": "Craft"},
"craft/jeweler": {"icon": "maki-marker-stroked", "geometry": ["point", "area"], "tags": {"craft": "jeweler"}, "reference": {"key": "shop", "value": "jewelry"}, "name": "Jeweler", "searchable": false},
"craft/locksmith": {"icon": "maki-marker-stroked", "geometry": ["point", "area"], "tags": {"craft": "locksmith"}, "reference": {"key": "shop", "value": "locksmith"}, "name": "Locksmith", "searchable": false},
+22
View File
@@ -0,0 +1,22 @@
{
"icon": "maki-heart",
"fields": [
"name",
"sport",
"{club}"
],
"geometry": [
"point",
"area"
],
"tags": {
"club": "sport"
},
"terms": [
"athletics club",
"sporting club",
"sports association",
"sports society"
],
"name": "Sports Club"
}
+7
View File
@@ -2065,6 +2065,13 @@
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/heart-15.svg?sanitize=true"
},
{
"key": "club",
"value": "sport",
"description": "🄿 Sports Club",
"object_types": ["node", "area"],
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/heart-15.svg?sanitize=true"
},
{
"key": "craft",
"description": "🄿 Craft, 🄵 Type",
+4
View File
@@ -4778,6 +4778,10 @@
"name": "Club",
"terms": "social"
},
"club/sport": {
"name": "Sports Club",
"terms": "athletics club,sporting club,sports association,sports society"
},
"craft": {
"name": "Craft",
"terms": ""