Changes between Version 6 and Version 7 of Styles/Lane_and_Road_Attributes


Ignore:
Timestamp:
2013-02-18T14:06:21+01:00 (13 years ago)
Author:
bastiK
Comment:

spelling

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_and_Road_Attributes

    v6 v7  
    3939meta {
    4040    title: "Lane and road attributes";
    41     description: "Visualization of lanes, width, turn lanes, changing the lane, lightning and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes.";
     41    description: "Visualization of lanes, width, turn lanes, changing the lane, lighting and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes.";
    4242    author: "Martin Vonwald";
    4343    version: "0.99-beta5-[[revision]]_[[date]]";
     
    22292229
    22302230/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
    2231 /* Lightning                                                                                                                                       */
    2232 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/
    2233 way|z17-[lit?][is_prop_set(width,"Ground")]::Lightning_1
     2231/* Lighting                                                                                                                                       */
     2232/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
     2233way|z17-[lit?][is_prop_set(width,"Ground")]::Lighting_1
    22342234{
    22352235        width: eval(prop(width,"Ground"));
     
    22402240        offset: eval(prop(offset,"Ground"));
    22412241}
    2242 way|z17-[lit?][is_prop_set(width,"Ground")]::Lightning_2
    2243 {
    2244         width: eval(prop(width,"Lightning_1")+(3 * prop(pixel_per_metre,"default")));
     2242way|z17-[lit?][is_prop_set(width,"Ground")]::Lighting_2
     2243{
     2244        width: eval(prop(width,"Lighting_1")+(3 * prop(pixel_per_metre,"default")));
    22452245        opacity: 0.1;   color: white;   linecap: none;
    2246         major-z-index: eval(prop(major-z-index,"Lightning_1")); offset: eval(prop(offset,"Lightning_1"));
    2247 }
    2248 way|z17-[lit?][is_prop_set(width,"Ground")]::Lightning_3
    2249 {
    2250         width: eval(prop(width,"Lightning_2")+(3 * prop(pixel_per_metre,"default")));
     2246        major-z-index: eval(prop(major-z-index,"Lighting_1")); offset: eval(prop(offset,"Lighting_1"));
     2247}
     2248way|z17-[lit?][is_prop_set(width,"Ground")]::Lighting_3
     2249{
     2250        width: eval(prop(width,"Lighting_2")+(3 * prop(pixel_per_metre,"default")));
    22512251        opacity: 0.1;   color: white;   linecap: none;
    2252         major-z-index: eval(prop(major-z-index,"Lightning_1")); offset: eval(prop(offset,"Lightning_1"));
     2252        major-z-index: eval(prop(major-z-index,"Lighting_1")); offset: eval(prop(offset,"Lighting_1"));
    22532253}
    22542254