Changeset 18074 in josm


Ignore:
Timestamp:
2021-07-19T18:59:04+02:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #21138 - Don't warn about unclosed amenity=weighbridge

File:
1 edited

Legend:

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

    r17514 r18074  
    151151        new UnclosedWaysCheck(1102, "landuse", marktr("landuse type {0}")),
    152152        new UnclosedWaysCheck(1103, "amenity", marktr("amenity type {0}"),
    153                 new HashSet<>(Arrays.asList("bench", "bicycle_parking"))),
     153                new HashSet<>(Arrays.asList("bench", "bicycle_parking", "weighbridge"))),
    154154        new UnclosedWaysCheck(1104, "sport",     marktr("sport type {0}"),
    155155                new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh", "karting", "motor", "motocross",
Note: See TracChangeset for help on using the changeset viewer.