mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Followup to #8013
This commit is contained in:
@@ -5124,6 +5124,11 @@ en:
|
||||
# golf=cartpath
|
||||
name: Golf Cartpath
|
||||
terms: '<translate with synonyms or related terms for ''Golf Cartpath'', separated by commas>'
|
||||
golf/clubhouse:
|
||||
# golf=clubhouse
|
||||
name: Golf Clubhouse
|
||||
# 'terms: club house,golf clubhouse,golf house,pro shop'
|
||||
terms: '<translate with synonyms or related terms for ''Golf Clubhouse'', separated by commas>'
|
||||
golf/driving_range:
|
||||
# golf=driving_range
|
||||
name: Driving Range
|
||||
@@ -8666,7 +8671,7 @@ en:
|
||||
shop/wigs:
|
||||
# shop=wigs
|
||||
name: Wig Shop
|
||||
# 'terms: hair extentions'
|
||||
# 'terms: hair extensions,hair extentions'
|
||||
terms: '<translate with synonyms or related terms for ''Wig Shop'', separated by commas>'
|
||||
shop/window_blind:
|
||||
# shop=window_blind
|
||||
|
||||
@@ -484,6 +484,7 @@
|
||||
"ford": {"icon": "temaki-pedestrian", "fields": ["name", "depth", "access", "seasonal"], "moreFields": ["gnis/feature_id"], "geometry": ["vertex"], "tags": {"ford": "yes"}, "name": "Ford"},
|
||||
"golf/bunker": {"icon": "maki-golf", "fields": ["name"], "geometry": ["area"], "tags": {"golf": "bunker"}, "addTags": {"golf": "bunker", "natural": "sand"}, "terms": ["hazard", "bunker"], "name": "Sand Trap"},
|
||||
"golf/cartpath": {"icon": "temaki-golf_cart", "fields": ["{golf/path}", "maxspeed"], "geometry": ["line"], "tags": {"golf": "cartpath"}, "addTags": {"golf": "cartpath", "golf_cart": "designated", "highway": "service"}, "name": "Golf Cartpath"},
|
||||
"golf/clubhouse": {"icon": "maki-golf", "fields": ["name", "operator", "address", "building_area", "access_simple"], "moreFields": ["air_conditioning", "fee", "payment_multi_fee", "charge_fee", "internet_access", "internet_access/fee", "internet_access/ssid", "level", "opening_hours", "opening_hours/covid19", "phone", "website", "wheelchair"], "geometry": ["point", "area"], "terms": ["club house", "golf clubhouse", "golf house", "pro shop"], "tags": {"golf": "clubhouse"}, "name": "Golf Clubhouse"},
|
||||
"golf/driving_range": {"icon": "maki-golf", "fields": ["name", "capacity"], "geometry": ["area"], "tags": {"golf": "driving_range"}, "addTags": {"golf": "driving_range", "landuse": "grass"}, "name": "Driving Range"},
|
||||
"golf/fairway": {"icon": "maki-golf", "fields": ["name"], "geometry": ["area"], "tags": {"golf": "fairway"}, "addTags": {"golf": "fairway", "landuse": "grass"}, "name": "Fairway"},
|
||||
"golf/green": {"icon": "temaki-golf_green", "fields": ["name"], "geometry": ["area"], "tags": {"golf": "green"}, "addTags": {"golf": "green", "landuse": "grass"}, "name": "Putting Green"},
|
||||
@@ -1233,7 +1234,7 @@
|
||||
"shop/water": {"icon": "temaki-water_bottle", "geometry": ["point", "area"], "tags": {"shop": "water"}, "name": "Drinking Water Shop"},
|
||||
"shop/weapons": {"icon": "temaki-dagger", "geometry": ["point", "area"], "terms": ["ammo", "gun", "knife", "knives"], "tags": {"shop": "weapons"}, "name": "Weapon Shop"},
|
||||
"shop/wholesale": {"icon": "maki-warehouse", "fields": ["{shop}", "wholesale"], "geometry": ["point", "area"], "terms": ["warehouse club", "cash and carry"], "tags": {"shop": "wholesale"}, "name": "Wholesale Store"},
|
||||
"shop/wigs": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["hair extentions"], "tags": {"shop": "wigs"}, "name": "Wig Shop"},
|
||||
"shop/wigs": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["hair extensions", "hair extentions"], "tags": {"shop": "wigs"}, "name": "Wig Shop"},
|
||||
"shop/window_blind": {"icon": "temaki-window", "geometry": ["point", "area"], "tags": {"shop": "window_blind"}, "name": "Window Blind Store"},
|
||||
"shop/wine": {"icon": "maki-alcohol-shop", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "tags": {"shop": "wine"}, "name": "Wine Shop"},
|
||||
"telecom/data_center": {"icon": "fas-server", "fields": ["name", "ref", "operator", "building_area"], "moreFields": ["address", "gnis/feature_id", "phone", "website"], "geometry": ["point", "area"], "tags": {"telecom": "data_center"}, "terms": ["computer systems storage", "information technology", "server farm", "the cloud", "telecommunications"], "name": "Data Center"},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"icon": "maki-golf",
|
||||
"fields": [
|
||||
"name",
|
||||
@@ -9,12 +9,17 @@
|
||||
],
|
||||
"moreFields": [
|
||||
"air_conditioning",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"fee",
|
||||
"payment_multi_fee",
|
||||
"charge_fee",
|
||||
"internet_access",
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"opening_hours/covid19",
|
||||
"phone",
|
||||
"website",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
@@ -22,14 +27,13 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"golf house",
|
||||
"leisure feature",
|
||||
"leisure",
|
||||
"club house",
|
||||
"golf clubhouse",
|
||||
"club house"
|
||||
"golf house",
|
||||
"pro shop"
|
||||
],
|
||||
"tags": {
|
||||
"golf": "clubhouse"
|
||||
},
|
||||
"name": "Clubhouse"
|
||||
"name": "Golf Clubhouse"
|
||||
}
|
||||
|
||||
@@ -480,6 +480,7 @@
|
||||
{"key": "ford", "value": "yes", "description": "🄿 Ford", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/pedestrian.svg"},
|
||||
{"key": "golf", "value": "bunker", "description": "🄿 Sand Trap", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/golf-15.svg"},
|
||||
{"key": "golf", "value": "cartpath", "description": "🄿 Golf Cartpath", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/golf_cart.svg"},
|
||||
{"key": "golf", "value": "clubhouse", "description": "🄿 Golf Clubhouse", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/golf-15.svg"},
|
||||
{"key": "golf", "value": "driving_range", "description": "🄿 Driving Range", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/golf-15.svg"},
|
||||
{"key": "golf", "value": "fairway", "description": "🄿 Fairway", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/golf-15.svg"},
|
||||
{"key": "golf", "value": "green", "description": "🄿 Putting Green", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/golf_green.svg"},
|
||||
|
||||
Reference in New Issue
Block a user