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


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

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #17607, comment 13

    v1 v2  
    11I went on and below is the result. Together with #20960 this should cover most. Last task is to properly fit it into [source:/trunk/resources/data/validator/combinations.mapcss combinations.mapcss]. Please, test:
     2
     3**Edit**: Changed the last rule once more.
    24
    35{{{
     
    4143}
    4244
    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")] {
     45*["construction:building"][construction][construction:building != *construction],
     46*["construction:highway"][construction][construction:highway != *construction],
     47*["construction:railway"][construction][construction:railway != *construction],
     48*["construction:landuse"][construction][construction:landuse != *construction] {
    4749  throwWarning: tr("{0} together with {1} and conflicting values", "{0.key}", "{1.key}");
    4850  group: tr("suspicious tag combination");