Changes between Version 5 and Version 15 of Styles/sac_scale
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/sac_scale
v5 v15 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]. … … 23 25 24 26 == Code == 25 coming soon once #10521 is fixed.26 27 {{{ 27 #! comment28 #!style type="mapcss" 28 29 29 30 meta … … 32 33 version: "1.0[[revision]]_[[date]]"; 33 34 description: "Displays sac_scale=* coloured."; 34 icon: " http://josm.openstreetmap.de/attachment/wiki/Styles/sac_scale/sac_scale_icon.png";35 icon: "sac_scale_icon.svg"; 35 36 author: "Klumbumbus"; 36 link: "http://josm.openstreetmap.de/wiki/Styles/sac_scale"; 37 watch-modified: true; 37 link: "https://josm.openstreetmap.de/wiki/Styles/sac_scale"; 38 38 /* min-josm-version: "????"; not sure if there is one */ 39 39 } … … 43 43 title: "sac_scale"; 44 44 description: "Zeigt sac_scale=* farbig an."; 45 link: "http://josm.openstreetmap.de/wiki/De:Styles/sac_scale"; 45 link: "https://josm.openstreetmap.de/wiki/De:Styles/sac_scale"; 46 46 } 47 47
