I have line features (streets) and points (accidents) and I want to sumarize the points to the lines (within a distance 5m) unfortuantley it "duplicates" points that are close to an intersection and they get countet to two differnt line features. How can I make sure, that it only sumarizes it to the closest line, but still summarizes it.
If I select closest, it only takes 1 closest point.
Any suggestions? Thanks