Changeset 8431 in josm


Ignore:
Timestamp:
2015-05-27T12:45:13+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11489 - don't warn about maxspeed together with traffic_calming

File:
1 edited

Legend:

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

    r8411 r8431  
    218218*[psv     ][!highway][!railway][!waterway][amenity !~ /^parking.*/],
    219219*[width   ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance],
    220 *[maxspeed][!highway][!railway][traffic_sign !~ /^(.*;)?maxspeed(;.*)?$/][type != enforcement][waterway !~ /^(river|canal|lock)$/],
     220*[maxspeed][!highway][!railway][traffic_sign !~ /^(.*;)?maxspeed(;.*)?$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming],
    221221*[lit     ][!highway][!railway][!piste:type][!amenity][public_transport!=platform][advertising!=billboard][!leisure][!tourism] {
    222222  throwWarning: tr("{0} on suspicious object", "{0.key}");
Note: See TracChangeset for help on using the changeset viewer.