Ubuntu has fairly up-to-date Postgis packages available, I believe. That might be an easier route to start from if you're unfamiliar with building from source.
On 1/27/10 12:04 PM, "Alexis Selves" <petr.pej...@gmail.com> wrote: > Hello again, > I have another problem... > When I want to install PostGIS using this > http://geodjango.org/docs/install.html#postgis > I receive this: > make -C liblwgeom > make[1]: Entering directory `/home/petr/Skola/postgis-1.4.0/liblwgeom' > gcc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -c -o > measures.o measures.c > In file included from measures.c:16: > liblwgeom.h:18:31: error: ../postgis_config.h: No such file or > directory > make[1]: *** [measures.o] Error 1 > make[1]: Leaving directory `/home/petr/Skola/postgis-1.4.0/liblwgeom' > make: *** [liblwgeom] Error 2 > I am hopeless or I don't know.. Everything I do is following the hints > on official pages.. > I use ubuntu 9.10.. by the way.. > > > On 26 led, 18:56, Alessandro Pasotti <apaso...@gmail.com> wrote: >> 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.