Ignore:
Timestamp:
2019-03-05T21:34:58+01:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17423, see #17391 - fix warning about highway=pedestrian together with width<2

File:
1 edited

Legend:

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

    r14831 r14840  
    562562
    563563/* #17391 */
    564 way[highway=pedestrian][width][width<=2] {
     564way[highway=pedestrian][width][width<2] {
    565565  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    566566  suggestAlternative: "highway=footway";
Note: See TracChangeset for help on using the changeset viewer.