Skip to content

elmeerr/brazilian-map-jqvmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Para inicializar o mapa, basta seguir a mesma configuração do vMap geral.


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>JQVMap - Brazil Map</title>
&lt;link href="../jqvmap/jqvmap.css" media="screen" rel="stylesheet" type="text/css" /&gt;

&lt;script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="../jqvmap/jquery.vmap.js" type="text/javascript"&gt;&lt;/script&gt;
&lt;script src="../jqvmap/maps/jquery.vmap.brazil.js" type="text/javascript"&gt;&lt;/script&gt;

&lt;script type="text/javascript"&gt;
jQuery(document).ready(function() {
	jQuery('#vmap').vectorMap({map: 'brazil_br', enableZoom: true, showTooltip: true});
});
&lt;/script&gt;

</head> <body> <div id="vmap" style="width: 800px; height: 600px;"></div> </body> </html>

About

Map of Brazil for JQVMap jQuery plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published