| 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 === |
| | 103 | There 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). |