Overlapping marker images
hynoman opened this issue · 0 comments
hynoman commented
When markers overlap each other on the client-side leaflet library, the marker's pin point is always visible. It brings markers to the front to make sure that the pin point is visible. However when adding the same markers to a map using leaflet headless on node, the markers get layered on top of each other based on the order in which they are added to the map.
Is there a way to have the same logic for leaflet headless that is used in the client-side leaflet library?