Changeset 6880 in josm for trunk/data


Ignore:
Timestamp:
2014-02-23T23:51:01+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9754 - validator: "snowplowing without highway" test is too strict

File:
1 edited

Legend:

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

    r6877 r6880  
    1515*[sidewalk                     ][!highway],
    1616*[smoothness                   ][!highway],
    17 *[snowplowing                  ][!highway],
    1817*[step_count                   ][!highway],
    1918*[tracktype                    ][!highway],
     
    113112}
    114113
     114/* {0.key} without {1.key}, {2.key} or {3.key} */
     115*[snowplowing                  ][!highway][!amenity][!leisure] {
     116  throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
     117}
     118
    115119/* {0} on suspicious object */
    116120*[tunnel  ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
Note: See TracChangeset for help on using the changeset viewer.