Where can I download an interactive mapping tool of North America for little to no cost?
Does such a tool exist?
If provided, so will the tip!
Thanks.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$2 Answers
The web UI allows you to create custom maps, with custom place marks, and then add titles and descriptions to each. The descriptions can contain links to other sites via HTML.
Once your finished, you can find the "Link" hypertext on the far right, just above the map. Copy and past the embed HTML code to your website, and viola.
Be sure to check licensing restrictions if you plan to use this for business purposes.
Click here to view sample map.
Best of all is the added features...Real time editing for you, in case you ever want to add information, and driving directions for the end users.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$With a bit of JavaScript you can write callbacks to link a user to a given page based on what state they clicked. Take a look at some of the examples http://code.google.com/apis/visualization/documentation/examples.html
There is also a DIY configurable Flash map that you control by writing an XML file http://www.backspace.com/mapapp/
Either of those two options should get you off to a good start.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$