Skip to content

Commit

Permalink
fix #23310: TagChecker: Correct "peek" to "peak"
Browse files Browse the repository at this point in the history
Patch provided by hhtznr

git-svn-id: https://josm.openstreetmap.de/svn/trunk@18900 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
GerdP authored and GerdP committed Nov 19, 2023
1 parent 8e0e66d commit 74feb62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ private void checkOuterWaysOfRelation(Relation rel) {
private static boolean hasAcceptedPrimaryTagForMultipolygon(OsmPrimitive p) {
if (p.hasKey("landuse", "amenity", "building", "building:part", "area:highway", "shop", "place", "boundary",
"landform", "piste:type", "sport", "golf", "landcover", "aeroway", "office", "healthcare", "craft", "room")
|| p.hasTagDifferent("natural", "tree", "peek", "saddle", "tree_row")
|| p.hasTagDifferent("natural", "tree", "peak", "saddle", "tree_row")
|| p.hasTagDifferent("man_made", "survey_point", "mast", "flagpole", "manhole", "watertap")
|| p.hasTagDifferent("highway", "crossing", "bus_stop", "turning_circle", "street_lamp",
"traffic_signals", "stop", "milestone", "mini_roundabout", "motorway_junction", "passing_place",
Expand Down

0 comments on commit 74feb62

Please sign in to comment.