Hello,
I am getting the following error everytime I try and render and non-US
country markers based geoMap.

"Could not load region coder."

--Here is my JSON--

{"c": [{"v":"Hyderabad"},{"v":1},{"v":"Hyderabad"},{"v":""}]},
{"c": [{"v":"Srikakulam"},{"v":1},{"v":"Srikakulam"},{"v":""}]}

--Here is my JSON--
var countryCode = 'IN';
options['dataMode'] = 'markers';
options['region'] = countryCode;
options['width'] = '100%';
options['height'] = '360';
options['showLegend'] = true;
options['colors'] = [0xE0FFD4, 0xA5EF63, 0x50AA00, 0x267114];
options['showZoomOut'] = true;

When I do a similar task for a US state, works perfect, but Non US, it
throws the error.
Is there a list of valid countryCodes? Does this work for non-US
locations?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to google-visualization-api@googlegroups.com
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to