The link I gave you does exactly that. You give GMaps an address and it
gives you JSON (or XML) of many things, among them longitude and latitude.
You can then use  maybe http://gmap3.net/  to display the location on the
map. The ajax that will glue all that together into one page is the
homework.

On Thu, Jul 5, 2012 at 2:25 PM, Satvir Toor <toor.satvi...@gmail.com> wrote:

> I followed below link
> http://pypi.python.org/pypi/django-google-maps/
> it works fine in admin interface, But I want to display a map using
> django templates. I wish for a output like
> No. of text fields and a address field, the map would display the
> location on itself according to value entered into address field.
> Please help me.
>
>
> --
> Satvir Kaur
> satveerkaur.blogspot.in
>
> --
> 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
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to