The user can check some checkboxes or click the countries on the map to mark visited places.
The PHP script uses GD to allow users to fill in visited countries with prechosen default colors.
The final map with visited places can be exported to an image or PDF format, or shared via an URL with other people.
A counter on top of the map tells how many states or countries the user visited.
Here are some key features of "Where Have You Been All Your Life?":
· Users select visited countries from 7 columns
· Map is displayed in the web page at 800X600. Full size is actually 1425 X 625 pixels.
· Checkmarks maintained after visted country submissions
· Most countries are brightly colored in random web safe colors thought the large countries have colors with which they are commonly associated.
Requirements:
· JavaScript enabled on client side
· GD library