Changes between Version 5 and Version 6 of Styles/IconTester
- Timestamp:
- 2020-06-18T19:38:30+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/IconTester
v5 v6 17 17 - Add a node and tag it with "icon" as key and the file name of the icon as value (without extension). It automatically adds .svg as extension. 18 18 - If you want to test png icons use the key "iconpng". However note that new icons in the JOSM core must be svg. 19 - To test a new version of an icon you must first create the file with a new (not yet used) file name and then retag the node in JOSM. JOSM caches the icon so you cannot just override the file because it will not update within JOSM. So simply use e.g. tree1.svg , tree2.svg,... as file names.19 - To test a new version of an icon you must first create the file with a new (not yet used) file name and then retag the node in JOSM. JOSM caches the icon so you cannot just override the file because it will not update within JOSM. So simply use e.g. `tree1.svg`, `tree2.svg`,... as file names and `icon=tree1`, `icon=tree2`,... as tags on nodes in JOSM. 20 20 21 21 More information about new icons see [wikitr:/DevelopersGuide/DefaultPresets].
