googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 775 forks source link

Custom OverlayViews always visible. #142

Closed tdeuling closed 6 years ago

tdeuling commented 6 years ago

Hi, I've some trouble with custom OverlayViews. My custom OverlayViews should replace the default marker - that works fine so far. But unfortunately my custom OverlayViews are always visible. Here's my example: https://www.kern-immobilien.de/kaufen/angebote/

Is there something broken or does the Clustering not work with my OverlayViews?

tdeuling commented 6 years ago

Solved this problem by myself by using an other solution for displaying marker data.