Changes between Version 87 and Version 88 of TaggingPresets
- Timestamp:
- 2014-11-06T00:09:52+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v87 v88 61 61 Used to group items in sub menus. ''name'' is required, ''icon'' is optional attribute. 62 62 '''<item>''':: 63 Every item is one annotation set to select from. ''name'' is required, ''type'' isrecommended, ''icon''isoptional attribute.63 Every item is one annotation set to select from. ''name'' is required, ''type'' and ''preset_name_label'' are recommended, ''icon'' and ''name_template'' are optional attributes. 64 64 '''<separator/>''':: 65 65 Insert a line separator into the menu. … … 165 165 '''preset_name="exact_name"''':: 166 166 The exact name of the preset to link to. 167 '''preset_name_label="false|true"''':: 168 Whether to insert "[preset name]" label in dialog (defaults to "false" for backward-compatibility on external presets. 167 169 168 170 == Format description from XML document (needs to be joined with above texts) == … … 170 172 171 173 {{{ 172 item:173 name: the text to display174 icon: the icon to display175 - relative to the icon path176 - URL's are also supported to allow remote icons (are cached locally)177 type: the data types - way,node,relation,closedway (separated by comma)178 name_template: define custom formatting for OSM primitives179 see [[NameTemplate]]180 preset_name_label: whether to insert "[preset name]" label in dialog181 (defaults to "false" for backward-compatibility on external presets)182 174 183 175 text: text box
