xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 475 forks source link

Cluster (overlapping) shows only numbers without icon #708

Open YassineChe opened 4 years ago

YassineChe commented 4 years ago

Hello, i'm wrapping my markers by GmapCluster componenent :

<GmapCluster :animation="5" :zoomOnClick="true"></GmapCluster>

Apparently its work but it shows only the number of markers without the icon. Please can anyone help me with this ?

TheMaverickProgrammer commented 2 years ago

Did you ever figure this out? I'm having this happen but on one screen. My other screen works fine and I can't figure out why.

YassineChe commented 2 years ago

@TheMaverickProgrammer

I just preferred not to use it, cuz i didn't had to much markers to clustering , and i think clustering a little bit confusing to users. You may need to put these screens here so I or others can debug with you.