Changes between Version 11 and Version 16 of Styles/sac_scale
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/sac_scale
v11 v16 1 1 [[TranslatedPages]] 2 2 3 = [[Image(sac_scale_icon.svg,36,middle)]] sac_scale = 3 = [[Image(sac_scale_icon.svg,36,middle,inline)]] sac_scale = 4 4 [[PageOutline(2-9)]] 5 5 … … 12 12 You can adjust the colours in the preference window of JOSM. 13 13 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.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. 15 15 16 16 For ideas/questions/bugs/suggestions or similar please write a message to [osmwww:user/Klumbumbus Klumbumbus]. … … 24 24 ^(data used for image [osmwww:copyright ©OpenStreetMap contributors] ODbL)^ 25 25 26 == Changelog == 27 ^(Latest change first)^ 28 ==== Version 2.x ==== 29 * Add `sac_scale=strolling` (white) 30 ==== Version 1.x ==== 31 * Initial version 32 26 33 == Code == 27 34 {{{ … … 31 38 { 32 39 title: "sac_scale"; 33 version: " 1.0[[revision]]_[[date]]";40 version: "2.[[revision]]_[[date]]"; 34 41 description: "Displays sac_scale=* coloured."; 35 42 icon: "sac_scale_icon.svg"; 36 43 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"; 39 45 /* min-josm-version: "????"; not sure if there is one */ 40 46 } … … 44 50 title: "sac_scale"; 45 51 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"; 47 53 } 48 54 … … 54 60 55 61 /* display sac_scale on ways */ 62 way["sac_scale"="strolling"]::sac_scale, 56 63 way["sac_scale"="hiking"]::sac_scale, 57 64 way["sac_scale"="mountain_hiking"]::sac_scale, … … 66 73 z-index: -1; 67 74 } 75 way|z17["sac_scale"="strolling"]::sac_scale, 68 76 way|z17["sac_scale"="hiking"]::sac_scale, 69 77 way|z17["sac_scale"="mountain_hiking"]::sac_scale, … … 75 83 width: 8; 76 84 } 85 way|z-16["sac_scale"="strolling"]::sac_scale, 77 86 way|z-16["sac_scale"="hiking"]::sac_scale, 78 87 way|z-16["sac_scale"="mountain_hiking"]::sac_scale, … … 83 92 { 84 93 width: 5; 94 } 95 way["sac_scale"="strolling"]::sac_scale 96 { 97 color: strolling#ffffff; /* white */ 85 98 } 86 99 way["sac_scale"="hiking"]::sac_scale
