> I have MySQL database the has our nogo's, pending surveys and pending
> installs listed in there. I would like to be able to show them in google
> maps. Is there an api that will import the addresses from a MySQl database
> and display those address on a webpage with google maps?

The Google Maps API just runs on JavaScript, so you can take whatever
server-side scripting language you prefer, and automate the process easily
enough. Most of the good stuff is detailed here:

http://code.google.com/apis/maps/documentation/services.html

Basically, create a page that does the Google Maps equivalent of "hello
world," then have your favorite server-side language output a bunch of
JavaScript commands to create new points on the map, which your browser
will then render through Google Maps' API.

David Smith
MVN.net




--------------------------------------------------------------------------------
WISPA Wants You! Join today!
http://signup.wispa.org/
--------------------------------------------------------------------------------
 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/

Reply via email to