Changeset 19165 in josm for trunk/resources/data/validator


Ignore:
Timestamp:
2024-08-05T19:41:16+02:00 (5 months ago)
Author:
taylor.smock
Message:

Fix #23298: Improper warning for aerialway=zip_line

Exclude aerialway from combinations check and add usage values to aerialway
presets (where someone has already used the key with the aerialway tag).

File:
1 edited

Legend:

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

    r19140 r19165  
    557557/* {0.key} without {1.key} or {2.key} see #10140 */
    558558*[building:levels][!building][!building:part],
    559 way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
     559way[usage][!railway][!waterway][route!=railway][man_made!=pipeline][!aerialway] {
    560560  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
    561561  group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.