Changeset 11263 in josm for trunk/data


Ignore:
Timestamp:
2016-11-16T15:58:39+01:00 (7 years ago)
Author:
Klumbumbus
Message:

see #13953 - deprecate lock in favor of lockable for amenity=hunting_stand

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r11233 r11263  
    54105410            <check key="shelter" text="Shelter" />
    54115411            <check key="hide" text="Hide" text_context="hunting stand" />
    5412             <check key="lock" text="Lock" />
     5412            <check key="lockable" text="Lockable" />
    54135413        </item> <!-- Hunting Stand -->
    54145414        <separator/>
  • trunk/data/validator/deprecated.mapcss

    r11232 r11263  
    11161116  suggestAlternative: "tracktype=grade5";
    11171117}
     1118
     1119/* #13953 */
     1120*[amenity=hunting_stand][lock=yes],
     1121*[amenity=hunting_stand][lock=no] {
     1122  throwWarning: tr("{0} is deprecated for {1}", "{1.key}", "{0.tag}");
     1123  suggestAlternative: "lockable";
     1124  group: tr("deprecated tagging");
     1125  fixChangeKey: "lock => lockable";
     1126}
Note: See TracChangeset for help on using the changeset viewer.