Open theq629 opened 10 years ago
I'm still concerned about having any points fall under a cutoff since it means they can't be selected by the user and that fact won't be obvious to the user, ie they can drag out an area but will not necessarily select all the points that are really inside it. If we change to requiring a text search before any other constraints then this might work, but I feel like in some cases an initial geographical constraint might be most convenient. Also we'd need to be careful that there are not commonly occurring words that the user can search for to select most of the events in a text search (or alternatively treat such words as stop words).
What about the previous idea of doing some variation on Voronoi regions? I can't remember if we had a reason to reject that or just put it off.
quadtree search to find nearest point to mouse: http://bl.ocks.org/mbostock/9078690
related to issue #79
Continuing a side topic from issue #71 since that's now closed. @anoopsarkar said:
And: