Clickable
Map of Asia



      
        <!-- Example Map Above  -->
        <script src="js/jquery.vmap.js"></script>
        <script src="js/continents/jquery.vmap.asia.js"></script>
         
        <script>
        jQuery('#vmap').vectorMap({
            map: 'asia_en',
            backgroundColor: null,
            color: '#273c75',
            hoverColor: '#999999',
            enableZoom: false,
            showTooltip: false
        });
        </script>
         
        <div id="vmap" style="width: 600px; height: 400px;"></div>
      
    

Build awesome functionality on top of this example of our clickable map of Asia. Though JQVmap can also render maps of the individuals provinces of China (for example), this interactive map of Asia shows users the borders of the many countries in the area.

Clickable Map of Asia