Changes between Version 11 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

    v11 v16  
    11[[TranslatedPages]]
    22
    3 = [[Image(sac_scale_icon.svg,36,middle)]] sac_scale =
     3= [[Image(sac_scale_icon.svg,36,middle,inline)]] sac_scale =
    44[[PageOutline(2-9)]]
    55
     
    1212You can adjust the colours in the preference window of JOSM.
    1313
    14 You 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.
     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.
    1515
    1616For ideas/questions/bugs/suggestions or similar please write a message to [osmwww:user/Klumbumbus Klumbumbus].
     
    2424^(data used for image [osmwww:copyright ©OpenStreetMap contributors] ODbL)^
    2525
     26== Changelog ==
     27^(Latest change first)^
     28==== Version 2.x ====
     29* Add `sac_scale=strolling` (white)
     30==== Version 1.x ====
     31* Initial version
     32
    2633== Code ==
    2734{{{
     
    3138{
    3239        title: "sac_scale";
    33         version: "1.0[[revision]]_[[date]]";
     40        version: "2.[[revision]]_[[date]]";
    3441        description: "Displays sac_scale=* coloured.";
    3542        icon: "sac_scale_icon.svg";
    3643        author: "Klumbumbus";
    37         link: "http://josm.openstreetmap.de/wiki/Styles/sac_scale";
    38         watch-modified: true;
     44        link: "https://josm.openstreetmap.de/wiki/Styles/sac_scale";
    3945        /* min-josm-version: "????"; not sure if there is one */
    4046}
     
    4450        title: "sac_scale";
    4551        description: "Zeigt sac_scale=* farbig an.";
    46         link: "http://josm.openstreetmap.de/wiki/De:Styles/sac_scale";
     52        link: "https://josm.openstreetmap.de/wiki/De:Styles/sac_scale";
    4753}
    4854
     
    5460
    5561/* display sac_scale on ways */
     62way["sac_scale"="strolling"]::sac_scale,
    5663way["sac_scale"="hiking"]::sac_scale,
    5764way["sac_scale"="mountain_hiking"]::sac_scale,
     
    6673        z-index: -1;
    6774}
     75way|z17["sac_scale"="strolling"]::sac_scale,
    6876way|z17["sac_scale"="hiking"]::sac_scale,
    6977way|z17["sac_scale"="mountain_hiking"]::sac_scale,
     
    7583        width: 8;
    7684}
     85way|z-16["sac_scale"="strolling"]::sac_scale,
    7786way|z-16["sac_scale"="hiking"]::sac_scale,
    7887way|z-16["sac_scale"="mountain_hiking"]::sac_scale,
     
    8392{
    8493        width: 5;
     94}
     95way["sac_scale"="strolling"]::sac_scale
     96{
     97        color: strolling#ffffff; /* white */
    8598}
    8699way["sac_scale"="hiking"]::sac_scale