Changeset 5974 in josm for trunk/data
- Timestamp:
- 2013-05-29T00:52:18+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r5964 r5974 57 57 the entry in 2-3 words.) Instead of comma separeted list 58 58 instead using values, display_values and short_descriptions, the following form is also supported: 59 <list_entry value="" display_value=" 'short_description="" icon="" icon_size=""/>59 <list_entry value="" display_value="" short_description="" icon="" icon_size=""/> 60 60 icon: location of icon 61 61 icon_size: maximal size of icon. If tag is not setup it is taken default size of icon file 62 62 default: default string to display (defaults to "") 63 63 use_last_as_default: true/false/force (default is "false") 64 editable: allow to add other values as text (default is "true") 64 65 match: none/key/key!/keyvalue (default is none, see below for more information) 65 66 … … 3122 3123 <text key="name" text="Name" /> 3123 3124 <text key="operator" text="Operator" /> 3124 <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;sushi" />3125 <multiselect key="cuisine" text="Cuisine" values="italian;chinese;pizza;burger;greek;german;indian;regional;kebab;turkish;asian;thai;mexican;japanese;french;sandwich;sushi" /> 3125 3126 <check key="microbrewery" text="Microbrewery" default="off" /> 3126 3127 <combo key="opening_hours" text="Opening Hours" values="24/7,Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00;Sa 08:00-12:00" />
Note:
See TracChangeset
for help on using the changeset viewer.