Commit 233e7e28 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

openPopup on item click

parent e6ffffd2
......@@ -117,6 +117,10 @@ function register_row_events(elem){
map.panTo(new L.LatLng(lat, lng));
if (markers[lat+lng]!=undefined){
markers[lat+lng].openPopup();
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment