Changes between Version 161 and Version 162 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2019-08-02T21:31:00+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v161 v162 695 695 } 696 696 697 way[access][access!= public]::non_public_access_layer {697 way[access][access!=yes]::non_public_access_layer { 698 698 width: +2; 699 699 color:red; … … 709 709 } 710 710 }}} 711 This draws all secondary and tertiary roads in yellow and orange respectively. Any road with an access tag other than publicwill get an extra line style below ('''{{{object-z-index:-1.0;}}}''') the main line. If that part of the street happens to be a bridge, it will also get a half transparent blue overlay. The relative width value ('''{{{width: +2;}}}''') refers to the width on the default layer (2 or 3 in this case).711 This draws all secondary and tertiary roads in yellow and orange respectively. Any road with an access tag other than yes will get an extra line style below ('''{{{object-z-index:-1.0;}}}''') the main line. If that part of the street happens to be a bridge, it will also get a half transparent blue overlay. The relative width value ('''{{{width: +2;}}}''') refers to the width on the default layer (2 or 3 in this case). 712 712 713 713 The name for the layer can be any identifier.
