Adaptação do Mapa do Brasil em SVG do Felipe Duardo com nome e código do IBGE.
https://jsfiddle.net/LucasBassetti/qrd0nvx2/2/
(function() {
var states = document.getElementsByClassName("estado")
for(var i = 0; i < states.length; i++) {
states[i].onclick = function() {
alert(this.getAttribute('name') + ' ' + this.getAttribute('code'));
}
}
})();
- Mapa Original: https://github.com/felipeduardo/mapa-brasil-svg
- Códigos IBGE: http://www.ibge.gov.br/home/geociencias/areaterritorial/principal.shtm