Changeset 8872 in josm for trunk/data
- Timestamp:
- 2015-10-14T22:44:32+02:00 (9 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r8869 r8872 120 120 </chunk> 121 121 <chunk id="oh"> 122 <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 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />122 <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 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" values_no_i18n="true" /> 123 123 </chunk> 124 124 <chunk id="wheelchair"> … … 4587 4587 <text key="operator" text="Operator" /> 4588 4588 <text key="ref" text="Reference number" /> 4589 <combo key="collection_times" text="Collection times" delimiter="|" values="Mo-Sa 09:00|Mo-Fr 17:30; Sa 12:00|Mo-Fr 15:00,19:00; Sa 15:10; Su 10:30" />4589 <combo key="collection_times" text="Collection times" delimiter="|" values="Mo-Sa 09:00|Mo-Fr 17:30; Sa 12:00|Mo-Fr 15:00,19:00; Sa 15:10; Su 10:30" values_no_i18n="true" /> 4590 4590 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" /> 4591 4591 <check key="drive_through" text="Drive through" /> … … 4770 4770 <reference ref="fee" /> 4771 4771 <text key="operator" text="Operator" /> 4772 <combo key="opening_hours" text="Operation times" values="24/7" />4772 <combo key="opening_hours" text="Operation times" values="24/7" values_no_i18n="true" /> 4773 4773 </item> <!-- Sanitary Dump Station --> 4774 4774 <separator/> … … 5707 5707 <space /> 5708 5708 <key key="highway" value="street_lamp" /> 5709 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" />5709 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" /> 5710 5710 </item> <!-- Street Lamp --> 5711 5711 <item name="Monitoring Station" icon="presets/monitoring_station.png" type="node,closedway" preset_name_label="true"> -
trunk/data/tagging-preset.xsd
r8310 r8872 204 204 <attribute name="values_from" type="string" /> 205 205 <attribute name="values_context" type="string" /> 206 <attribute name="values_no_i18n" type="boolean" /> 206 207 <attribute name="display_values" type="string" /> 207 208 <attribute name="values_searchable" type="boolean" />
Note:
See TracChangeset
for help on using the changeset viewer.