Hi all
With google maps. you get the name of the countries
However, with visualization geomaps  You get a map of the world  but
no country names / codes.

Is there anyway to use the google maps with countries and Yet be able
to color the country based on data?
....
data.setValue(166,0,'IS');               data.setValue(166,1,5);
var options = {};
options['dataMode']     = 'regions';
var container   = document.getElementById('map_canvas');
var geomap     = new google.visualization.GeoMap(container);
geomap.draw(data, options);

I have these showing IS or Iceland and the value 5 implies month = may
The country Iceland is then colored.

However the map is just an outline of countries.

Also Is there a way to Zoom in and out of the map just like on google
maps as well ?

Thanks in advance

-- 
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