Changes between Version 4 and Version 5 of Styles/Lane_features_ryg
- Timestamp:
- 2014-07-03T01:38:33+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Lane_features_ryg
v4 v5 108 108 /* Vermeidung negativer Werte bei Eingabefehlern */ 109 109 /* Avoid negaitive values in case of input error */ 110 way s[prop(lanes_ges) < 0] {lanes_ges : 0;}111 way s[prop(lanes_fw) < 0] {lanes_fw : 0;}112 way s[prop(lanes_bw) < 0] {lanes_bw : 0;}113 way s[prop(lanes_bth) < 0] {lanes_bth : 0;}110 way[prop(lanes_ges) < 0] {lanes_ges : 0;} 111 way[prop(lanes_fw) < 0] {lanes_fw : 0;} 112 way[prop(lanes_bw) < 0] {lanes_bw : 0;} 113 way[prop(lanes_bth) < 0] {lanes_bth : 0;} 114 114 115 115 /*------------------------------------------------------------------------------------------------------------------------*/
