Changes between Version 99 and Version 100 of TaggingPresets


Ignore:
Timestamp:
2014-11-07T17:16:59+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

updated outdated

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v99 v100  
    1 [[TranslatedPages(outdated=The preset syntax has changed and the copy from XML files needs to be joined with normal description. Also the example should be changed because it uses key-value pairs which are uncommon in OSM and highways are usually NOT oneway.)]]
     1[[TranslatedPages(outdated=The example should be changed because it uses key-value pairs which are uncommon in OSM and highways are usually NOT oneway.)]]
    22[[PageOutline(2-10,Table of Contents)]]
    33= Tagging Presets =
    44JOSM 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].
    5 
    65
    76== Installing presets ==
     
    4039}}}
    4140
    42 
    43 == XML Format description (outdated!) ==#XML
     41== XML Format description ==#XML
    4442=== Tags ===
    4543==== The document prolog ====
     
    186184   Whether to search in <combo> or <multiselect> (display_)values when searching for presets.
    187185
    188 
    189186== Translation ==
    190187To support translations, all textual elements ("name", "text", "display_values") may also be localized. (E.g. "de.name" would represent the name in case German language support is loaded.)