I have two divs, one with the world map and one with the US map. When the USA is clicked on the world map I want to hide that div and bring the US map into view.
This wo
You can also trigger a resize() on the container of that map after showing it.
I made an example in this post: Switch maps in Jvectormap?