Changeset 3741 in josm for trunk/data
- Timestamp:
- 2010-12-26T14:43:45+01:00 (14 years ago)
- Location:
- trunk/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/defaultpresets.xml
r3736 r3741 39 39 display_values: comma separated list of values to be displayed instead of the 40 40 database values, order and number must be equal to values 41 short_description: comma separated list of texts to be displayed below each 42 display_value. (Only if it is not possible to describe 43 the entry in 2-3 words.) Instead of comma separeted list, you can 44 also write it in the following form: 45 <short_description>first description</short_description> 46 ... 47 <short_description>last description</short_description> 41 48 default: default string to display 42 49 delete_if_empty: true/false -
trunk/data/tagging-preset.xsd
r3601 r3741 118 118 119 119 <complexType name="combo"> 120 <sequence> 121 <element name="short_description" type="string" minOccurs="0" maxOccurs="unbounded"/> 122 </sequence> 120 123 <attribute name="key" type="string" use="required" /> 121 124 <attribute name="text" type="string" />
Note:
See TracChangeset
for help on using the changeset viewer.