Changeset 6459 in josm


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

fix #9405 - don't add highway=road when fixing deprecated tag highway=incline

File:
1 edited

Legend:

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

    r6447 r6459  
    5555        checks.add(new DeprecationCheck(2106).
    5656                testAndRemove("highway", "incline").
    57                 add("highway", "road").
    5857                add("incline", "up"));
    5958        checks.add(new DeprecationCheck(2107).
    6059                testAndRemove("highway", "incline_steep").
    61                 add("highway", "road").
    6260                add("incline", "up"));
    6361        checks.add(new DeprecationCheck(2108).
Note: See TracChangeset for help on using the changeset viewer.