Changes between Version 1 and Version 2 of Rules/OSMLint
- Timestamp:
- 2020-04-17T20:28:16+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/OSMLint
v1 v2 19 19 20 20 /* missing tunnel layer: not officially an osmlint check but is similar to missinglayerbridges. */ 21 way[tunnel][!layer] { 21 way[tunnel][!layer][tunnel!=building_passage] { 22 22 throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}"); 23 23 group: "OSM Lint";
