Problematic mapping/golf

From OpenStreetMap Wiki
Jump to navigation Jump to search

Golf simulator game players come to OpenStreetMap to improve their game. They may not follow editing norms or respond to messages. Please contact the Data Working Group if problematic golf mapping is identified.

The Golf Club Games

Most deliberate additions of incorrect data are for the purpose of use with the project TGC-Designer-Tools. TGC-Designer-Tools is a golf course creation utility that uses OSM and LIDAR data to create 3D models of golf courses for video games. The compatible video games are The Golf Club 2019 and the PGA Tour 2K series, developed by HB Studios. The TGC-Designer-Tools utility is a third-party application with no affiliation to the HB Studios video games. TGC-Designer-Tools imports OSM data for the keys water, waterway, highway, natural, building, and golf.[1]

How-to YouTube

There are instructions for course mapping on YouTube that offer problematic suggestions such as:

Examples

LidarKing is just one person that has already done 1000 changesets over the past year and most of them have some serious problems. Not responsive to changeset comments

  • They are drawing duplicate ways on top of already existing highway ways and tagging them as golf=cart_path (https://osmcha.org/changesets/114794723)
  • Drawing ad-hoc building shapes that don’t resemble the reals structures (https://osmcha.org/changesets/113729066/)
  • Deleting objects and redrawing them (a lot of time of worse quality then the original) instead of improving the shape
  • Overlapping green/fairway/rough polygons
  • To avoid drawing multipolygons, they “wrap” polygon around a hole and leave a tiny open gap.
  • Drawing duplicate water areas to tag them as water hazards (https://www.openstreetmap.org/way/983686015 )

Kent Shaffer is probably the same person as thelidarking. Received a few zero hour blocks in 2020. No edits since thelidarking started editing. Not responsive to changeset comments

mohessel1s that just deletes paths they don't like and retag residential roads to cart_paths

AvidFan

Dave502d2pup

RichardHilton65

john2660

lewis22derek

jaywhyenecks

JWNORRIS81

HoneyBadgerHacker

Andy Hogge

Brett Loney

DSanchez777

ICU812 (previous name RCSpivey)

DanteD2323

D Hood

Code for finding

try it yourself in overpass-turbo
[out:csv(user,ways)][timeout:2500];
    (
      way(changed:"2021-12-01T23:49:07Z")[golf];
    );
    for (user()){
    make stat
     "user"=_.val,
     ways = count(ways);
    out;
    };

See also

There is a subsection of the leisure=golf_course article called Common Pitfalls that highlights some of the problems identified here.

References

Notes