Changes between Version 139 and Version 140 of Styles
- Timestamp:
- 2017-08-22T23:45:49+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles
v139 v140 78 78 * 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].) 79 79 * 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. 81 81 * The zip file must contain at least one file with extension mapcss (for styles) or xml (for presets). 82 82 * Icon names and path are relative to the topmost zip directory. 83 83 * 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. 85 85 * Example for PNG: {{{data:image/png;base64,...databytes...}}} 86 86 * Example for SVG: {{{data:image/svg+xml;base64,...databytes...}}}
