Re: Google Maps API

2008-05-22 Thread Gremmie
On Mar 30, 8:08 pm, [EMAIL PROTECTED] wrote: > I have a field I'm using that shows where events are around our area > for sports collectors, what I'd like to do is implement Google Maps, > kind of like the Washington Post does here: > > http://projects.washingtonpost.com/2008-presidential-candidat

Re: Google Maps API

2008-05-22 Thread jeffself
t has worked without an issues on my server. > > Hope that helps, > > Michael Michael, I assume you want to use geopy to grab the latitude and longitude from Google when you submit the form, correct? Then how do you pass the latitude an

Re: Google Maps API

2008-03-30 Thread Michael
I would search for "google maps API." Really though the integration with google maps is mostly a front end application. So you would create it all with front end javascript. The only real django knowledge to pass here would be to make store the longitude and latitude values that google

Re: Google Maps API

2008-03-30 Thread Ramiro Morales
On Sun, Mar 30, 2008 at 10:08 PM, <[EMAIL PROTECTED]> wrote: > > I have a field I'm using that shows where events are around our area > for sports collectors, what I'd like to do is implement Google Maps, > kind of like the Washington Post does here: > > > http://projects.washingtonpost.com/

Google Maps API

2008-03-30 Thread cmccomas80
I have a field I'm using that shows where events are around our area for sports collectors, what I'd like to do is implement Google Maps, kind of like the Washington Post does here: http://projects.washingtonpost.com/2008-presidential-candidates/tracker/dates/2008/apr/09/6741/ Where/what would I