diff --git a/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java b/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
index 431cae22c..1839a40fa 100644
|
a
|
b
|
public class TagChecker extends TagTest implements TaggingPresetListener {
|
| 770 | 770 | private static boolean hasAcceptedPrimaryTagForMultipolygon(OsmPrimitive p) { |
| 771 | 771 | if (p.hasKey("landuse", "amenity", "building", "building:part", "area:highway", "shop", "place", "boundary", |
| 772 | 772 | "landform", "piste:type", "sport", "golf", "landcover", "aeroway", "office", "healthcare", "craft", "room") |
| 773 | | || p.hasTagDifferent("natural", "tree", "peek", "saddle", "tree_row") |
| | 773 | || p.hasTagDifferent("natural", "tree", "peak", "saddle", "tree_row") |
| 774 | 774 | || p.hasTagDifferent("man_made", "survey_point", "mast", "flagpole", "manhole", "watertap") |
| 775 | 775 | || p.hasTagDifferent("highway", "crossing", "bus_stop", "turning_circle", "street_lamp", |
| 776 | 776 | "traffic_signals", "stop", "milestone", "mini_roundabout", "motorway_junction", "passing_place", |