Changeset 8045 in josm for trunk/src


Ignore:
Timestamp:
2015-02-11T00:55:31+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #6363 - downgrade "Style for inner way equals multipolygon" validator warning to info level as this is no data error. Make the message more clear. Use own fill color for some landuses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java

    r7583 r8045  
    237237                            l.add(r);
    238238                            l.add(wInner);
    239                             addError(r, new TestError(this, Severity.WARNING, tr("Style for inner way equals multipolygon"),
     239                            addError(r, new TestError(this, Severity.OTHER, tr("With the currently used mappaint style the style for inner way equals the multipolygon style"),
    240240                                    INNER_STYLE_MISMATCH, l, Collections.singletonList(wInner)));
    241241                        }
Note: See TracChangeset for help on using the changeset viewer.