- Timestamp:
- 2015-02-25T19:45:23+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MultipolygonTest.java
r8045 r8106 249 249 if (!area.equals(areaOuter)) { 250 250 addError(r, new TestError(this, Severity.WARNING, !areaStyle ? tr("Style for outer way mismatches") 251 : tr(" Style for outer way mismatches polygon"),251 : tr("With the currently used mappaint style(s) the style for outer way mismatches polygon"), 252 252 OUTER_STYLE_MISMATCH, l, Collections.singletonList(wOuter))); 253 253 } else if (areaStyle) { /* style on outer way of multipolygon, but equal to polygon */
Note:
See TracChangeset
for help on using the changeset viewer.