Changeset 15524 in josm


Ignore:
Timestamp:
2019-11-17T13:58:20+01:00 (4 years ago)
Author:
Klumbumbus
Message:

see #17973, fix #18331 - don't warn about missing segregated if bicycle=dismount is used

File:
1 edited

Legend:

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

    r15512 r15524  
    619619}
    620620
    621 /* #17973, #18183 */
    622 way[highway=path    ][foot][foot!=no      ][foot!=use_sidepath   ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath]!.unpaved_surface,
    623 way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated]!.unpaved_surface,
     621/* #17973, #18183, #18331 */
     622way[highway=path    ][foot][foot!=no      ][foot!=use_sidepath   ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath][bicycle!=dismount]!.unpaved_surface,
     623way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated][bicycle!=dismount]!.unpaved_surface,
    624624way[highway=cycleway][foot][foot!=no      ][foot!=use_sidepath   ][!segregated]!.unpaved_surface {
    625625  throwWarning: tr("Combined foot- and cycleway without {0}.", "{4.key}");
Note: See TracChangeset for help on using the changeset viewer.