Changes between Version 57 and Version 58 of Styles/Lane_and_Road_Attributes


Ignore:
Timestamp:
2015-02-18T12:02:20+01:00 (11 years ago)
Author:
imagic
Comment:

Traffic signs rendered by this style should be in front of the default signs of JOSM

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_and_Road_Attributes

    v57 v58  
    35863586node|z16-[!(prop(traffic_sign_svg)="")]
    35873587{
     3588    major-z-index: 5; /* JOSM added some default rendering, which interferes with this */
    35883589    icon-image: eval(concat("data:image/svg+xml,<svg width='100px' height='",prop(traffic_sign_top),"'>",prop(traffic_sign_svg),"</svg>"));
    35893590    icon-width: eval(max(12,prop(pixel_per_metre)));