Ignore:
Timestamp:
2024-08-06T21:54:55+02:00 (3 months ago)
Author:
taylor.smock
Message:

Add/ignore documented popular tags

Add

Ignored tags:

Note:
Most gate barriers were changed to either be a node or a way, as it allows for
people to micromap.

File:
1 edited

Legend:

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

    r19025 r19169  
    25302530  suggestAlternative: "{1.key}";
    25312531}
     2532/* From the canvec import */
     2533*[natural=landform][landform=esker] {
     2534  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=esker";
     2535  group: tr("deprecated tagging");
     2536  suggestAlternative: "natural=ridge or geological=esker";
     2537}
     2538*[natural=landform][landform=moraine] {
     2539  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "geological=moraine";
     2540  group: tr("deprecated tagging");
     2541  suggestAlternative: "geological=moraine";
     2542}
     2543*[natural=landform][landform=beach] {
     2544  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=beach";
     2545  group: tr("deprecated tagging");
     2546  suggestAlternative: "natural=beach";
     2547}
     2548*[natural=landform][landform=tundra_polygon] {
     2549  throwWarning: tr("{0} should be replaced by {1}", "{1.tag}", "natural=tundra";
     2550  group: tr("deprecated tagging");
     2551  suggestAlternative: "natural=tundra or natural=fell";
     2552}
    25322553
    25332554/* When tags are deprecated they should be added to ignoretags.cfg too. */
Note: See TracChangeset for help on using the changeset viewer.