Ignore:
Timestamp:
2016-07-03T20:53:42+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #13101 - deprecate tower=transition and pole=transition in favor of location:transition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/deprecated.mapcss

    r10451 r10511  
    855855  suggestAlternative: "species";
    856856}
     857
     858/* #13101 */
     859node[pole=transition] {
     860  throwWarning: tr("{0} is deprecated", "{0.tag}");
     861  suggestAlternative: "location:transition=yes";
     862  fixAdd: "location:transition=yes";
     863  fixRemove: "pole";
     864}
     865node[tower=transition] {
     866  throwWarning: tr("{0} is deprecated", "{0.tag}");
     867  suggestAlternative: "location:transition=yes";
     868  fixAdd: "location:transition=yes";
     869  fixRemove: "tower";
     870}
Note: See TracChangeset for help on using the changeset viewer.