If you go to the demo: http://gmaps-utility-library-dev.googlecode.com/svn/trunk/geometrycontrols/examples/test.html
click on the "turn autosave on" button, then click a geometry, and hit the "Ok" button, you'll see an example of the kind of data that is prepared to be sent back to the server. There aren't any database schema creation scripts in the project *(although that's a good idea), you can look at the structure of the json it expects, and get a pretty good idea of what kind of table setup you'd need: http://gmaps-utility-library-dev.googlecode.com/svn/trunk/geometrycontrols/examples/data/testdata.js hope that helps! On May 5, 4:24 pm, Craig <[email protected]> wrote: > Okay - after going through the trunk I didn't really find anything to > solve this: > " Is there a way to save this data to xml or to a mysql database?" Or > maybe I didn't look hard enough. Thanks again! > > On Mar 26, 1:19 pm, chrismarx <[email protected]> wrote: > > > > > > > have a look > > here-http://gmaps-utility-library-dev.googlecode.com/svn/trunk/geometrycon... > > > basic reference and code is in the trunk- > > > On Mar 25, 4:25 am, Rossko <[email protected]> wrote: > > > > > I've spent quite a bit of time working with the tutorials and am > > > > capable of populating a map with a database and saving points to a > > > > database though I've hit a road block when it comes to saving polyline > > > > data to a database using the polyline tool. To be clear if a user > > > > traces a route on a map with the polyline tool and then capturing that > > > > map. > > > > Which part of that is sticky : getting the vertices from the map? > > > getting the data to the server? putting the data in the database? > > -- > 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
