Changes between Version 29 and Version 30 of Styles/Maxspeed


Ignore:
Timestamp:
2015-10-20T02:55:00+02:00 (10 years ago)
Author:
Klumbumbus
Comment:

small code change, do not report maxspeed=* + maxspeed:direction:conditional=*, known issue

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Maxspeed

    v29 v30  
    1919== Changelog ==
    2020=== Version 2.1.xx to 2.5.xx ===
    21 * Add support of maxspeed:conditional, maxspeed:forward:conditional and maxspeed:backward:conditional
     21* Add support of maxspeed:conditional, maxspeed:forward:conditional and maxspeed:backward:conditional (known issue:  maxspeed=* + maxspeed:direction:conditional=* not yet working correct, works only together with maxspeed:direction)
    2222* Add error message for wrong value of conditional maxspeed
    2323* Add error message for conditional maxspeed without default maxspeed
     
    13681368/* 6.3 - report conditional maxspeed without default maxspeed */
    13691369way["maxspeed:conditional"][!"maxspeed"]::maxspeedlayer,
    1370 way["maxspeed:forward:conditional"][!"maxspeed:forward"]::maxspeedlayer,
    1371 way["maxspeed:backward:conditional"][!"maxspeed:backward"]::maxspeedlayer
     1370way["maxspeed:forward:conditional"][!"maxspeed:forward"][!"maxspeed"]::maxspeedlayer,
     1371way["maxspeed:backward:conditional"][!"maxspeed:backward"][!"maxspeed"]::maxspeedlayer
    13721372{
    13731373        color: yellow;