Ignore:
Timestamp:
2021-01-18T14:54:18+01:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #20338 - Deprecate amenity=embassy in favor of office=diplomatic (icon derived from office=government and amenity=embassy icons, PD and CC0 licensed)

File:
1 edited

Legend:

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

    r17466 r17468  
    22462246}
    22472247
     2248/* #20338 */
     2249*[amenity=embassy] {
     2250  throwWarning: tr("{0} is deprecated", "{0.tag}");
     2251  suggestAlternative: "office=diplomatic + diplomatic=embassy";
     2252  group: tr("deprecated tagging");
     2253  fixAdd: "office=diplomatic";
     2254  fixChangeKey: "amenity => diplomatic";
     2255}
     2256
    22482257/* When tags are deprecated they should be added to ignoretags.cfg too. */
Note: See TracChangeset for help on using the changeset viewer.