You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
I have a google map where I create markers with custom icons, and there are hundreds of these icons.
I'd like not to cluster them when zooming beyond a certain level, so I tried using the maxZoom option (I have tried values 14, 15 and 16).
Whenever I create multiple markers close to each other at high zoom levels then zoom in and out, graphical bugs start appearing.
So far, here are the bugs I've seen:
One or more (sometimes all) markers adopt the same icon, always one of the original icons used for one of the markers
Icons do not appear whole
Icons are shown multiple times
Any combination of the above
I should state that I have no problem whatsoever whenever I simply do not set the maxZoom option.
Here is an example of such a bug (I had to add a marker for the last one to happen) :
Any help solving this would be greatly appreciated, thanks for all the hard work and support 👍
The text was updated successfully, but these errors were encountered:
I have a google map where I create markers with custom icons, and there are hundreds of these icons.
I'd like not to cluster them when zooming beyond a certain level, so I tried using the
maxZoom
option (I have tried values 14, 15 and 16).Whenever I create multiple markers close to each other at high zoom levels then zoom in and out, graphical bugs start appearing.
So far, here are the bugs I've seen:
I should state that I have no problem whatsoever whenever I simply do not set the
maxZoom
option.Here is an example of such a bug (I had to add a marker for the last one to happen) :
Any help solving this would be greatly appreciated, thanks for all the hard work and support 👍
The text was updated successfully, but these errors were encountered: