Changeset 8094 in josm


Ignore:
Timestamp:
2015-02-21T18:35:28+01:00 (9 years ago)
Author:
Don-vip
Message:

fix #11141 - lit on suspicious object, false positive

File:
1 edited

Legend:

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

    r8089 r8094  
    207207*[width   ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance],
    208208*[maxspeed][!highway][!railway][traffic_sign !~ /^(.*;)?maxspeed(;.*)?$/][type != enforcement][waterway !~ /^(river|canal|lock)$/],
    209 *[lit     ][!highway][!railway][!piste:type][amenity !~ /^(parking|shelter)/][public_transport!=platform][advertising!=billboard][!leisure][!tourism] {
     209*[lit     ][!highway][!railway][!piste:type][!amenity][public_transport!=platform][advertising!=billboard][!leisure][!tourism] {
    210210  throwWarning: tr("{0} on suspicious object", "{0.key}");
    211211}
Note: See TracChangeset for help on using the changeset viewer.