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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.