Changeset 7873 in josm


Ignore:
Timestamp:
2014-12-22T23:25:57+01:00 (9 years ago)
Author:
Klumbumbus
Message:

see #10851 - remove validator warning for sidewalk=* together with foot=no, as there is no clear consensus about this test

File:
1 edited

Legend:

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

    r7872 r7873  
    140140}
    141141
    142 /* {0.tag} together with {1.tag}, see #10851 */
    143 *[sidewalk=yes][foot=no],
    144 *[sidewalk=left][foot=no],
    145 *[sidewalk=right][foot=no],
    146 *[sidewalk=both][foot=no] {
    147   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    148 }
    149 
    150142/* {0} on suspicious object */
    151143*[tunnel  ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
Note: See TracChangeset for help on using the changeset viewer.