Changes between Version 35 and Version 36 of Styles/Maxspeed
- Timestamp:
- 2017-07-01T19:44:45+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Maxspeed
v35 v36 14 14 * maxspeed:variable:backward 15 15 16 This was mainly developed for streets but can be used on railways too. 17 16 18 [[left-right-hand-traffic|Left-hand and right-hand traffic]] are always taken into account. Example: 17 19 … … 43 45 * If maxspeed and maxspeed:direction is tagged together (tagging error) it is now no longer displayed both stacked, but direction value overrides normal maxspeed value 44 46 * Support combinations of conditional and variable maxspeed 47 * Add 140 45 48 === Version 2.1.xx to 2.5.xx === 46 49 * Add support of maxspeed:conditional, maxspeed:forward:conditional and maxspeed:backward:conditional … … 286 289 { 287 290 set maxspeed; 288 color: speed_140# 9afe2e;291 color: speed_140#438100; 289 292 } 290 293 /* 3.2 - mph */ … … 443 446 way.cond_kmh[prop(maxsp_cond, maxspeedlayer)="140"]::maxspeedlayer 444 447 { 445 dashes-background-color: speed_140# 9afe2e;448 dashes-background-color: speed_140#438100; 446 449 } 447 450 /* 3.3.2 - mph */ … … 643 646 { 644 647 set maxspeed_right; 645 right-casing-color: speed_140# 9afe2e;648 right-casing-color: speed_140#438100; 646 649 } 647 650 /* 4.2 - mph */ … … 835 838 way.cond_backward_kmh[prop(maxsp_backward_cond, maxspeedcasinglayer)="140"]!:righthandtraffic::maxspeedcasinglayer 836 839 { 837 right-casing-dashes-background-color: speed_140# 9afe2e;840 right-casing-dashes-background-color: speed_140#438100; 838 841 } 839 842 /* 4.3.2 - mph */ … … 1060 1063 { 1061 1064 set maxspeed_left; 1062 left-casing-color: speed_140# 9afe2e;1065 left-casing-color: speed_140#438100; 1063 1066 } 1064 1067 /* 5.2 - mph */ … … 1252 1255 way.cond_backward_kmh[prop(maxsp_backward_cond, maxspeedcasinglayer)="140"]:righthandtraffic::maxspeedcasinglayer 1253 1256 { 1254 left-casing-dashes-background-color: speed_140# 9afe2e;1257 left-casing-dashes-background-color: speed_140#438100; 1255 1258 } 1256 1259 /* 5.3.2 - mph */
