Changeset 8754 in josm


Ignore:
Timestamp:
2015-09-13T20:45:02+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11837 - add validator warning Suspicious tag/value combination: bridge|tunnel and layer<0|layer>0

File:
1 edited

Legend:

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

    r8746 r8754  
    325325  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
    326326}
     327
     328/* see #11837 */
     329way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
     330way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
     331  throwWarning: tr("Suspicious tag/value combination: {0} and {1}", "{2.tag}", "{0.tag}");
     332}
Note: See TracChangeset for help on using the changeset viewer.