mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Add shoe repair shop preset (close #7562)
This commit is contained in:
@@ -8232,6 +8232,11 @@ en:
|
||||
name: Sewing Supply Shop
|
||||
# 'terms: haberdashery'
|
||||
terms: '<translate with synonyms or related terms for ''Sewing Supply Shop'', separated by commas>'
|
||||
shop/shoe_repair:
|
||||
# shop=shoe_repair
|
||||
name: Shoe Repair Shop
|
||||
# 'terms: cobbler'
|
||||
terms: '<translate with synonyms or related terms for ''Shoe Repair Shop'', separated by commas>'
|
||||
shop/shoes:
|
||||
# shop=shoes
|
||||
name: Shoe Store
|
||||
|
||||
@@ -1174,6 +1174,7 @@
|
||||
"shop/seafood": {"icon": "temaki-fish_cleaning", "geometry": ["point", "area"], "terms": ["fishmonger"], "tags": {"shop": "seafood"}, "name": "Seafood Shop"},
|
||||
"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": "temaki-needle_and_spool", "geometry": ["point", "area"], "terms": ["haberdashery"], "tags": {"shop": "sewing"}, "name": "Sewing Supply Shop"},
|
||||
"shop/shoe_repair": {"icon": "maki-shoe", "geometry": ["point", "area"], "tags": {"shop": "shoe_repair"}, "terms": ["cobbler"], "name": "Shoe Repair 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": "temaki-spice_bottle", "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"},
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "maki-shoe",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "shoe_repair"
|
||||
},
|
||||
"terms": [
|
||||
"cobbler"
|
||||
],
|
||||
"name": "Shoe Repair Shop"
|
||||
}
|
||||
@@ -1119,6 +1119,7 @@
|
||||
{"key": "shop", "value": "seafood", "description": "🄿 Seafood Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/fish_cleaning.svg"},
|
||||
{"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/ideditor/temaki/icons/needle_and_spool.svg"},
|
||||
{"key": "shop", "value": "shoe_repair", "description": "🄿 Shoe Repair Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shoe-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/ideditor/temaki/icons/spice_bottle.svg"},
|
||||
{"key": "shop", "value": "sports", "description": "🄿 Sporting Goods Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-futbol.svg"},
|
||||
|
||||
Vendored
+4
@@ -9603,6 +9603,10 @@
|
||||
"name": "Sewing Supply Shop",
|
||||
"terms": "haberdashery"
|
||||
},
|
||||
"shop/shoe_repair": {
|
||||
"name": "Shoe Repair Shop",
|
||||
"terms": "cobbler"
|
||||
},
|
||||
"shop/shoes": {
|
||||
"name": "Shoe Store",
|
||||
"terms": "boots,cleats,clogs,heels,loafers,oxfords,sneakers"
|
||||
|
||||
Reference in New Issue
Block a user