- Timestamp:
- 2013-12-10T20:41:49+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java
r6465 r6466 56 56 add("barrier", "stile")); 57 57 checks.add(new DeprecationCheck(2106). 58 test AndRemove("highway", "incline").59 a dd("incline", "up"));58 test("highway", "incline"). 59 alternative("incline")); 60 60 checks.add(new DeprecationCheck(2107). 61 test AndRemove("highway", "incline_steep").62 a dd("incline", "up"));61 test("highway", "incline"). 62 alternative("incline")); 63 63 checks.add(new DeprecationCheck(2108). 64 64 testAndRemove("highway", "unsurfaced").
Note:
See TracChangeset
for help on using the changeset viewer.