Thursday, August 29, 2013

Re: Saving google maps values to db

If you have a map on a page, you can add some Javascript that obtains the Lat and Lng and Zoom Level from the map and then use that data to fill in a form (or do whatever you want with it). This code give some hints

https://developers.google.com/maps/documentation/javascript/examples/map-coordinates

K


On Thursday, August 29, 2013 8:02:31 PM UTC-7, Nkansah Rexford wrote:
I came across this app for displaying Google maps to pages in django. https://bitbucket.org/dbinit/django-gmapi/src

Is there a way I can save Google maps values via a form to db for retrieval later in a page?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment