Re: [OSM-dev] map disappear on YourS local installation

2011-12-27 Thread Anwar Azulfa
i have follow refernce from : http://wiki.openstreetmap.org/wiki/Gosmore include install some package : sudo apt-get install libxml2-dev libgtk2.0-dev g++ make subversion libcurl4-gnutls-dev libgps-dev but, gosmore still error when i try make source 2011/12/28 Nic Roets nro...@gmail.com The

Re: [OSM-dev] map disappear on YourS local installation

2011-12-26 Thread Anwar Azulfa
i have copy bboxes.c into jni folder on ubuntu 11.10, but when i compile it.I got error like bellow : $make g++ -DCHILDREN=16 -O2 -DRES_DIR=\/usr/local/share/gosmore/\ -W -Wall `pkg-config --cflags libxml-2.0 || echo -I /usr/include/libxml2` `pkg-config --libs libxml-2.0 || echo -l xml2 -lm` \

Re: [OSM-dev] map disappear on YourS local installation

2011-12-25 Thread Anwar Azulfa
I have configure and make this source, but when i try to execute : *QUERY_STRING=flat=52.396545flon=4.915714tlat=52.373075tlon=4.901638fast=0v=motorcar ./gosmore* * * [this is output] maple@maple:~/src/gosmore$ QUERY_STRING=flat=52.396545flon=4.915714tlat=52.373075tlon=4.901638fast=0v=motorcar

Re: [OSM-dev] map disappear on YourS local installation

2011-12-25 Thread Cartinus
Hello, It doesn't find a route because the start point and the end point of your query are somewhere in Europe. flat and flon are the latitude and longitude of the start point. tlat and tlon are the latitude and longitude of the end point. Try these values. They should be somewhere in

Re: [OSM-dev] map disappear on YourS local installation

2011-12-25 Thread Anwar Azulfa
Hi Cartinus, Now i use German.pak which i downloaded from http://dev.openstreetmap.de/gosmore/ Firstly when i try routing with accessing localhost on browser it doesn't work, becuase of this code i think: */*switch ($layer) { case 'cn': $gosmore = '/normal'; $style = 'cyclestyles.xml';

Re: [OSM-dev] map disappear on YourS local installation

2011-12-23 Thread Nic Roets
On Thu, Dec 22, 2011 at 5:36 PM, Anwar Azulfa an...@troyans.net wrote: i have checkout from http://svn.openstreetmap.org/applications/routing/yours/branches/version-1.0-via now, map is appear. but when i try to make routing, i get error again this is step which i did : 1. i following

Re: [OSM-dev] map disappear on YourS local installation

2011-12-22 Thread Anwar Azulfa
i have checkout from http://svn.openstreetmap.org/applications/routing/yours/branches/version-1.0-via now, map is appear. but when i try to make routing, i get error again this is step which i did : 1. i following reference from http://wiki.openstreetmap.org/wiki/YOURS and checkout from

[OSM-dev] map disappear on YourS local installation

2011-12-20 Thread Anwar Azulfa
I try install yours on my computer, i have followed reference from http://wiki.openstreetmap.org/wiki/YOURS But when i access it via browser, i can't found any map. then i get idea to pointing js to my map on local computer because i have own local tiles . I try to change init function on