Re: [WISPA] importing addresses into google maps.

2008-10-27 Thread John Buwa
Hello. I messed with the google maps api last year when i toyed with this idea 
and the problem i ran into was the api wanted longitude and latitude imputed 
not street addressing. Has this changed or am i missing something?? 

Thanks,
John Buwa

-Original Message-
From: David E. Smith [EMAIL PROTECTED]
Sent: Sunday, October 26, 2008 7:13 PM
To: WISPA General List wireless@wispa.org
Subject: Re: [WISPA] importing addresses into google maps.

 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/




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/


Re: [WISPA] importing addresses into google maps.

2008-10-27 Thread David E. Smith
 Hello. I messed with the google maps api last year when i toyed with this
 idea and the problem i ran into was the api wanted longitude and latitude
 imputed not street addressing. Has this changed or am i missing
 something??

The page to which I originally referred you:
http://code.google.com/apis/maps/documentation/services.html
is the page that describes their geocoding API (i.e. the process of
converting street addresses to GPS coordinates).

The source code of
http://code.google.com/apis/maps/documentation/examples/geocoding-simple.html
is basically the hello world of Google Maps geocoding; that should be
plenty to get you started.

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/


[WISPA] importing addresses into google maps.

2008-10-26 Thread sales
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?

Thanks,
John Buwa
Michiana Wireless




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/


Re: [WISPA] importing addresses into google maps.

2008-10-26 Thread David E. Smith
 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/