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


Ignore:
Timestamp:
2013-08-22T17:17:43+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9000 - add entrance to presets + deprecate building=entrance in favor of it. Icons and map style already ok.

File:
1 edited

Legend:

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

    r6157 r6176  
    119119                alternative("barrier", "chain").
    120120                alternative("fence_type", "chain_link"));
     121        // http://wiki.openstreetmap.org/wiki/Key:fence_type
     122        // see #8962
     123        checks.add(new DeprecationCheck(2123).
     124                test("building", "entrance").
     125                alternative("entrance"));
    121126    }
    122127
Note: See TracChangeset for help on using the changeset viewer.