Changeset 16379 in josm for trunk/src/org


Ignore:
Timestamp:
2020-04-25T06:15:05+02:00 (4 years ago)
Author:
GerdP
Message:

see #19145: some unclosed ways are not found

  • add check for unclosed place=* ways
  • remove special mapcss check for unclosed place=island ways
File:
1 edited

Legend:

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

    r16378 r16379  
    155155        new UnclosedWaysCheck(1109, "boundary", marktr("boundary type {0}")),
    156156        new UnclosedWaysCheck(1110, "area:highway", marktr("area:highway type {0}")),
     157        new UnclosedWaysCheck(1111, "place", marktr("place type {0}")),
    157158        new UnclosedWaysBooleanCheck(1120, "building", marktr("building")),
    158159        new UnclosedWaysBooleanCheck(1130, "area",     marktr("area")),
Note: See TracChangeset for help on using the changeset viewer.