diff --git a/data/presets.yaml b/data/presets.yaml index 0b582e858..9aaded62b 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -8232,6 +8232,11 @@ en: name: Sewing Supply Shop # 'terms: haberdashery' terms: '' + shop/shoe_repair: + # shop=shoe_repair + name: Shoe Repair Shop + # 'terms: cobbler' + terms: '' shop/shoes: # shop=shoes name: Shoe Store diff --git a/data/presets/presets.json b/data/presets/presets.json index fcd1c7740..f2183ba90 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/shop/shoe_repair.json b/data/presets/presets/shop/shoe_repair.json new file mode 100644 index 000000000..600d55924 --- /dev/null +++ b/data/presets/presets/shop/shoe_repair.json @@ -0,0 +1,14 @@ +{ + "icon": "maki-shoe", + "geometry": [ + "point", + "area" + ], + "tags": { + "shop": "shoe_repair" + }, + "terms": [ + "cobbler" + ], + "name": "Shoe Repair Shop" +} diff --git a/data/taginfo.json b/data/taginfo.json index 129155606..b03fb76b3 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -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"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index 3b8702934..47bdb161a 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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"