Changes between Version 35 and Version 36 of Styles/Maxspeed


Ignore:
Timestamp:
2017-07-01T19:44:45+02:00 (9 years ago)
Author:
Klumbumbus
Comment:

+hint, add previous change to changelog, adjust color for 140 (was too similar to 130)

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Maxspeed

    v35 v36  
    1414* maxspeed:variable:backward
    1515
     16This was mainly developed for streets but can be used on railways too.
     17
    1618[[left-right-hand-traffic|Left-hand and right-hand traffic]] are always taken into account. Example:
    1719
     
    4345* 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
    4446* Support combinations of conditional and variable maxspeed
     47* Add 140
    4548=== Version 2.1.xx to 2.5.xx ===
    4649* Add support of maxspeed:conditional, maxspeed:forward:conditional and maxspeed:backward:conditional
     
    286289{
    287290        set maxspeed;
    288         color: speed_140#9afe2e;
     291        color: speed_140#438100;
    289292}
    290293/* 3.2 - mph */
     
    443446way.cond_kmh[prop(maxsp_cond, maxspeedlayer)="140"]::maxspeedlayer
    444447{
    445         dashes-background-color:  speed_140#9afe2e;
     448        dashes-background-color:  speed_140#438100;
    446449}
    447450/* 3.3.2 -  mph */
     
    643646{
    644647        set maxspeed_right;
    645         right-casing-color: speed_140#9afe2e;
     648        right-casing-color: speed_140#438100;
    646649}
    647650/* 4.2 - mph */
     
    835838way.cond_backward_kmh[prop(maxsp_backward_cond, maxspeedcasinglayer)="140"]!:righthandtraffic::maxspeedcasinglayer
    836839{
    837         right-casing-dashes-background-color: speed_140#9afe2e;
     840        right-casing-dashes-background-color: speed_140#438100;
    838841}
    839842/* 4.3.2 - mph */
     
    10601063{
    10611064        set maxspeed_left;
    1062         left-casing-color: speed_140#9afe2e;
     1065        left-casing-color: speed_140#438100;
    10631066}
    10641067/* 5.2 - mph */
     
    12521255way.cond_backward_kmh[prop(maxsp_backward_cond, maxspeedcasinglayer)="140"]:righthandtraffic::maxspeedcasinglayer
    12531256{
    1254         left-casing-dashes-background-color: speed_140#9afe2e;
     1257        left-casing-dashes-background-color: speed_140#438100;
    12551258}
    12561259/* 5.3.2 - mph */