On Apr 14, 6:09 am, Bulus <[email protected]> wrote: > > I have most of that working, but I don't know how to pull the data > from the javascript part of the page, and use it in the python > evronment. I also don't know how to send it back to the javascript.
This isn't a difficulty with the API, it's a difficulty with Javascript and AJAX. You want to pass data from Javascript variables to a Python script and back again. http://www.catb.org/%7Eesr/faqs/smart-questions.html#forum -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
