Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clustering: idea/suggestion for polygon and polyline #521

Open
danielnkv opened this issue Jan 6, 2025 · 0 comments
Open

Clustering: idea/suggestion for polygon and polyline #521

danielnkv opened this issue Jan 6, 2025 · 0 comments
Labels
triage me I really want to be triaged. type: question Request for information or clarification. Not an issue.

Comments

@danielnkv
Copy link

Hi,

I have an app where I load all type of geometries(marker, polygon, polyline) on the map. I'm using cluster manager to cluster all the items including polygons and polylines.

I know only markers are supported by cluster manager but I'm using workaround to cluster polygons/polylines. I'm using the starting point of polygon/polyline to conform to GMUClusterItem and then on willRenderMarker delegate I render the actual geometry. All works perfectly fine with one exception witch I cannot fix.

When I have a polygon with very big area and zoom in, it doesn't show until I have the starting point(which I use for the cluster) visible on the screen.

Would be very nice if someone give me some idea/suggestion or smarter solution on clustering polygons and lines.

@danielnkv danielnkv added triage me I really want to be triaged. type: question Request for information or clarification. Not an issue. labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

1 participant