Changeset 5107 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2012-03-20T10:30:22+01:00 (12 years ago)
Author:
simon04
Message:

fix #7525 - remove and deprecate bicycle_parking=sheffield

File:
1 edited

Legend:

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

    r5080 r5107  
    7777                add("shop", "supermarket").
    7878                add("organic", "only"));
     79        // from http://wiki.openstreetmap.org/wiki/Key:bicycle_parking
     80        checks.add(new DeprecationCheck(2115).
     81                testAndRemove("bicycle_parking", "sheffield").
     82                add("bicycle_parking", "stands"));
    7983    }
    8084
Note: See TracChangeset for help on using the changeset viewer.