Hello all,
I am using the maps module to show different locations on my map and I am also using the cluster settings in order for the user to see clustered locations when zoomed out.
However I have multiple companies on the same location - therefore same geolocation... The cluster shows them correctly (x amount in the same area) , however I am not able to see the different addresses in their seperate infowindows - it only shows one.. (the first one I reckon) and then nothing else happens.. which means I am not able to see the rest of the locations which isn't that user friendly nor my goal.
I couldnt see any dynamicweb setting to accomplish the above mentioned "split" so I googled a bit.
I then came across https://github.com/jawj/OverlappingMarkerSpiderfier and implemented this on a custom page template which worked brilliantly..
Though, my issue is. I simply cannot find the right way to implement the functionality in the default maps.js file..
Anyone out there made a workaround on this?..
Thanks!
/MikkelTO