| 136 | | There are 3 different ways to source icons: |
| 137 | | |
| 138 | | * Icons distributed with JOSM can be entered directly with the path (relative to JOSM's internal image directory). Hunt through [source:trunk/data/defaultpresets.xml this page] for the names of existing icons. |
| 139 | | * New icons can be directly referenced using a http-link. These are downloaded and cached internally. |
| 140 | | * Since JOSM version 2289 Zip-Files are supported. |
| 141 | | * The zip file must contain at least one file with extension xml. |
| 142 | | * Icon names and path are relative to the topmost zip directory. |
| 143 | | * If there are multiple XML files, a file with "preset" in the name is preferred (to allow packaging styles and presets in one archive). |
| | 136 | See [wiki:Styles#Iconhandling Styles]. |