I am trying to write an app that displays a bunch of points, allows
the user to move them around, and then submit the changes back to the
server.

The only way I see to do this is to templates to generate JavaScript
making the map, then use JQuery to POST the results (new coordinates
queried from each marker) back to the application via POSTing to a
URL.

Is this really a decent way to go about things?  Should I really be
using templates to make the original map happen (I guess I could make
a URL to generate a KML feed)?  Is there a better way to make
coordinates complete the round trip back to the datastore?

This might be better posted on a maps group, but I will start here....

(I guess I will be learning a lot of JavaScript here shortly...)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to