Changeset 17218 in josm


Ignore:
Timestamp:
2020-10-17T00:52:48+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see https://github.com/osm-fr/osmose-backend/issues/572#issuecomment-710623857 - Don't warn about missing maxspeed on traffic_sign=maxspeed when conditional maxspeed is present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r17209 r17218  
    123123way[railway=construction][!construction],
    124124way[highway=construction][!construction],
    125 node[traffic_sign=maxspeed][!maxspeed],
     125node[traffic_sign=maxspeed][!maxspeed][!/^maxspeed:.+/],
    126126node[actuator=manual][!handle],
    127127node[emergency=fire_hydrant][!fire_hydrant:type],
     
    144144  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
    145145  group: tr("missing tag");
     146  assertNoMatch: "node traffic_sign=maxspeed maxspeed:hgv:conditional=\"80 @ (weight>7.5 AND 22:00-05:00)\"";
    146147}
    147148
Note: See TracChangeset for help on using the changeset viewer.