Changes between Version 139 and Version 140 of Styles


Ignore:
Timestamp:
2017-08-22T23:45:49+02:00 (9 years ago)
Author:
Klumbumbus
Comment:

remove very old revision numbers, irrelevant meanwhile

Legend:

Unmodified
Added
Removed
Modified
  • Styles

    v139 v140  
    7878* Use a path relative to a directory specified at the bottom in the [wiki:Help/Preferences/Map#MapPaintStyles Styles preferences page] or [wiki:Help/Preferences/Map#TaggingPresets Presets preferences page].)
    7979* New icons can be directly referenced using a http-link. These are downloaded and cached internally.
    80 * Since JOSM revision [/changeset/2289/josm 2289] zip files are supported.
     80* zip files are supported too.
    8181 * The zip file must contain at least one file with extension mapcss (for styles) or xml (for presets).
    8282 * Icon names and path are relative to the topmost zip directory.
    8383 * If there are multiple files, a file with "style" in the name is preferred (to allow packaging styles and presets in one archive).
    84 * Since JOSM revision [/changeset/4713/josm 4713] inline encoding as described in [[http://tools.ietf.org/html/rfc2397|RFC 2397]] is supported.
     84* Inline encoding as described in [[http://tools.ietf.org/html/rfc2397|RFC 2397]] is supported too.
    8585 * Example for PNG: {{{data:image/png;base64,...databytes...}}}
    8686 * Example for SVG: {{{data:image/svg+xml;base64,...databytes...}}}