Changes between Version 4 and Version 15 of Styles/sac_scale
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/sac_scale
v4 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 == 7 7 8 The mappaint style "sac_scale" displays the value of [osmw ww:Key:sac_scale sac_scale=*] coloured.8 The mappaint style "sac_scale" displays the value of [osmwiki:Key:sac_scale sac_scale=*] coloured. 9 9 10 Additional it reports wrong values of sac_scale and displayes black circles on the waynodes if the ways is tagged with [osmw ww:Tag:highway=via_ferrata highway=via_ferrata] or via_ferrate=yes. See following example screenshots.10 Additional it reports wrong values of sac_scale and displayes black circles on the waynodes if the ways is tagged with [osmwiki:Tag:highway=via_ferrata highway=via_ferrata] or via_ferrata=yes. See following example screenshots. 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
