Changes between Version 3 and Version 4 of Styles/Lane_and_Road_Attributes
- Timestamp:
- 2013-02-18T12:22:58+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Lane_and_Road_Attributes
v3 v4 41 41 description: "Visualization of lanes, width, turn lanes, changing the lane, lightning and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes."; 42 42 author: "Martin Vonwald"; 43 version: "0.99-beta 3-[[revision]]_[[date]]";43 version: "0.99-beta4-[[revision]]_[[date]]"; 44 44 license: "CC-BY-SA"; 45 45 min-josm-version: "5714"; … … 55 55 /***************************************************************************************************************************************************/ 56 56 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 57 /* Global settings and initialization */ 57 /* Global settings and initialization */ 58 58 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 59 59 /***************************************************************************************************************************************************/ … … 2236 2236 width: eval(prop(width)+(is_prop_set(left-casing-width,"Ground")?prop(left-casing-width,"Ground"):0)); 2237 2237 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; 2239 2239 major-z-index: eval(prop(major-z-index,"Ground")-0.1); 2240 offset: eval(prop(offset,"Ground")); 2240 2241 } 2241 2242 way|z17-[lit?][is_prop_set(width,"Ground")]::Lightning_2 2242 2243 { 2243 2244 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")); 2246 2247 } 2247 2248 way|z17-[lit?][is_prop_set(width,"Ground")]::Lightning_3 2248 2249 { 2249 2250 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")); 2252 2253 } 2253 2254
