Changeset 15966 in josm


Ignore:
Timestamp:
2020-02-29T21:45:54+01:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #18819 - Deprecate exit_to=* in favor of destination=*

File:
1 edited

Legend:

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

    r15954 r15966  
    19461946  fixAdd: "navigationaid=als";
    19471947}
     1948
     1949/* #18819 */
     1950node[exit_to] {
     1951  throwWarning: tr("{0} is deprecated", "{0.key}");
     1952  suggestAlternative: "destination";
     1953  group: tr("deprecated tagging");
     1954}
Note: See TracChangeset for help on using the changeset viewer.