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

Improve amenity=bicycle_repair_station preset, deprecate service:bicycle:chaintool in favor of service:bicycle:chain_tool

File:
1 edited

Legend:

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

    r17926 r17940  
    22572257}
    22582258
     2259/* #11019 */
     2260*[service:bicycle:chaintool] {
     2261  throwWarning: tr("{0} is deprecated", "{0.key}");
     2262  suggestAlternative: "service:bicycle:chain_tool";
     2263  group: tr("deprecated tagging");
     2264  fixChangeKey: "service:bicycle:chaintool => service:bicycle:chain_tool";
     2265}
     2266
    22592267/* When tags are deprecated they should be added to ignoretags.cfg too. */
Note: See TracChangeset for help on using the changeset viewer.