Changes between Version 105 and Version 106 of Styles


Ignore:
Timestamp:
2014-10-04T14:04:22+02:00 (11 years ago)
Author:
stoecker
Comment:

Add inline encoding

Legend:

Unmodified
Added
Removed
Modified
  • Styles

    v105 v106  
    6565 * Icon names and path are relative to the topmost zip directory.
    6666 * If there are multiple XML files, a file with "style" in the name is preferred (to allow packaging styles and presets in one archive).
     67* Since JOSM revision [/changeset/4713/josm 4713] inline encoding as described in [[http://tools.ietf.org/html/rfc2397|RFC 2397]] is supported.
     68 * Example for PNG: {{{data:image/png;base64,...databytes...}}}
     69 * Example for XVG: {{{data:image/svg+xml;base64,...databytes...}}}
    6770* When the JOSM wiki is used for designing of new styles you have some additional options:
    6871 * Each file attached to the wiki page is automatically included in the zip file downloaded by JOSM.