Closed
Description
opened on Sep 5, 2016
As the title mentioned, I made some markers, and drawing polylines in between.
I did put a click function in for zoom on click:
map.on("click", function(e) {
map.setView(e.latlng, map.getZoom() + 2);
});
This is not being triggered when I click on a marker, but it does when clicking on polylines.
(I have popup on polylines, and would rather not to have it zooming when I click the polyline)
Activity