i'm running a map-based service with a lot (few thousands) of marked places. I decided to use OpenLayers with cluster support.
Each point has it's popup with some basic informations about it. The thing is that when a big amount of points are clustered, the popup for those i.e. 50 elements is really huge, bigger than the OpenLayers div and as you can imagine - it looks terrible.
Is there any possibility to disable popups for clustered points?
Thanks in advance