Changeset 6466 in josm


Ignore:
Timestamp:
2013-12-10T20:41:49+01:00 (10 years ago)
Author:
simon04
Message:

really fix #9405 - no automatic fix for deprecated tag highway=incline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java

    r6465 r6466  
    5656                add("barrier", "stile"));
    5757        checks.add(new DeprecationCheck(2106).
    58                 testAndRemove("highway", "incline").
    59                 add("incline", "up"));
     58                test("highway", "incline").
     59                alternative("incline"));
    6060        checks.add(new DeprecationCheck(2107).
    61                 testAndRemove("highway", "incline_steep").
    62                 add("incline", "up"));
     61                test("highway", "incline").
     62                alternative("incline"));
    6363        checks.add(new DeprecationCheck(2108).
    6464                testAndRemove("highway", "unsurfaced").
Note: See TracChangeset for help on using the changeset viewer.