Re: Saving google maps values to db

2013-08-29 Thread Kelvin Wong
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-coordin

Saving google maps values to db

2013-08-29 Thread Nkansah Rexford
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