Ignore:
Timestamp:
2022-07-25T16:36:06+02:00 (4 years ago)
Author:
taylor.smock
Message:

Fix #22120: Add 'school=entrance' to deprecation warnings

The number of school=entrance tags reached its peak in 2014 (1),
and has since started to see a decrease in usage. At its height,
there were about 1,700 uses of school=entrance.

(1) taginfo:tags/school=entrance#chronology

File:
1 edited

Legend:

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

    r18519 r18524  
    23742374}
    23752375
     2376/* #22120 */
     2377*[school=entrance] {
     2378  throwWarning: tr("{0} is deprecated", "{0.tag}");
     2379  suggestAlternative: "entrance=yes";
     2380  suggestAlternative: "entrance=main";
     2381  group: tr("deprecated tagging");
     2382}
     2383
    23762384/* When tags are deprecated they should be added to ignoretags.cfg too. */
Note: See TracChangeset for help on using the changeset viewer.