Changes between Version 5 and Version 16 of Styles/sac_scale


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Styles/sac_scale

    v5 v16  
    11[[TranslatedPages]]
    22
    3 = [[Image(sac_scale_icon.png)]] sac_scale =
    4 [[PageOutline]]
     3= [[Image(sac_scale_icon.svg,36,middle,inline)]] sac_scale =
     4[[PageOutline(2-9)]]
    55
    66== Description ==
     
    1111
    1212You can adjust the colours in the preference window of JOSM.
     13
     14You can use the sac_scale mappaint style together with the default JOSM internal mappaint style. You can disable the names of highways in the [[Help/Dialog/MapPaint/StyleSettings|style settings]] of the internal style if they bother you.
    1315
    1416For ideas/questions/bugs/suggestions or similar please write a message to [osmwww:user/Klumbumbus Klumbumbus].
     
    2224^(data used for image [osmwww:copyright ©OpenStreetMap contributors] ODbL)^
    2325
     26== Changelog ==
     27^(Latest change first)^
     28==== Version 2.x ====
     29* Add `sac_scale=strolling` (white)
     30==== Version 1.x ====
     31* Initial version
     32
    2433== Code ==
    25 coming soon once #10521 is fixed.
    2634{{{
    27 #!comment
     35#!style type="mapcss"
    2836
    2937meta
    3038{
    3139        title: "sac_scale";
    32         version: "1.0[[revision]]_[[date]]";
     40        version: "2.[[revision]]_[[date]]";
    3341        description: "Displays sac_scale=* coloured.";
    34         icon: "http://josm.openstreetmap.de/attachment/wiki/Styles/sac_scale/sac_scale_icon.png";
     42        icon: "sac_scale_icon.svg";
    3543        author: "Klumbumbus";
    36         link: "http://josm.openstreetmap.de/wiki/Styles/sac_scale";
    37         watch-modified: true;
     44        link: "https://josm.openstreetmap.de/wiki/Styles/sac_scale";
    3845        /* min-josm-version: "????"; not sure if there is one */
    3946}
     
    4350        title: "sac_scale";
    4451        description: "Zeigt sac_scale=* farbig an.";
    45         link: "http://josm.openstreetmap.de/wiki/De:Styles/sac_scale";
     52        link: "https://josm.openstreetmap.de/wiki/De:Styles/sac_scale";
    4653}
    4754
     
    5360
    5461/* display sac_scale on ways */
     62way["sac_scale"="strolling"]::sac_scale,
    5563way["sac_scale"="hiking"]::sac_scale,
    5664way["sac_scale"="mountain_hiking"]::sac_scale,
     
    6573        z-index: -1;
    6674}
     75way|z17["sac_scale"="strolling"]::sac_scale,
    6776way|z17["sac_scale"="hiking"]::sac_scale,
    6877way|z17["sac_scale"="mountain_hiking"]::sac_scale,
     
    7483        width: 8;
    7584}
     85way|z-16["sac_scale"="strolling"]::sac_scale,
    7686way|z-16["sac_scale"="hiking"]::sac_scale,
    7787way|z-16["sac_scale"="mountain_hiking"]::sac_scale,
     
    8292{
    8393        width: 5;
     94}
     95way["sac_scale"="strolling"]::sac_scale
     96{
     97        color: strolling#ffffff; /* white */
    8498}
    8599way["sac_scale"="hiking"]::sac_scale