Open brightsider opened 8 years ago
Do you mean POIs that are so close together, that they should be represented by one overlay?
@gleue yes.
Hm, first guess:
Project POIs' anchor points using modelview and projection matrix and compute distances. Then determine which POIs should go together. But that might be too expensive when there are a lot of POIs.
Can you help with creating a cluster for points that intersect? How check points are intersect?