Changes between Initial Version and Version 1 of Ticket #17607, comment 13


Ignore:
Timestamp:
2021-06-04T17:29:39+02:00 (4 years ago)
Author:
skyper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17607, comment 13

    initial v1  
    4141}
    4242
    43 *["construction:building"][construction][tag("construction:building") != tag(construction)],
    44 *["construction:highway"][construction][tag("construction:highway") != tag(construction)],
    45 *["construction:railway"][construction][tag("construction:railway") != tag(construction)],
    46 *["construction:landuse"][construction][tag("construction:landuse") != tag(construction)] {
     43*["construction:building"][construction][tag("construction:building") != tag("construction")],
     44*["construction:highway"][construction][tag("construction:highway") != tag("construction")],
     45*["construction:railway"][construction][tag("construction:railway") != tag("construction")],
     46*["construction:landuse"][construction][tag("construction:landuse") != tag("construction")] {
    4747  throwWarning: tr("{0} together with {1} and conflicting values", "{0.key}", "{1.key}");
    4848  group: tr("suspicious tag combination");