How does this demo implement the click annotation point to make the map focus become the current click point.
$('#world-map-markers').vectorMap('set', 'focus', 'Vatican City');
I've tried this method map to zoom in, but other makers gone.
use setSelectedMarkers this method always report Cannot read property 'element' of undefined
http://jvectormap.com/examples/markers-world/
How does this demo implement the click annotation point to make the map focus become the current click point. $('#world-map-markers').vectorMap('set', 'focus', 'Vatican City'); I've tried this method map to zoom in, but other makers gone. use setSelectedMarkers this method always report Cannot read property 'element' of undefined