Changes between Version 19 and Version 20 of Styles/LayerChecker


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

fix

Legend:

Unmodified
Added
Removed
Modified
  • Styles/LayerChecker

    v19 v20  
    55
    66== Description ==
    7 This 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).
     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 -4 and 4 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.
     
    2626^(Latest change first)^
    2727==== 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
     28* add two new darker colors for values -9 to -4 and 4 to 9 so the values -3 and 3 have an own color
     29* make the colors for -9 to -3 and 3 to 9 also separate editable by user via the JOSM color preferences
    3030==== Version 1.2 ====
    3131* made background of icon transparent