Changes between Version 23 and Version 24 of TaggingPresets


Ignore:
Timestamp:
2010-01-24T14:28:15+01:00 (16 years ago)
Author:
stoecker
Comment:

Added icon handling chapter

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v23 v24  
    9898   The combo box is readonly, which means, the user can only select an item in the list.
    9999
     100To support translations, all textual elements may be used in translated form. E.g. "de.name" would represent the name in case German language support is loaded.
    100101
    101 To support translations, all textual elements may be used in translated form. E.g. "de.name" would represent the name in case German language support is loaded.
     102=== Icon handling ===
     103There are 3 different forms to handle icons:
     104
     105 * Icons distributed with JOSM can be entered directly with the path (relative to JOSM's internal image directory).
     106 * New icons can be directly referenced using a http-link. These are downloaded and cached internally.
     107 * Since JOSM version 2289 Zip-Files are supported.
     108  * The zip file must contain at least one file with extension xml.
     109  * Icon names and path are relative to the topmost zip directory.
     110  * If there are multiple XML files, a file with "preset" in the name is preferred (to allow packaging styles and presets in one archive).