Changes between Version 46 and Version 47 of Styles


Ignore:
Timestamp:
Feb 24, 2011 10:21:02 PM (2 years ago)
Author:
bastiK
Comment:

document new wiki feature

Legend:

Unmodified
Added
Removed
Modified
  • Styles

    v46 v47  
    4343 * In the [[Help/Dialog/MapStyleDialog|map style dialog]], right click one of the styles and select [[Image(source:/trunk/images/copy.png)]]"save as...". A copy will be added to the list of styles. You can open the file in a text editor and reload after doing some changes. 
    4444 * Or create a style from scratch and add it in the JOSM mappaint preferences. 
    45  * When you made new icons, see next chapter how to handle them. 
    46  * You can make your style available for other users as well: Edit this wiki page and add URLs for new style files in the list at the top. They will be automatically available in JOSM mappaint preferences (after a few minutes and clicking the reload button). 
    47  
    4845 
    4946JOSM supports two formats to define a style: 
     
    5956Style files with different formats are compatible, they can be loaded at the same time. 
    6057 
     58== Make your style available to other users == 
     59 
     60 * Either edit this wiki page and add URLs for new style files to the list at the top. 
     61 * Or create a wiki page similar to [[Styles/Maxspeed]] (XML) or [[Styles/Modified]] (MapCSS).  
     62 
     63In both cases, the new style will be automatically listed in the table above after a few minutes. Then it will also be available in the JOSM mappaint preferences (after clicking the reload button). 
    6164 
    6265=== Icon handling === 
    63 There are 3 different forms to handle icons: 
     66There are 4 different forms to handle icons: 
    6467 
    6568 * Icons distributed with JOSM can be entered directly with the path (relative to JOSM's internal image directory). 
     69 * Use a path relative to your local style file. 
    6670 * New icons can be directly referenced using a http-link. These are downloaded and cached internally. 
    6771 * Since JOSM version 2289 Zip-Files are supported.