Changeset 7819 in josm for trunk/data


Ignore:
Timestamp:
2014-12-17T15:17:17+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10851 - add validator warning for sidewalk=* together with foot=no, workaround for another validator message

Location:
trunk/data/validator
Files:
2 edited

Legend:

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

    r7818 r7819  
    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
    142150/* {0} on suspicious object */
    143151*[tunnel  ][!highway][!railway][!waterway][public_transport != platform][man_made != pipeline],
  • trunk/data/validator/highway.mapcss

    r7814 r7819  
    6464way[highway=footway][maxspeed],
    6565way[highway=steps][maxspeed],
    66 way[highway=cycleway][bicycle?!],
    67 way[highway=footway][foot?!],
     66way[highway=cycleway][bicycle=no],
     67way[highway=footway][foot=no],
    6868way[highway=cycleway][cycleway=lane] {
    6969  throwWarning: tr("{0} used with {1}", "{0.value}", "{1.tag}");
Note: See TracChangeset for help on using the changeset viewer.