Changes between Version 1 and Version 2 of Rules/OSMLint


Ignore:
Timestamp:
2020-04-17T20:28:16+02:00 (6 years ago)
Author:
Klumbumbus
Comment:

fix #19107 - disable layer check for building_passage

Legend:

Unmodified
Added
Removed
Modified
  • Rules/OSMLint

    v1 v2  
    1919
    2020/* missing tunnel layer: not officially an osmlint check but is similar to missinglayerbridges. */
    21 way[tunnel][!layer] {
     21way[tunnel][!layer][tunnel!=building_passage] {
    2222        throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
    2323        group: "OSM Lint";