Re: [OSRM-talk] Install OSRM on MacOs

2019-01-15 Thread Didier Doumerc
Hi Daniel, I have modified the index.html as you wrote. The navigator displays a empty page with colored rectangles (0-10 10-20...) on the left bottom. Should I install something else ? Didier Le lun.14/01/19 à 20:18, Daniel Patterson a écrit : > Hi Didier, > > Looks like you're using the

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-14 Thread Daniel Patterson
Hi Didier, Looks like you're using the correct profile file. As a next step, I'd take a look at using the debug mapping tool at: https://github.com/Project-OSRM/osrm-frontend/tree/gh-pages/debug Install a copy of this locally and modify this line:

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-14 Thread Didier Doumerc
Hi Daniel, Here are the cammands I run : Serveur-CMR:osrm-backend informatique$ ./build/osrm-extract ./build/france-latest.osm.pbf -p profiles/car.lua Serveur-CMR:build informatique$ osrm-partition france-latest.osrm Serveur-CMR:build informatique$ osrm-customize france-latest.osrm

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-11 Thread Daniel Patterson
Hi Didier, I mean, can you include the *full command* you ran? At a minimum, I'd expect `osrm-extract somemap.osm`. By default, `osrm-extract` will look for a file called `profiles/car.lua` relative to the directory in which you invoke it. I would verify a few things: 1. Are you

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-11 Thread Didier Doumerc
I tried : >> osrm-extract >> osrm-partition >> osrm-customize >> osrm-contract That does not work. And I tried >> osrm-extract >> osrm-contract That does not work too. (iP) Didier > Le 11 janv. 2019 à 18:45, Daniel Patterson a écrit : > > What were the *exact* commands you ran? >

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-11 Thread Daniel Patterson
What were the *exact* commands you ran? daniel On Fri, Jan 11, 2019 at 6:06 AM Didier Doumerc wrote: > So I have modified car.lua file : maxspeed_table_default (all values fixed > to 50) and maxspeed_table ["fr:urban"] = 10 etc... > > I have > re-runned

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-11 Thread Didier Doumerc
So I have modified car.lua file : maxspeed_table_default (all values fixed to 50) and maxspeed_table ["fr:urban"] = 10 etc... I have re-runned `osrm-extract/osrm-partition/osrm-customize/osrm-contract` and it changes nothing. I get the same result. I must do something wrong... Didier Le

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-08 Thread Didier Doumerc
Thanks for your answer Daniel. It works fine ! I'm not sure to understand exactly the reason of "-p profiles/car.lua". Does the file car.lua contain speed limits ? Then, if I change a speed, I must run another osrm-extract ? In my exemple, the following request :

Re: [OSRM-talk] Install OSRM on MacOs

2019-01-04 Thread Daniel Patterson
Check out the Wiki page at: https://github.com/Project-OSRM/osrm-backend/wiki/Running-OSRM With OSRM 5.x, the names of some of the tools changed. You will now want to run `osrm-extract -p profiles/car.lua yourmap.osm` then `osrm-contract yourmap.osrm` daniel On Fri, Jan 4, 2019 at 9:33 AM

[OSRM-talk] Install OSRM on MacOs

2019-01-04 Thread Didier Doumerc
Hi, Since I can't upgrade whith a new map (crash when running osrm-prepare), I try to reinstall OSRM. Once I have reinstalled ORSM, I can extract the new map, but I don't find osrm-prepare anymore. I don't know what to do before running osrm-routed. Is someone can give me a link please to a