mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 15:16:07 +02:00
Adjust name, add terms, and add derived data for shop=spices preset (re: #7031)
This commit is contained in:
@@ -7756,6 +7756,11 @@ en:
|
||||
name: Shoe Store
|
||||
# 'terms: boots,cleats,clogs,heels,loafers,oxfords,sneakers'
|
||||
terms: '<translate with synonyms or related terms for ''Shoe Store'', separated by commas>'
|
||||
shop/spices:
|
||||
# shop=spices
|
||||
name: Spice Shop
|
||||
# 'terms: chili,cinnamon,curry,ginger,herbs,pepper,saffron,salt,spice store,spices,turmeric,wasabi'
|
||||
terms: '<translate with synonyms or related terms for ''Spice Shop'', separated by commas>'
|
||||
shop/sports:
|
||||
# shop=sports
|
||||
name: Sporting Goods Store
|
||||
|
||||
@@ -1130,6 +1130,7 @@
|
||||
"shop/second_hand": {"icon": "maki-shop", "fields": ["{shop}", "second_hand"], "geometry": ["point", "area"], "terms": ["secondhand", "second hand", "resale", "thrift", "used"], "tags": {"shop": "second_hand"}, "name": "Consignment/Thrift Store"},
|
||||
"shop/sewing": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["haberdashery"], "tags": {"shop": "sewing"}, "name": "Sewing Supply Shop"},
|
||||
"shop/shoes": {"icon": "maki-shoe", "geometry": ["point", "area"], "tags": {"shop": "shoes"}, "terms": ["boots", "cleats", "clogs", "heels", "loafers", "oxfords", "sneakers"], "name": "Shoe Store"},
|
||||
"shop/spices": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["chili", "cinnamon", "curry", "ginger", "herbs", "pepper", "saffron", "salt", "spice store", "spices", "turmeric", "wasabi"], "tags": {"shop": "spices"}, "name": "Spice Shop"},
|
||||
"shop/sports": {"icon": "fas-futbol", "fields": ["name", "operator", "sport", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "sports"}, "terms": ["athletics"], "name": "Sporting Goods Store"},
|
||||
"shop/stationery": {"icon": "fas-paperclip", "geometry": ["point", "area"], "terms": ["card", "paper"], "tags": {"shop": "stationery"}, "name": "Stationery Store"},
|
||||
"shop/storage_rental": {"icon": "fas-warehouse", "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "terms": ["garages"], "name": "Storage Rental"},
|
||||
|
||||
@@ -13,11 +13,13 @@
|
||||
"pepper",
|
||||
"saffron",
|
||||
"salt",
|
||||
"spice store",
|
||||
"spices",
|
||||
"turmeric",
|
||||
"wasabi"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "spices"
|
||||
},
|
||||
"name": "Spice Store"
|
||||
"name": "Spice Shop"
|
||||
}
|
||||
|
||||
@@ -1073,6 +1073,7 @@
|
||||
{"key": "shop", "value": "second_hand", "description": "🄿 Consignment/Thrift Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "sewing", "description": "🄿 Sewing Supply Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "shoes", "description": "🄿 Shoe Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shoe-15.svg"},
|
||||
{"key": "shop", "value": "spices", "description": "🄿 Spice Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "sports", "description": "🄿 Sporting Goods Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-futbol.svg"},
|
||||
{"key": "shop", "value": "stationery", "description": "🄿 Stationery Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-paperclip.svg"},
|
||||
{"key": "shop", "value": "storage_rental", "description": "🄿 Storage Rental", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-warehouse.svg"},
|
||||
|
||||
Vendored
+4
@@ -9093,6 +9093,10 @@
|
||||
"name": "Shoe Store",
|
||||
"terms": "boots,cleats,clogs,heels,loafers,oxfords,sneakers"
|
||||
},
|
||||
"shop/spices": {
|
||||
"name": "Spice Shop",
|
||||
"terms": "chili,cinnamon,curry,ginger,herbs,pepper,saffron,salt,spice store,spices,turmeric,wasabi"
|
||||
},
|
||||
"shop/sports": {
|
||||
"name": "Sporting Goods Store",
|
||||
"terms": "athletics"
|
||||
|
||||
Reference in New Issue
Block a user