Changes between Version 18 and Version 19 of Styles/Lane_and_Road_Attributes
- Timestamp:
- 2013-02-26T11:28:24+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Lane_and_Road_Attributes
v18 v19 14 14 * [[http://wiki.openstreetmap.org/wiki/Key:destination|destination]]: Signposted destination of a road. Only rudimentary support without lane-dependent values. The subkeys [[http://wiki.openstreetmap.org/wiki/Key:destination:ref|destination:ref]] and [[http://wiki.openstreetmap.org/wiki/Key:destination:country|destination:country]] are also supported. 15 15 * [[http://wiki.openstreetmap.org/wiki/Proposed_features/highway%3Djunction|highway=junction]]: Can be used to indicate the outline of a junction and group together all features of it. 16 * [[http://wiki.openstreetmap.org/wiki/Relation:enforcement|Relation enforcement]]: The to and from members of such relations are highlighted 16 17 17 18 Furthermore: … … 30 31 * If both destination:forward and destination:backward are given they will be written side-by-side but due to a limitation of JOSM it is purely random if destination:forward is rendered above the forward or backward lanes and vice versa. 31 32 * Currently no rendering of turn=reverse. 33 * In forward and backward direction a maximum of eight lanes and for lanes in both directions a maximum of four lanes is displayed. 32 34 33 35 '''Acknowledgments:''' … … 46 48 description: "Visualization of lanes, width, turn lanes, changing the lane, destination, lighting and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes."; 47 49 author: "Martin Vonwald"; 48 version: "0.99-beta1 3-[[revision]]_[[date]]";50 version: "0.99-beta14-[[revision]]_[[date]]"; 49 51 license: "CC-BY-SA"; 50 52 min-josm-version: "5714"; … … 2422 2424 /* Street lamp */ 2423 2425 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 2424 node|z17-[highway="street_lamp"]:: Street_lamp_12426 node|z17-[highway="street_lamp"]::Lighting_1 2425 2427 { 2426 2428 symbol-shape: circle; … … 2429 2431 symbol-fill-opacity: 0.07; 2430 2432 } 2431 node|z17-[highway="street_lamp"]:: Street_lamp_22433 node|z17-[highway="street_lamp"]::Lighting_2 2432 2434 { 2433 2435 symbol-shape: circle; … … 2436 2438 symbol-fill-opacity: 0.05; 2437 2439 } 2438 node|z17-[highway="street_lamp"]:: Street_lamp_32440 node|z17-[highway="street_lamp"]::Lighting_3 2439 2441 { 2440 2442 symbol-shape: circle; … … 2499 2501 font-size: eval(prop(lane_default_width,"default")); text-color: white; text-opacity: 0.3; 2500 2502 text-halo-radius: 2; text-halo-color: blue; text-halo-opacity: 0.3; 2503 } 2504 2505 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 2506 /* Member nodes of enforcement relations */ 2507 /*-------------------------------------------------------------------------------------------------------------------------------------------------*/ 2508 relation[type="enforcement"] >[role="from"] node 2509 { 2510 symbol-stroke-color: #00FF00; symbol-shape: square; symbol-size: 5; symbol-stroke-width: 2; 2511 } 2512 relation[type="enforcement"] >[role="to"] node 2513 { 2514 symbol-stroke-color: #FF0000; symbol-shape: square; symbol-size: 5; symbol-stroke-width: 2; 2501 2515 } 2502 2516
