Hi,
I need your help to zoom a place when click a marker in Leaflet.
I used this code from http://leafletjs.com/reference.html#control-zoom
map.on('click', function(e) {
alert(e.latlng);
});
this click event not working
Hi,
I need your help to zoom a place when click a marker in Leaflet.
I used this code from http://leafletjs.com/reference.html#control-zoom
map.on('click', function(e) {
alert(e.latlng);
});
this click event not working
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.