Changeset 13645 in josm


Ignore:
Timestamp:
2018-04-17T00:17:13+02:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #16157 - don't warn about landuse=retail + building combination

File:
1 edited

Legend:

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

    r13566 r13645  
    333333}
    334334
     335/* #10193, #16157 */
    335336way[highway][barrier],
    336337*[highway][waterway][waterway!=dam][waterway!=weir],
    337338way[highway][natural][natural!=ridge],
    338 *[landuse][building] {
     339*[landuse][landuse!=retail][building] {
    339340  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
    340341  group: tr("suspicious tag combination");
    341   assertNoMatch: "node highway=street_lamp natural=birds_nest note=josm#10193";
     342  assertNoMatch: "node highway=street_lamp natural=birds_nest";
    342343}
    343344
Note: See TracChangeset for help on using the changeset viewer.