Changeset 17942 in josm for trunk/resources


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

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

Location:
trunk/resources/data/validator
Files:
2 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. */
  • trunk/resources/data/validator/ignoretags.cfg

    r17940 r17942  
    694694K:shoulder=none
    695695E:service:bicycle:chaintool
     696E:building:roof:shape
    696697;
    697698; Tags not yet decided (to remove from this section when added or moved up when deprecated)
Note: See TracChangeset for help on using the changeset viewer.