Changeset 18971 in josm


Ignore:
Timestamp:
2024-02-09T13:55:06+01:00 (3 months ago)
Author:
taylor.smock
Message:

Fix #23148: Remove fenced from deprecation warnings

The tag's deprecation status was changed on 2023-06-14, and is used as a
supplementary tag for features to indicate that the feature is fenced. Example:
leisure=playground + fenced=yes.

File:
1 edited

Legend:

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

    r18844 r18971  
    16181618  group: tr("deprecated tagging");
    16191619}
    1620 *[fenced] {
    1621   throwWarning: tr("{0} is deprecated", "{0.key}");
    1622   suggestAlternative: "barrier=fence";
    1623   group: tr("deprecated tagging");
    1624 }
    16251620*[historic_name][!old_name] {
    16261621  throwWarning: tr("{0} is deprecated", "{0.key}");
Note: See TracChangeset for help on using the changeset viewer.