Hi, I'm trying to build my first website and need to create a geographical map (from an outline in pdf format) similar to maps on the wannasurf.com website (sorry I cannot post any links, as I'm a new member) I am not sure what software (photoshop??) I should use to do this and wondering if anyone can suggest the best approach? and point me to a tutorial maybe. I would appreciate any help as I have been really struggling to find a way to do this. Thanks.
If you mean how do you make the actual map, just outline an actual map, and fill different colors, but giving each country a different link, I'm not sure about, I've never needed to do that. Sorry.
the linking different countries is just using an image map with regions set on the original image. or you could slice it which would be the preffered method but a lot of 'old timers' still use the image map technique. as for the maps, grab a vector from any stock photography site and use it.
Maybe you want to use google maps API to perform this operation. It is very simple, and requires some lines of javascript to show just any kind of geographical location knowing only coordinates.
To create an image from a PDF, Photoshop is probably one of the best methods: Open the PDF and PS will ask you to rasterize it. You can then decide the size and resolution of the resulting bitmap. Hope that helped. but to create an interactive map, the google api is best like webrickco said.