Changeset 19169 in josm for trunk/resources/data/validator/unnecessary.mapcss
- Timestamp:
- 2024-08-06T21:54:55+02:00 (21 months ago)
- File:
-
- 1 edited
-
trunk/resources/data/validator/unnecessary.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/unnecessary.mapcss
r19028 r19169 68 68 69 69 /* 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 */ 71 way[!barrier] >:sameTags node:tagged { 71 72 throwWarning: tr("Nodes duplicating parent way tags"); 72 73 }
Note:
See TracChangeset
for help on using the changeset viewer.
