2010/1/26 Alexis Selves <petr.pej...@gmail.com>

> Thanks for hints.
>
> But here is another problem, how can I store my data do geodb with
> javascript?
> I was searching several hours, but nothing...
>
> On 25 led, 15:40, Alessandro Pasotti <apaso...@gmail.com> wrote:
> > 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.ht...
> >
> > 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 storinghttp://
> facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/
> >
> > Hope this helps
> > --
> > Alessandro Pasotti
> > w3:  www.itopen.it
>
>
>
You need some kind of Ajax XHR call from the client and a server-side piece
of software that gets the data coming from the client and put them into the
DB.


-- 
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.

Reply via email to