On 1/15/07, Matt <[EMAIL PROTECTED]> wrote:
I am using [1]geopy to geocode an address, city, state, and zip from my
Events model and save the latitude and longitude to the database during
pre_save. My problem is sometimes Google's geocoder returns the wrong
lat/lng or a list of possibilities. In the admin after saving the
initial data for an Event, I would like to redirect to a page that has
the geocode result/s before saving the lat/lng.

Hey Matt,

I'd suggest exposing the long/lat fields in the admin and putting a
"Geocode this address" shortcut that, when clicked, would do the
geocoding server-side and populate the long/lat fields with the
result. You can do this by hooking into the admin site with JavaScript
(the "js" option to "class Admin") or by overriding the template for
that particular admin page.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to