Thanks Sergey for prompt reply. I can make içel province colored on the 
map..  


1 Temmuz 2014 Salı 22:09:29 UTC+3 tarihinde Sergey yazdı:
>
> Hi, the name that we recognize for Icel is içel. The "ç" character can be 
> difficult to represent however, and I'm unfamiliar with R; but in 
> JavaScript, you would write "i\u00e7el."
>
> Alternatively, you could use the province code, which is TR-33.
>
> On 1404241183420, I. Ozkan <[email protected] <javascript:>> wrote:
>
>> Hi there, 
>>
>> I want to thank all the contributors of this API. I love it, used it and 
>> will be using it in R. I am using googleVis package and I have an issue for 
>> Turkey's map. When I try the following R code, Mersin province is not 
>> colored. I try "Icel" instead of "Mersin" but again the region is not 
>> colored. Could you please help me to figure out how I could get all 
>> provinces of Turkey are successfully colored (marked)? 
>>   
>>  Thanks! 
>>
>> city<-data.frame(City=c("Istanbul","Ankara","Antalya","Izmir","adana","bursa","sivas","Mersin","eskisehir","kocaeli","trabzon","ordu","sinop","Izmit"),
>>  
>> Quantity= c(1000,500,600,400,300,200,200,170,130,120,120,100,100,80)) 
>>   
>> Plot(gvisGeoChart(city,locationvar="City",colorvar="Quantity",options=list(region="TR",
>>  
>> resolution="provinces",height=400,width=650))) 
>>
>> 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to