| [reply] |
check out http://mapserver.gis.umn.edu/ an opensource mapping program for which I have a particular fondness. The program has a Perl/MapScript module that allows you to construct a fully capable, web mapping site. You will need geographic data for the world map background, and a table of countries with their x,y.
Now, that is the most full-fledged solution. Whether or not you decide to use MapServer, you will need a table of countries with their x,y, and a base worldmap graphic. You could always use Imagemagick or GD to overlay a point graphic on top of the basemap graphic. | [reply] |
use Geo::Dymaxion
UPDATE: I probably should have mentioned some sort of disclaimer like "this is probably not going to work on the type of US Map you are expecting ... but it does work on a a very good type of map
| [reply] |
Im so sorry, I posted this in the wrong category!! | [reply] |