Hi all We're about to launch into what could be a time-consuming project and wanted to see whether we're approaching it properly. Basically, we're looking to implement an automatic geocoder into our Django admin interface, which will:
- Accept concatenated input from address, city, state and ZIP fields - Return a list of lat/lon result options on a map and allow the user to select the correct one (human validation) - Populate a table's lat/lon fields with the selected result It seems like a custom manipulator would do the job, along with some template wizardry, but we're trying to figure out how best to integrate that with the admin. Based on the posts I've read, creating new admin views seems like the way to go, but we want to make sure we're not overlooking an easier option. Any thoughts? Thanks, Chase Davis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---