Changeset 18463 in josm


Ignore:
Timestamp:
2022-05-29T21:53:52+02:00 (23 months ago)
Author:
Klumbumbus
Message:

fix #22039, see #20960 - Remove warning about construction without highway/railway/waterway/building/landuse as it produces too much false positives

File:
1 edited

Legend:

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

    r18460 r18463  
    272272}
    273273
    274 /* {0.key} without {1.key}, {2.key} or {3.key}, see #20960 */
    275 way[construction][!highway][!railway][!waterway]!:closed,
    276 area[construction][!building][!highway][!landuse]:closed,
     274/* {0.key} without {1.key}, {2.key} or {3.key} */
    277275*[snowplowing][!highway][!amenity][!leisure] {
    278276  throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
Note: See TracChangeset for help on using the changeset viewer.