Clickable
Map of France



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

Give users flexibility and allow them to drill down into specific provinces through JQVmap's clickable map of France. This interactive map can be used in websites or applications and gives developers the ability to provide greater detail and customization. In addition, this JS map is just one example of what JQVmap can do, as designers can apply any SVG map to this application.

Interactive Map of France