Changes between Version 3 and Version 4 of Styles/Lane_and_Road_Attributes


Ignore:
Timestamp:
2013-02-18T12:22:58+01:00 (13 years ago)
Author:
imagic
Comment:

Fix for displaced road lightning and made it a little brighter

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_and_Road_Attributes

    v3 v4  
    4141    description: "Visualization of lanes, width, turn lanes, changing the lane, lightning and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes.";
    4242    author: "Martin Vonwald";
    43     version: "0.99-beta3-[[revision]]_[[date]]";
     43    version: "0.99-beta4-[[revision]]_[[date]]";
    4444    license: "CC-BY-SA";
    4545    min-josm-version: "5714";
     
    5555/***************************************************************************************************************************************************/
    5656/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
    57 /* Global settings and initialization                                                                                                             */
     57/* Global settings and initialization                                                                                                              */
    5858/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
    5959/***************************************************************************************************************************************************/
     
    22362236        width: eval(prop(width)+(is_prop_set(left-casing-width,"Ground")?prop(left-casing-width,"Ground"):0));
    22372237        width: eval(prop(width)+(is_prop_set(right-casing-width,"Ground")?prop(right-casing-width,"Ground"):0));
    2238         opacity: 0.05;  color: white;   linecap: round;
     2238        opacity: 0.1;   color: white;   linecap: none;
    22392239        major-z-index: eval(prop(major-z-index,"Ground")-0.1);
     2240        offset: eval(prop(offset,"Ground"));
    22402241}
    22412242way|z17-[lit?][is_prop_set(width,"Ground")]::Lightning_2
    22422243{
    22432244        width: eval(prop(width,"Lightning_1")+(3 * prop(pixel_per_metre,"default")));
    2244         opacity: 0.05;  color: white;   linecap: round;
    2245         major-z-index: eval(prop(major-z-index,"Lightning_1"));
     2245        opacity: 0.1;   color: white;   linecap: none;
     2246        major-z-index: eval(prop(major-z-index,"Lightning_1")); offset: eval(prop(offset,"Lightning_1"));
    22462247}
    22472248way|z17-[lit?][is_prop_set(width,"Ground")]::Lightning_3
    22482249{
    22492250        width: eval(prop(width,"Lightning_2")+(3 * prop(pixel_per_metre,"default")));
    2250         opacity: 0.05;  color: white;   linecap: round;
    2251         major-z-index: eval(prop(major-z-index,"Lightning_1"));
     2251        opacity: 0.1;   color: white;   linecap: none;
     2252        major-z-index: eval(prop(major-z-index,"Lightning_1")); offset: eval(prop(offset,"Lightning_1"));
    22522253}
    22532254