tags:

views:

18

answers:

0

I want to get information on where the users on my site are coming from. I want to display this information on a map just like population maps in atlases. If you have ever used youtube insight, this is the exact same concept. I have an idea of how to do this, but I'm not sure it would be the most efficient method. I think that I should find a picture of a map, find the points along the boarders of every country and use GDimage to create polygons atop the country. Depending on the population the polygon might have more/less transparency. This would be an enormous amount of tedious work to do but it could be done. If anyone is aware of any classes, examples, or other methods for this; I would greatly appreciated it.