Changeset 15464 in josm


Ignore:
Timestamp:
2019-10-19T20:34:16+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #17984 - deprecate pole:type=anchor|suspension in favor of line_attachment=anchor|suspension

File:
1 edited

Legend:

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

    r15454 r15464  
    18111811  group: tr("deprecated tagging");
    18121812}
     1813node[pole:type=anchor],
     1814node[pole:type=suspension] {
     1815  throwWarning: tr("{0} is deprecated", "{0.tag}");
     1816  suggestAlternative: concat("line_attachment=", "{0.value}");
     1817  fixChangeKey: "pole:type => line_attachment";
     1818  group: tr("deprecated tagging");
     1819}
Note: See TracChangeset for help on using the changeset viewer.