Hi, I have an urgent question.
I have a point file. Each point has a rank number and a circle size.
Basically, what I am trying to do is to:
1: Find the point with the highest rank and add it to the selected list.
2: Find the next point with second-highest rank & draw a circle (using circle size), the point is selected and added to the list if there are no selected points (from 1) from the list inside the circle.
3: Find the next point with third-highest rank & draw a circle (using circle size), the point is selected and added to the list if there are no selected points (from 1 & 2) from the list inside the circle.
4: Repeat the process until no points left.
Thank you so much in advance.