Changes between Version 4 and Version 5 of Styles/Lane_features_ryg


Ignore:
Timestamp:
2014-07-03T01:38:33+02:00 (12 years ago)
Author:
Klumbumbus
Comment:

typos

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_features_ryg

    v4 v5  
    108108/* Vermeidung negativer Werte bei Eingabefehlern */
    109109/* Avoid negaitive values in case of input error */
    110 ways[prop(lanes_ges) < 0] {lanes_ges : 0;}
    111 ways[prop(lanes_fw)  < 0] {lanes_fw  : 0;}
    112 ways[prop(lanes_bw)  < 0] {lanes_bw  : 0;}
    113 ways[prop(lanes_bth) < 0] {lanes_bth : 0;}
     110way[prop(lanes_ges) < 0] {lanes_ges : 0;}
     111way[prop(lanes_fw)  < 0] {lanes_fw  : 0;}
     112way[prop(lanes_bw)  < 0] {lanes_bw  : 0;}
     113way[prop(lanes_bth) < 0] {lanes_bth : 0;}
    114114
    115115/*------------------------------------------------------------------------------------------------------------------------*/