mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Add derived data for #7912
This commit is contained in:
@@ -8533,6 +8533,11 @@ en:
|
||||
name: Wholesale Store
|
||||
# 'terms: warehouse club,cash and carry'
|
||||
terms: '<translate with synonyms or related terms for ''Wholesale Store'', separated by commas>'
|
||||
shop/wigs:
|
||||
# shop=wigs
|
||||
name: Wig Shop
|
||||
# 'terms: hair extentions'
|
||||
terms: '<translate with synonyms or related terms for ''Wig Shop'', separated by commas>'
|
||||
shop/window_blind:
|
||||
# shop=window_blind
|
||||
name: Window Blind Store
|
||||
|
||||
@@ -1218,6 +1218,7 @@
|
||||
"shop/water": {"icon": "tnp-2009234", "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/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"},
|
||||
|
||||
@@ -1163,6 +1163,7 @@
|
||||
{"key": "shop", "value": "water", "description": "🄿 Drinking Water Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/the-noun-project/2009234.svg"},
|
||||
{"key": "shop", "value": "weapons", "description": "🄿 Weapon Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/dagger.svg"},
|
||||
{"key": "shop", "value": "wholesale", "description": "🄿 Wholesale Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/warehouse-15.svg"},
|
||||
{"key": "shop", "value": "wigs", "description": "🄿 Wig Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "window_blind", "description": "🄿 Window Blind Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/window.svg"},
|
||||
{"key": "shop", "value": "wine", "description": "🄿 Wine Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/alcohol-shop-15.svg"},
|
||||
{"key": "telecom", "value": "data_center", "description": "🄿 Data Center", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-server.svg"},
|
||||
|
||||
Vendored
+4
@@ -10002,6 +10002,10 @@
|
||||
"name": "Wholesale Store",
|
||||
"terms": "warehouse club,cash and carry"
|
||||
},
|
||||
"shop/wigs": {
|
||||
"name": "Wig Shop",
|
||||
"terms": "hair extentions"
|
||||
},
|
||||
"shop/window_blind": {
|
||||
"name": "Window Blind Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user