Hi peeps,
Maybe someone can help me achieve this. I followed a tutorial by Antengma on how you can make lines between points with a specific searchradius. (That is the code I'm using in the wrangle)
Now for this particular setup, I want only the red points to draw lines between the blue points. My guess was to put the red points in geo handle 2 and set the nearpoints(0, @P, searchrad); to nearpoints(1, @P, searchrad);
This didn't work... Can someone alaborate?
Thanks in advance!