[[TranslatedPages]] = Tagging Presets = JOSM supports distributed tagging 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. Presets can be added by the users at a central page [wiki:Presets]. = 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]. == Example == Here is an 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. === Tags === The document prolog: '''''':: Has to be the main tag of the file. Supports following attributes * '''xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"''' * '''author''' - the name of the author * '''version''' - a version of the file * '''description''' (i18n) - description what the file contains * '''shortdescription''' (i18n) - short overview description * '''link''' (i18n) - web link to further details Comments: '''''':: The document can contain embedded comments. Menu creation: '''''':: 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. '''''':: Insert a line separator into the menu. Create instructions for the user: '''