[[TranslatedPages]] = Tagging Presets = Since revision 117, Josm supports distributed tagging presets (formerly known as "annotation presets"). This is a XML config file that describes a GUI for entering tags (or properties, annotations, sometimes called map features). The XML files can be placed anywhere in the web or at the users local file system. = Setup = Every user can choose to add any url (or filename) into his preferences. An example URL is included in JOSM SVN. [[Image(josm-preferences1.png)]] After the sources are specified (and after a restart), the tagging presets can be selected from the [wiki:Help/Menu/Presets main menu]. In the lang-de plugin, a basic tagging preset for typical german tagging is included. == Example == Here is another example of how it looks like: [[Image(tagging_screenshot.png)]] And this is the code that created the example : {{{ }}} == XML Format description == The tagging preset description is in a very simple XML format. The format is not validated. === Tags === The following tags are used: '''''':: Has to be the main tag of the file. No Attributes are recognized. '''''':: Used to group items in sub menus. ''name'' is required, ''icon'' is optional attribute. '''''':: Every item is one annotation set to select from. ''name'' is required, ''icon'' is optional attribute. '''''':: Add an separator in menu. '''''':: Used to group some optional elements of an item. '''''':: Add some space in the preset display. '''''':: Specify web link for this feature. ''href'' is required. '''