Ignore:
Timestamp:
2018-02-03T14:37:46+01:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #15667 - adjust warnings for waterway oneway combinations

File:
1 edited

Legend:

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

    r13377 r13378  
    5454  fixRemove: "payment:cash";
    5555}
     56
     57/* see #10346, #15667 */
     58way[waterway][oneway?] {
     59  throwWarning: tr("{0} is unnecessary for {1}", "{1.key}", "{0.key}");
     60  group: tr("unnecessary tag");
     61  fixRemove: "{1.key}";
     62}
     63way[waterway][oneway=-1] {
     64  throwWarning: tr("{0} is unnecessary for {1}. The flow direction is defined by the way direction.", "{1.key}", "{0.key}");
     65  group: tr("unnecessary tag");
     66}
Note: See TracChangeset for help on using the changeset viewer.