Changes between Version 5 and Version 16 of Styles/sac_scale
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/sac_scale
v5 v16 1 1 [[TranslatedPages]] 2 2 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)]] 5 5 6 6 == Description == … … 11 11 12 12 You can adjust the colours in the preference window of JOSM. 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. 13 15 14 16 For ideas/questions/bugs/suggestions or similar please write a message to [osmwww:user/Klumbumbus Klumbumbus]. … … 22 24 ^(data used for image [osmwww:copyright ©OpenStreetMap contributors] ODbL)^ 23 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 24 33 == Code == 25 coming soon once #10521 is fixed.26 34 {{{ 27 #! comment35 #!style type="mapcss" 28 36 29 37 meta 30 38 { 31 39 title: "sac_scale"; 32 version: " 1.0[[revision]]_[[date]]";40 version: "2.[[revision]]_[[date]]"; 33 41 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"; 35 43 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"; 38 45 /* min-josm-version: "????"; not sure if there is one */ 39 46 } … … 43 50 title: "sac_scale"; 44 51 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"; 46 53 } 47 54 … … 53 60 54 61 /* display sac_scale on ways */ 62 way["sac_scale"="strolling"]::sac_scale, 55 63 way["sac_scale"="hiking"]::sac_scale, 56 64 way["sac_scale"="mountain_hiking"]::sac_scale, … … 65 73 z-index: -1; 66 74 } 75 way|z17["sac_scale"="strolling"]::sac_scale, 67 76 way|z17["sac_scale"="hiking"]::sac_scale, 68 77 way|z17["sac_scale"="mountain_hiking"]::sac_scale, … … 74 83 width: 8; 75 84 } 85 way|z-16["sac_scale"="strolling"]::sac_scale, 76 86 way|z-16["sac_scale"="hiking"]::sac_scale, 77 87 way|z-16["sac_scale"="mountain_hiking"]::sac_scale, … … 82 92 { 83 93 width: 5; 94 } 95 way["sac_scale"="strolling"]::sac_scale 96 { 97 color: strolling#ffffff; /* white */ 84 98 } 85 99 way["sac_scale"="hiking"]::sac_scale
