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'm trying to show a polygon that cover all the markers inside a cluster when hovering this cluster (like leaflet markerCluster is doing: https://github.com/Leaflet/Leaflet.markercluster).
So I manage to do it with google maps polygon but the problem is that the polygon is repeating itself when the zoom is 0,1 or 2 (Because countries are shown multiple times).
So I was wondering if its possible to draw a polygon inside an OverlayView (which doesn't repeat multiple times, like the clusters) ?
Thanks a lot,
Maxime.
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to show a polygon that cover all the markers inside a cluster when hovering this cluster (like leaflet markerCluster is doing: https://github.com/Leaflet/Leaflet.markercluster).
So I manage to do it with google maps polygon but the problem is that the polygon is repeating itself when the zoom is 0,1 or 2 (Because countries are shown multiple times).
So I was wondering if its possible to draw a polygon inside an OverlayView (which doesn't repeat multiple times, like the clusters) ?
Thanks a lot,
Maxime.
The text was updated successfully, but these errors were encountered: