Thanks Sergy, Your syntax recommendation worked out ( 'US-675' ).  I got 
the map I wanted.  Naturally, that led to one more issue.  I was plotting 
some cities that should be showing up in the Metro area, but none of my 
table data got plotted.  The map is blank.  These plot points showed up 
fine when the map ID was 'US-IL' 
 
Here is an example of a bit of the marker syntax:
 
['Pekin ', 1, 58],
['PEKIN', 3, 38026],
['PEORIA ', 1, 243],
['PEORIA HEIGHTS', 2, 11308],
['PEORIA HTS', 1, 120],
['Peoria', 3, 225924],
['Peru', 1, 931],
['POLO', 1, 55],
 
 
My question is...if I am using a Metro map like 'US-675', what kind of 
formatted data do I need to get a marker to show up in the metro maps ?
 
 

On Thursday, June 13, 2013 1:38:07 PM UTC-5, Sergey wrote:

> That's actually not entirely accurate. We do have maps at the metro level. 
> You can request your metro area by using 'US-675' as the region.
>
> - Sergey
>
>
> On Thu, Jun 13, 2013 at 2:34 PM, asgallant 
> <drew_g...@abtassoc.com<javascript:>
> > wrote:
>
>> You can't map at the metro level, you can get a state map with metro 
>> resolution.  The location column in your DataTable would contain metro 
>> codes. 
>>
>>
>> On Thursday, June 13, 2013 11:40:41 AM UTC-4, Michael Berry wrote: 
>>>
>>> Im very new to using the mapping tools and only a novice Javascript 
>>> person..
>>>  
>>>  
>>> Im trying to solve a syntax problem when using the 3 digit metro area 
>>> code for my metro area (which is Peoria, IL)
>>>  
>>> The code is 675.
>>>  
>>> Can anyone tell me the syntax to use 675 in the following :
>>>  
>>> var options = {
>>>  resolution:  'metros',
>>>         region: '675'
>>>  
>>> In my above example...it doesnt work.
>>>  
>>> thanks
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Visualization API" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-visualization-api+unsubscr...@googlegroups.com<javascript:>
>> .
>> To post to this group, send email to 
>> google-visua...@googlegroups.com<javascript:>
>> .
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api. 
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to