Re: [OSRM-talk] alter speed profile

2015-05-08 Thread Jorne De Blaere
klaus [mailto:patrick.nikl...@student.kit.edu] Verzonden: vrijdag 8 mei 2015 15:55 Aan: Mailing list to discuss Project OSRM Onderwerp: Re: [OSRM-talk] alter speed profile You can just add an if condition here https://github.com/Project-OSRM/osrm-backend/blob/develop/profiles/car.lua#L300 that chec

Re: [OSRM-talk] alter speed profile

2015-05-08 Thread Patrick Niklaus
enpark 120, BE 9820 Merelbeke > Willem Alexanderlaan 45, NL-4532 DB Terneuzen > www.conundra.eu > > > -Oorspronkelijk bericht- > Van: Patrick Niklaus [mailto:patrick.nikl...@student.kit.edu] > Verzonden: vrijdag 8 mei 2015 15:28 > Aan: Mailing list to discuss Project OSRM

Re: [OSRM-talk] alter speed profile

2015-05-08 Thread Jorne De Blaere
NL-4532 DB Terneuzen www.conundra.eu -Oorspronkelijk bericht- Van: Patrick Niklaus [mailto:patrick.nikl...@student.kit.edu] Verzonden: vrijdag 8 mei 2015 15:28 Aan: Mailing list to discuss Project OSRM Onderwerp: Re: [OSRM-talk] alter speed profile If you always want to disregard the ma

Re: [OSRM-talk] alter speed profile

2015-05-08 Thread Patrick Niklaus
gt; > Kind regards, > > Jorne > > > > Van: simone zanda [mailto:zand...@hotmail.it] > Verzonden: vrijdag 8 mei 2015 11:16 > > > Aan: Mailing list to discuss Project OSRM > Onderwerp: Re: [OSRM-talk] alter speed profile > > > > Hello . I have the same proble

Re: [OSRM-talk] alter speed profile

2015-05-08 Thread Jorne De Blaere
Hey Simon, Still no luck here. If I have an answer I let you know. Kind regards, Jorne Van: simone zanda [mailto:zand...@hotmail.it] Verzonden: vrijdag 8 mei 2015 11:16 Aan: Mailing list to discuss Project OSRM Onderwerp: Re: [OSRM-talk] alter speed profile Hello . I have the same problem

Re: [OSRM-talk] alter speed profile

2015-05-08 Thread simone zanda
gt; Kind regards, > Jorne > > > Van: Patrick Niklaus [mailto:patrick.nikl...@student.kit.edu > <mailto:patrick.nikl...@student.kit.edu>] > Verzonden: donderdag 7 mei 2015 12:44 > Aan: Mailing list to discuss Project OSRM > Onderwerp: Re: [OSRM-talk] alter speed pr

Re: [OSRM-talk] alter speed profile

2015-05-07 Thread Jorne De Blaere
n this? Kind regards, Jorne Van: Patrick Niklaus [mailto:patrick.nikl...@student.kit.edu] Verzonden: donderdag 7 mei 2015 12:44 Aan: Mailing list to discuss Project OSRM Onderwerp: Re: [OSRM-talk] alter speed profile Hey, if the way has a `max_speed` tag this value is used instead, see here:

Re: [OSRM-talk] alter speed profile

2015-05-07 Thread Patrick Niklaus
Hey, if the way has a `max_speed` tag this value is used instead, see here: https://github.com/Project-OSRM/osrm-backend/blob/develop/profiles/car.lua#L303 Best, Patrick On Thu, May 7, 2015 at 10:00 AM, Jorne De Blaere wrote: > Hey guy’s, > > > > I’m trying to alter the lua file so that I can

[OSRM-talk] alter speed profile

2015-05-07 Thread Jorne De Blaere
Hey guy's, I'm trying to alter the lua file so that I can limit the speed on highways. Is there anyone that can point me in the right direction? I tried so by altering the speed_profile in the car.lua file from GitHub. (["motorway"] = 45) (line 15) in the car.lua file but that has no effect on t