Changeset 14275 in josm


Ignore:
Timestamp:
2018-09-27T20:32:47+02:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #16783, see #16157 - fix validator warning message (modified patch by naoliv)

File:
1 edited

Legend:

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

    r14127 r14275  
    360360*[highway][waterway][waterway!=dam][waterway!=weir],
    361361way[highway][natural][natural!=ridge],
    362 *[landuse][landuse!=retail][building] {
     362*[landuse][building][landuse!=retail] {
    363363  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
    364364  group: tr("suspicious tag combination");
Note: See TracChangeset for help on using the changeset viewer.