From 60d51480528db80ec63d55da8cadecbdebacca3b Mon Sep 17 00:00:00 2001 From: lmagreault Date: Fri, 21 Nov 2025 10:27:30 +0100 Subject: [PATCH] Modify mapping for underwear shops shop=underwear is deprecated. Use shop=clothes with clothes=underwear instead. --- merge_data/shop_FR.mapping.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/merge_data/shop_FR.mapping.json b/merge_data/shop_FR.mapping.json index d1cc964cb..19c9a5a8b 100644 --- a/merge_data/shop_FR.mapping.json +++ b/merge_data/shop_FR.mapping.json @@ -468,12 +468,16 @@ { "shop": "underwear" }, + { + "shop": "clothes", + "clothes": "underwear" + }, { "shop": "sewing" } ], "generate": { - "shop": "fabric;wool;household_linen;underwear;sewing", + "shop": "fabric;wool;household_linen;underwear;clothes;sewing", "fixme": "select a shop type" } },