Changes between Version 126 and Version 127 of Styles


Ignore:
Timestamp:
2016-01-12T17:47:46+01:00 (10 years ago)
Author:
Klumbumbus
Comment:

do no longer suggest to use XML. see #12282

Legend:

Unmodified
Added
Removed
Modified
  • Styles

    v126 v127  
    5050
    5151 JOSM XML::
    52  The previously traditional style format in JOSM (still functional). The [[Styles/LegacyStandard|old standard style]] contains some documentation.
     52 The previously traditional style format in JOSM (still functional). The [[Styles/LegacyStandard|old standard style]] contains some documentation. '''Support will be removed soon!'''
    5353 MapCSS::
    5454 Style language similar to [https://en.wikipedia.org/wiki/Cascading_Style_Sheets CSS] originally developed for Potlatch 2, but aims to be a standard for map styles.
     
    6161== Make your style available to other users ==
    6262* Either edit the page StylesSource and add URLs for new style files to the list at the top …
    63  * **Note**: Only URLs with file-extension (e.g. *.mapcss, *.xml, *.zip, *.php) are supported.
    64 * … or create a wiki page similar to [[Styles/LegacyStandard]] (XML) or [[Styles/Modified]] (MapCSS).
     63 * **Note**: Only URLs with file-extension (e.g. *.mapcss, *.zip, *.php) are supported.
     64* … or create a wiki page similar to [[Styles/Modified]].
    6565 * don't forget to enclose your mappaint code by a code block (`#!style type="mapcss"` needs to be on a new line after `{{{`):
    6666  * `{{{`
     
    8585* New icons can be directly referenced using a http-link. These are downloaded and cached internally.
    8686* Since JOSM revision [/changeset/2289/josm 2289] zip files are supported.
    87  * The zip file must contain at least one file with extension xml (or mapcss).
     87 * The zip file must contain at least one file with extension mapcss.
    8888 * Icon names and path are relative to the topmost zip directory.
    89  * If there are multiple XML files, a file with "style" in the name is preferred (to allow packaging styles and presets in one archive).
     89 * If there are multiple files, a file with "style" in the name is preferred (to allow packaging styles and presets in one archive).
    9090* Since JOSM revision [/changeset/4713/josm 4713] inline encoding as described in [[http://tools.ietf.org/html/rfc2397|RFC 2397]] is supported.
    9191 * Example for PNG: {{{data:image/png;base64,...databytes...}}}