-
Notifications
You must be signed in to change notification settings - Fork 34
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
AzureMap with large number of markers having tab switching issue #206
Comments
An https://samples.azuremaps.com/symbol-layer/symbol-layer-options |
It seems that the error isn’t coming from the library. You might want to check whether any of the installed Chrome extensions is causing the issue. |
This error also comes when working with small number of markers, but then tab switching works smoothly. Page switching takes time when there are larger number of markers. So, I don't think above error is the root cause. Might be some background process causing map view to unmount a sluggish operation. |
test-app.zip |
Hi,
I'm using Azure Maps within a tab component on my application. While it functions well with a smaller number of markers, I'm encountering a significant performance issue when dealing with roughly 68,000 markers. In this scenario, tab switching takes over 2 minutes.
I have used clustering, but it does not help much.
Is this a typical behavior for such a large marker count, or are there potential optimizations we can explore to improve performance?
Any insights or suggestions you might have would be greatly appreciated.
Thanks,
The text was updated successfully, but these errors were encountered: