vigetlabs/jmapping

When zoomed in very close and side-bar link is clicked, the marker disappears.

adam-s opened this issue · 1 comments

When zooming in very close on the map and the side-bar link is clicked, the info window opens but the marker doesn't show until the map is panned or zoomed.

The marker manager needs to be updated. Events can trigger jMap.markerManager.onMapMoveEnd_(); to update the markers and make them visible.