Changeset 14910 in josm


Ignore:
Timestamp:
2019-03-20T20:47:58+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #17391 - raise warning threshold about narrow highway=pedestrian to 3

File:
1 edited

Legend:

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

    r14883 r14910  
    559559
    560560/* #17391 */
    561 way[highway=pedestrian][width][width<2] {
     561way[highway=pedestrian][width][width<3] {
    562562  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
    563563  suggestAlternative: "highway=footway";
     
    566566  assertMatch: "way highway=pedestrian width=0.8";
    567567  assertMatch: "way highway=pedestrian width=1";
    568   assertNoMatch: "way highway=pedestrian width=2";
     568  assertNoMatch: "way highway=pedestrian width=3";
    569569  assertNoMatch: "way highway=pedestrian width=5.5";
    570570}
Note: See TracChangeset for help on using the changeset viewer.