﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17078	[PATCH] update clothes in preset	naoliv	team	"Include [https://wiki.openstreetmap.org/wiki/Key:clothes clothes=*] in the `shop=clothes` preset and, as a bonus, also update the keys in `Motorcycle Dealer`.

From this:

[[Image(https://i.imgur.com/lAzlpHa.png)]] [[Image(https://i.imgur.com/CdqnVFx.png)]]

We now have this:

[[Image(https://i.imgur.com/Z9MjgeO.png)]] [[Image(https://i.imgur.com/uxqKXgI.png)]]

Ugly Motorcycle Dealer preset due to #17077; unsure if there is a better way to do this.

{{{
#!patch
diff --git a/data/defaultpresets.xml b/data/defaultpresets.xml
index 23b13a97b..7e29ee731 100644
--- a/data/defaultpresets.xml
+++ b/data/defaultpresets.xml
@@ -3641,15 +3641,14 @@
             <reference ref=""motorcycle_brands"" />
             <text key=""operator"" text=""Operator"" />
             <reference ref=""oh_wheelchair"" />
-            <combo key=""second_hand"" text=""Second hand"" values=""only,yes,no"" />
             <optional text=""Services:"">
-                <combo key=""sale"" text=""Sale"" values=""yes,brand,no"" />
-                <combo key=""rental"" text=""Rental"" values=""yes,brand,no"" />
-                <combo key=""repair"" text=""Repair"" values=""yes,brand,oldtimer,no"" />
-                <combo key=""safety_inspection"" text=""Safety inspection"" values=""yes,DEKRA,GTÜ,MOT,TÜV,no"" />
-                <combo key=""parts"" text=""Parts"" values=""yes,brand,oldtimer,no"" />
-                <combo key=""clothes"" text=""Clothes"" values=""yes,brand,no"" />
-                <text key=""services"" text=""Other"" />
+                <multiselect key=""motorcycle:sales"" text=""Sale"" values=""yes;used"" />
+                <multiselect key=""motorcycle:rental"" text=""Rental"" values=""yes;trailer"" />
+                <multiselect key=""motorcycle:parts"" text=""Parts"" values=""yes;brand;custom;exhaust;luggage;sidecar"" />
+                <multiselect key=""motorcycle:type"" text=""Type"" values=""standard;dualsport;offroad;chopper;sportbike;scooter;all;electric"" />
+                <check key=""motorcycle:repair"" text=""Repair"" />
+                <check key=""motorcycle:tyres"" text=""Tyres"" />
+                <check key=""motorcycle:clothes"" text=""Clothes"" />
             </optional>
             <reference ref=""link_contact_address_payment"" />
         </item> <!-- Motorcycle Dealer -->
@@ -9064,6 +9063,7 @@
             <space />
             <key key=""shop"" value=""clothes"" />
             <reference ref=""name_oh_wheelchair"" />
+            <multiselect key=""clothes"" text=""Clothes"" values=""babies;children;costumes;denim;fashion;fur;hats;leather;maternity;men;oversize;schoolwear;sports;suits;swimwear;traditional;underwear;wedding;women;workwear"" />
             <combo key=""second_hand"" text=""Second hand"" values=""only,yes,no"" />
             <combo key=""organic"" text=""Organic"" values=""only,yes,no"" />
             <reference ref=""link_contact_address_payment"" />
}}}"	enhancement	new	normal		Internal preset				
