Changes between Version 4 and Version 5 of Styles/LayerChecker
- Timestamp:
- 2015-03-22T14:21:39+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/LayerChecker
v4 v5 5 5 6 6 == Description == 7 ...coming soon. 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 [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)]] 8 20 9 21 == 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 12 29 13 30 == Code == … … 50 67 way[bridge]::core_bridge, 51 68 way[tunnel=yes]::core_tunnel { 52 width: + 8;69 width: +6; 53 70 } 54 71
