Changes between Version 4 and Version 5 of Styles/LayerChecker


Ignore:
Timestamp:
2015-03-22T14:21:39+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

+description

Legend:

Unmodified
Added
Removed
Modified
  • Styles/LayerChecker

    v4 v5  
    55
    66== Description ==
    7 ...coming soon.
     7This 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 [wiki:Help/Dialog/MapPaint#Stylesettings style setting] to disallow also `layer=0`.
     8
     9=== Example images ===
     10
     11'''Example of Layer checker:'''
     12
     13[[Image(example.png)]]
     14
     15^(data used for image [osmwww:copyright ©OpenStreetMap contributors] ODbL)^
     16
     17'''Legend:'''
     18
     19[[Image(legend.png)]]
    820
    921== Changelog ==
    10 ...coming soon.
    11 
     22^(Latest change first)^
     23==== Version 0.9.x to 1.0.x ====
     24* change default colours
     25* add icon
     26* add style setting to disallow `layer=0`
     27==== Version 0.9.x ====
     28* inital version
    1229
    1330== Code ==
     
    5067way[bridge]::core_bridge,
    5168way[tunnel=yes]::core_tunnel {
    52     width: +8;
     69    width: +6;
    5370}
    5471