#include <PointsTooClose.h>
Public Member Functions | |
Issues | operator() (const LaneletMap &map) override |
![]() | |
virtual | ~MapValidator ()=default |
Static Public Member Functions | |
constexpr static const char * | name () |
![]() | |
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.