Changes between Version 6 and Version 7 of Styles/Lane_and_Road_Attributes
- Timestamp:
- 2013-02-18T14:06:21+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Lane_and_Road_Attributes
v6 v7 39 39 meta { 40 40 title: "Lane and road attributes"; 41 description: "Visualization of lanes, width, turn lanes, changing the lane, light ning 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."; 42 42 author: "Martin Vonwald"; 43 43 version: "0.99-beta5-[[revision]]_[[date]]"; … … 2229 2229 2230 2230 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 2231 /* Light ning */2232 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 2233 way|z17-[lit?][is_prop_set(width,"Ground")]::Light ning_12231 /* Lighting */ 2232 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 2233 way|z17-[lit?][is_prop_set(width,"Ground")]::Lighting_1 2234 2234 { 2235 2235 width: eval(prop(width,"Ground")); … … 2240 2240 offset: eval(prop(offset,"Ground")); 2241 2241 } 2242 way|z17-[lit?][is_prop_set(width,"Ground")]::Light ning_22243 { 2244 width: eval(prop(width,"Light ning_1")+(3 * prop(pixel_per_metre,"default")));2242 way|z17-[lit?][is_prop_set(width,"Ground")]::Lighting_2 2243 { 2244 width: eval(prop(width,"Lighting_1")+(3 * prop(pixel_per_metre,"default"))); 2245 2245 opacity: 0.1; color: white; linecap: none; 2246 major-z-index: eval(prop(major-z-index,"Light ning_1")); offset: eval(prop(offset,"Lightning_1"));2247 } 2248 way|z17-[lit?][is_prop_set(width,"Ground")]::Light ning_32249 { 2250 width: eval(prop(width,"Light ning_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 } 2248 way|z17-[lit?][is_prop_set(width,"Ground")]::Lighting_3 2249 { 2250 width: eval(prop(width,"Lighting_2")+(3 * prop(pixel_per_metre,"default"))); 2251 2251 opacity: 0.1; color: white; linecap: none; 2252 major-z-index: eval(prop(major-z-index,"Light ning_1")); offset: eval(prop(offset,"Lightning_1"));2252 major-z-index: eval(prop(major-z-index,"Lighting_1")); offset: eval(prop(offset,"Lighting_1")); 2253 2253 } 2254 2254
