Changeset 18900 in josm for trunk


Ignore:
Timestamp:
2023-11-19T12:22:17+01:00 (15 months ago)
Author:
GerdP
Message:

fix #23310: TagChecker: Correct "peek" to "peak"
Patch provided by hhtznr

File:
1 edited

Legend:

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

    r18820 r18900  
    771771        if (p.hasKey("landuse", "amenity", "building", "building:part", "area:highway", "shop", "place", "boundary",
    772772                "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")
    774774                || p.hasTagDifferent("man_made", "survey_point", "mast", "flagpole", "manhole", "watertap")
    775775                || p.hasTagDifferent("highway", "crossing", "bus_stop", "turning_circle", "street_lamp",
Note: See TracChangeset for help on using the changeset viewer.