-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is defined the profile name ? #3946
Comments
In order to support multiple profiles, you will need to run osrm-extract/osrm-contract multiple times and copy the resulting |
Closing as not acitonable on our side here. |
Not so fast cowboy. My issue is that I don't understand how profile name (in the API) are derived from the Lua profiles. I'm using an elastic load balancer and I need to root each request to the appropriate docker instance. |
Up.
Le 14 avr. 2017 18:39, "Daniel J. H." <[email protected]> a écrit :
… Closed #3946 <#3946>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3946 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABngQOMzVIsGo5fOtsCJJ9RTu3dODz1Sks5rv6FVgaJpZM4M9r4v>
.
|
@pocman The profile name in the URL for If you've got a load balancer, you would do the following:
|
Hi,
In the documentation, it's said that Mode of transportation, is determined statically by the Lua profile that is used to prepare the data using osrm-extract.
I ran osrm-extract with 4 profiles
car.lua
,car_datacity.lua
,bicycle.lua
andbicycle_datacity.lua
but I can't use car_datacity and bicycle_datacity as profile values in my requests (car is working for .osrm generated with bothcar.lua
,car_datacity.lua
, same for bicycle).Are the profile defined by some value inside the .lua file ?
Can I changed that by hand in the .osrm files or do I need to run osrm-extract again ?
The text was updated successfully, but these errors were encountered: