Hi,
I want to produce a map of a particular state, with each of the counties shaded with a color representing a certain statistic, such as rain fall and climate. Thing is I cant find a perl module relating to this. I guess the best way perl would achieve this is to produce a gif of the map and spit it to the client each time a request is made for a different stat. But maybe Javascipt could do this more effienctly by spitting the data to the client and then produce the map at the client side. ANyway perhaps if someone has experience at doing this they could advise me,
Thanks.