2010/1/25 Alexis Selves <petr.pej...@gmail.com> > Hi there, > I am new here by the way. > I have only simple question, how can I extract route from google map > and save it into geodb as multipoint or etc.. > Thanks for answers. > >
According to the GMap api docs, you can request driving directions from the client with or without geometric data for the routing polyline: http://code.google.com/intl/it-IT/apis/maps/documentation/services.html#Directions Once you have pulled the polyline from Gmap server, you can send them back to your server and store them in your geodb. You probably will want to decode the polyline from google's encoding format before storing http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ Hope this helps -- Alessandro Pasotti w3: www.itopen.it -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.