Changes between Version 5 and Version 6 of Styles/IconTester


Ignore:
Timestamp:
2020-06-18T19:38:30+02:00 (6 years ago)
Author:
Klumbumbus
Comment:

make usager more clear.

Legend:

Unmodified
Added
Removed
Modified
  • Styles/IconTester

    v5 v6  
    1717- 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.
    1818- 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.
    2020
    2121More information about new icons see [wikitr:/DevelopersGuide/DefaultPresets].