mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Added club=sport preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Vendored
+4
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user