Ignore:
Timestamp:
2021-06-22T22:57:10+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #20434 - Deprecate building:roof:shape in favor of roof:shape (patch by mkoniecz)

File:
1 edited

Legend:

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

    r17940 r17942  
    22652265}
    22662266
     2267/* #20434 */
     2268*[building:roof:shape] {
     2269  throwWarning: tr("{0} is deprecated", "{0.key}");
     2270  suggestAlternative: "roof:shape";
     2271  group: tr("deprecated tagging");
     2272  fixChangeKey: "building:roof:shape => roof:shape";
     2273}
     2274
    22672275/* When tags are deprecated they should be added to ignoretags.cfg too. */
Note: See TracChangeset for help on using the changeset viewer.