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
Marker popups show empty for any markers that are not spiderfied. Appears to be equivalent to this issue Leaflet/Leaflet.markercluster#24. Markers that are spiderfied work fine. I am using the oms.min.js file with the timestamp /* Mon 14 Oct 2013 10:54:59 BST */
The text was updated successfully, but these errors were encountered:
I too was struggling to get my head around all these empty marker popups I was getting until I gave up on the whole idea of triggering popups via the oms 'click' event listener altogether and suddenly all previously created Leaflet popups using bindPopup simply started to work out of the box alongside the oms Leaflet plugin.
Not sure if this was some sort of conflict as I already had created popups using bindPopup prior to adding oms & the sample event click code, but it works great for me now so I didn't feel the need to investigate further.
For the record the behaviour I experienced before commenting out the oms 'click' code was as follows:
Various markers loaded on map some of which had overlaying markers spiderfied
Marker popups show empty for any markers that are not spiderfied. Appears to be equivalent to this issue Leaflet/Leaflet.markercluster#24. Markers that are spiderfied work fine. I am using the oms.min.js file with the timestamp /* Mon 14 Oct 2013 10:54:59 BST */
The text was updated successfully, but these errors were encountered: