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 <ibo.oz...@gmail.com> 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 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/d/optout.
>

-- 
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/d/optout.

Reply via email to