Changes between Initial Version and Version 1 of Ticket #17638


Ignore:
Timestamp:
2019-04-23T01:38:17+02:00 (6 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17638 – Description

    initial v1  
    55
    66{{{
     7#!mapcss
    78way|z18-["highway"]["lit"]["lit"!~/^(yes|no|24/7|sunset-sunrise|automatic)$/]::highway_lit_layer {
    89}}}
     
    1213
    1314{{{
     15#!mapcss
    1416way|z18-["highway"]["lit"="yes"]::highway_lit_layer {
    1517repeat-image: highway-lit-yes.svg;
     
    3840This works with the 24/7 and the " "
    3941{{{
     42#!mapcss
    4043way|z18-["highway"]["lit"="24/7"]::highway_lit_layer {
    4144repeat-image: highway-lit-247.svg;