Changes between Version 10 and Version 11 of Styles/Lane_features


Ignore:
Timestamp:
2014-06-29T21:22:50+02:00 (11 years ago)
Author:
anonymous
Comment:

Typos

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_features

    v10 v11  
    109109/* Vermeidung negativer Werte bei Eingabefehlern */
    110110/* Avoid negaitive values in case of input error */
    111 ways[prop(lanes_ges) < 0] {lanes_ges : 0;}
    112 ways[prop(lanes_fw)  < 0] {lanes_fw  : 0;}
    113 ways[prop(lanes_bw)  < 0] {lanes_bw  : 0;}
    114 ways[prop(lanes_bth) < 0] {lanes_bth : 0;}
     111way[prop(lanes_ges) < 0] {lanes_ges : 0;}
     112way[prop(lanes_fw)  < 0] {lanes_fw  : 0;}
     113way[prop(lanes_bw)  < 0] {lanes_bw  : 0;}
     114way[prop(lanes_bth) < 0] {lanes_bth : 0;}
    115115
    116116/*------------------------------------------------------------------------------------------------------------------------*/