Changeset 7437 in josm


Ignore:
Timestamp:
2014-08-22T00:58:24+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10400 - exclude leisure=* from "lit on suspicious object"

File:
1 edited

Legend:

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

    r7286 r7437  
    133133*[width   ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance],
    134134*[maxspeed][!highway][!railway][traffic_sign !~ /^(.*;)?maxspeed(;.*)?$/][type != enforcement][waterway !~ /^(river|canal|lock)$/],
    135 *[lit     ][!highway][!railway][!piste:type][amenity !~ /^(parking|shelter)/][public_transport!=platform][advertising!=billboard][leisure!=pitch] {
     135*[lit     ][!highway][!railway][!piste:type][amenity !~ /^(parking|shelter)/][public_transport!=platform][advertising!=billboard][!leisure] {
    136136  throwWarning: tr("{0} on suspicious object", "{0.key}");
    137137}
Note: See TracChangeset for help on using the changeset viewer.