Changes between Initial Version and Version 1 of Ticket #17638
- Timestamp:
- 2019-04-23T01:38:17+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17638 – Description
initial v1 5 5 6 6 {{{ 7 #!mapcss 7 8 way|z18-["highway"]["lit"]["lit"!~/^(yes|no|24/7|sunset-sunrise|automatic)$/]::highway_lit_layer { 8 9 }}} … … 12 13 13 14 {{{ 15 #!mapcss 14 16 way|z18-["highway"]["lit"="yes"]::highway_lit_layer { 15 17 repeat-image: highway-lit-yes.svg; … … 38 40 This works with the 24/7 and the " " 39 41 {{{ 42 #!mapcss 40 43 way|z18-["highway"]["lit"="24/7"]::highway_lit_layer { 41 44 repeat-image: highway-lit-247.svg;