When the option 'resolution' is set to 'provinces' level, Connacht
just disappears of the Ireland Map. I dont know if its related but the
County of Cork and the Province of Connacht share the same ISO 3166
subdivision code - 'IE-C'.

http://en.wikipedia.org/wiki/ISO_3166-2:IE#cite_note-duplicate-0

  var geochart = new google.visualization.GeoChart(
      document.getElementById('visualization'));
  geochart.draw(data, {width: 647,
                       height: 456,
                       region: 'IE',
                       backgroundColor: 'blue',
                       resolution: 'provinces'
                      });

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to