#include <PointsTooClose.h>

Public Member Functions | |
| Issues | operator() (const LaneletMap &map) override |
Public Member Functions inherited from lanelet::validation::MapValidator | |
| virtual | ~MapValidator ()=default |
Static Public Member Functions | |
| constexpr static const char * | name () |
Static Public Member Functions inherited from lanelet::validation::MapValidator | |
| constexpr static const char * | name () |
This check looks for points that are suspiciosly close to each other. This is a common mapping error when users fail to click a point in josm and instead add a new one.
Definition at line 11 of file PointsTooClose.h.
|
inlinestaticconstexpr |
Definition at line 13 of file PointsTooClose.h.
|
overridevirtual |
Implements lanelet::validation::MapValidator.
Definition at line 13 of file PointsTooClose.cpp.