Changes between Version 17 and Version 18 of Styles/LayerChecker


Ignore:
Timestamp:
2024-10-12T14:25:02+02:00 (14 months ago)
Author:
Klumbumbus
Comment:

update to version 1.3 - wikitext

Legend:

Unmodified
Added
Removed
Modified
  • Styles/LayerChecker

    v17 v18  
    55
    66== Description ==
    7 This style displays the value of [osmwiki:Key:layer] as a coloured underlay. This helps to check, if the correct `layer` value is tagged without the need to select every single way and look at the `layer` value. The following values are allowed: -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. All other values are reported as wrong value. There is a [wikitr:/Help/Dialog/MapPaint/StyleSettings style setting] to disallow also `layer=0`. The layers -9 to -3 and 3 to 9 each use the same color because `layer` values above 3 and below -3 are very rare (and often even errors). See also the legend below. You can change the colours in the [wikitr:/Help/Preferences/ColorPreference Colors preferences] of JOSM. You should use Layer checker together with the default JOSM internal mappaint style. In the List of mappaint styles in the preferences Layer checker need to be below the internal style (which means higher priority).
     7This style displays the value of [osmwiki:Key:layer] as a colored underlay. This helps to check, if the correct `layer` value is tagged without the need to select every single way and look at the `layer` value. The following values are allowed: -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. All other values are reported as wrong value. There is a [wikitr:/Help/Dialog/MapPaint/StyleSettings style setting] to disallow also `layer=0`. The layers -9 to -4 and 4 to 9 each use the same color because `layer` values above 4 and below -4 are very rare (and often even errors). See also the legend below. You can change the colors in the [wikitr:/Help/Preferences/ColorPreference Colors preferences] of JOSM (also for -9 to -5 and 5 to 9 which use the same color by default). You should use Layer checker together with the default JOSM internal mappaint style. In the List of mappaint styles in the preferences Layer checker need to be below the internal style (which means higher priority).
    88
    99For ideas/questions/bugs/suggestions or similar please write a message to [osmwww:user/Klumbumbus Klumbumbus]. Feel free to translate this wiki page into more languages. Already translated languages see top right.
     
    2525== Changelog ==
    2626^(Latest change first)^
     27==== Version 1.3 ====
     28* add two new darker colors for values -9 to -5 and 5 to 9 so the values -4 and 4 have an own color
     29* make the colors for -9 to -4 and 4 to 9 also separate editable by user via the JOSM color preferences
    2730==== Version 1.2 ====
    2831* made background of icon transparent
     
    3033* disable distracting `piste:difficulty` style from internal paint style
    3134==== Version 1.0 ====
    32 * change default colours
     35* change default colors
    3336* add icon
    3437* add style setting to disallow `layer=0`