| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
|
|---|
| 3 | <!-- Item chunks -->
|
|---|
| 4 | <chunk id="oh">
|
|---|
| 5 | <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00, Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
|
|---|
| 6 | </chunk>
|
|---|
| 7 | <chunk id="wheelchair">
|
|---|
| 8 | <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
|
|---|
| 9 | </chunk>
|
|---|
| 10 | <chunk id="oh_wheelchair">
|
|---|
| 11 | <reference ref="oh" />
|
|---|
| 12 | <reference ref="wheelchair" />
|
|---|
| 13 | </chunk>
|
|---|
| 14 | <chunk id="name_oh_wheelchair">
|
|---|
| 15 | <text key="name" text="Name" />
|
|---|
| 16 | <reference ref="oh_wheelchair" />
|
|---|
| 17 | </chunk>
|
|---|
| 18 | <chunk id="name_brand_operator_oh_wheelchair">
|
|---|
| 19 | <text key="name" text="Name" />
|
|---|
| 20 | <text key="brand" text="Brand" />
|
|---|
| 21 | <text key="operator" text="Operator" />
|
|---|
| 22 | <reference ref="oh_wheelchair" />
|
|---|
| 23 | </chunk>
|
|---|
| 24 | <chunk id="link_contact_address_payment">
|
|---|
| 25 | <preset_link preset_name="Contact (Common Schema)" />
|
|---|
| 26 | <preset_link preset_name="Address" />
|
|---|
| 27 | <preset_link preset_name="Payment Methods" />
|
|---|
| 28 | </chunk>
|
|---|
| 29 | <!-- Groups -->
|
|---|
| 30 | <group name="Shops" icon="presets/shop/mall.svg">
|
|---|
| 31 | <group name="Other" icon="presets/shop/mall.svg">
|
|---|
| 32 | <item name="Party" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 33 | <link wiki="Tag:shop=party" />
|
|---|
| 34 | <space />
|
|---|
| 35 | <key key="shop" value="party" />
|
|---|
| 36 | <reference ref="name_oh_wheelchair" />
|
|---|
| 37 | <reference ref="link_contact_address_payment" />
|
|---|
| 38 | </item> <!-- Party -->
|
|---|
| 39 | </group>
|
|---|
| 40 | <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
|
|---|
| 41 | <item name="Doors" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 42 | <link wiki="Tag:shop=doors" />
|
|---|
| 43 | <space />
|
|---|
| 44 | <key key="shop" value="doors" />
|
|---|
| 45 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 46 | <reference ref="link_contact_address_payment" />
|
|---|
| 47 | </item> <!-- Doors -->
|
|---|
| 48 | </group>
|
|---|
| 49 | </group>
|
|---|
| 50 | </presets>
|
|---|