Changeset 15402 in josm for trunk/data


Ignore:
Timestamp:
2019-10-02T22:08:42+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #18183, see #17973 - don't warn about "Combined foot- and cycleway without segregated" in case of foot=use_sidepath or bicycle=use_sidepath

File:
1 edited

Legend:

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

    r15393 r15402  
    616616}
    617617
    618 /* #17973 */
    619 way[highway=path    ][foot][foot!=no      ][!segregated][bicycle][bicycle!=no]!.unpaved_surface,
    620 way[highway=footway ][bicycle][bicycle!=no][!segregated]!.unpaved_surface,
    621 way[highway=cycleway][foot][foot!=no      ][!segregated]!.unpaved_surface {
    622   throwWarning: tr("Combined foot- and cycleway without {1}.", "{3.key}");
     618/* #17973, #18183 */
     619way[highway=path    ][foot][foot!=no      ][foot!=use_sidepath   ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath]!.unpaved_surface,
     620way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated]!.unpaved_surface,
     621way[highway=cycleway][foot][foot!=no      ][foot!=use_sidepath   ][!segregated]!.unpaved_surface {
     622  throwWarning: tr("Combined foot- and cycleway without {1}.", "{4.key}");
    623623  group: tr("missing tag");
    624624}
Note: See TracChangeset for help on using the changeset viewer.