Ignore:
Timestamp:
2024-08-06T21:54:55+02:00 (21 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/unnecessary.mapcss

    r19028 r19169  
    6868
    6969/* see ticket #7639 -- Warn when a node has the same tags as its parent way. */
    70 way >:sameTags node:tagged {
     70/* But don't warn on barrier tags -- a common mapping method will have a barrier on the routable way and then the micromapped barrier */
     71way[!barrier] >:sameTags node:tagged {
    7172  throwWarning: tr("Nodes duplicating parent way tags");
    7273}
Note: See TracChangeset for help on using the changeset viewer.