Hello all, I'm developing an app witch uses google maps api v3 and a MySQL database to store geo data (points, polygons, polylines and georeferenced images). I wanted to kow someone could help me in choosing the best format to store the data in the database. The main problem concerns polygons and polylines: actually I use, for polygons and polylines, the following format: lat1,long1;lat2,long2; etc... (commas to separate lat and lng and semicolon to separate different points). I can parse this format easily using javascript, but I was wondering if is there any recommended format to store the data. I don't want to find a solution that is good for me (already found it) but a widely shared one (if there is one). I see KML uses tabs to separate lat/lng and new lines to separate points. Is there any standard for this? Is there any standard way to "serialize" (to say it with a php term) MVCArrays? Thank you
-- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.