Reputation: 151
I have a Google App Engine application that launches a Web Page with Google Map.
I would now like to add functionality to let user sketch on map (which I can probably use JS API for) and then create a fusion table row using python code backend.
Is this possible?
If so how do I transfer the sketch coords from Javascript to Python backend?
Thanks
Upvotes: 7
Views: 756
Reputation: 74094
Here is a simple guideline:
Upvotes: 5