Changeset 9386 in josm


Ignore:
Timestamp:
2016-01-10T14:11:13+01:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #12328 - do not warn about destination in roundabouts

File:
1 edited

Legend:

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

    r9003 r9386  
    298298
    299299/* see #10837 */
    300 way[destination][!oneway?][highway] {
     300way[destination][!oneway?][junction!=roundabout][highway] {
    301301  throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
    302302  suggestAlternative: "destination:forward";
Note: See TracChangeset for help on using the changeset viewer.