Allow tolls in local instance

I’m running service in my local, Is there a way to modify config to allow find route for tolls road
“lmsets”: “highways;allow_all” did not work

Thanks for reaching out!

The config parameter ors.engine.profiles.*.preparation.methods.core.lmsets defines the so called landmark sets for the CALT routing algorithm as described here. Its purpose is purely performance-related. For example, if your use case involves a lot of queries with avoid=tollways option enabled, you could improve response times of these queries by defining a corresponding landmark set via “lmsets”: “tollways;allow_all”. The allow_all is the default, most generic landmark set which serves any query. Routing on toll roads is allowed unless explicitly excluded for a given query with avoid=tollways parameter. I hope this clarifies a few things.

Cheers,
Andrzej

I see, thanks for clarification
If the tolls is by default allowed, can you please help know the reason why this route has unassigned response (time window and truck window all are ok)
we face this issue with 3 different geo coordinate, and the shared things was tolls way (from google map)

{"shipments":[{"pickup":{"id":1,"location":[39.23944444,21.41472222],"service":13340,"time_windows":[[1715580000,1715580000]],"description":"49c79bb1-ed63-4c14-b203-e7a1cc6b461b"},"delivery":{"id":2,"location":[50.14591,26.405891],"service":15000,"time_windows":[[1715576400,1715601600],[1715662800,1715688000],[1715749200,1715774400],[1715835600,1715860800],[1715922000,1715947200],[1716008400,1716033600],[1716094800,1716120000],[1716181200,1716206400],[1716267600,1716292800],[1716354000,1716379200],[1716440400,1716465600],[1716526800,1716552000],[1716613200,1716638400],[1716699600,1716724800],[1716786000,1716811200],[1716872400,1716897600],[1716958800,1716984000],[1717045200,1717070400],[1717131600,1717156800],[1717218000,1717243200],[1717304400,1717329600],[1717390800,1717416000],[1717477200,1717502400],[1717563600,1717588800],[1717650000,1717675200],[1717736400,1717761600],[1717822800,1717848000],[1717909200,1717934400],[1717995600,1718020800],[1718082000,1718107200],[1718168400,1718193600],[1718254800,1718280000],[1718341200,1718366400],[1718427600,1718452800],[1718514000,1718539200],[1718600400,1718625600],[1718686800,1718712000],[1718773200,1718798400],[1718859600,1718884800],[1718946000,1718971200],[1719032400,1719057600],[1719118800,1719144000],[1719205200,1719230400],[1719291600,1719316800],[1719378000,1719403200],[1719464400,1719489600],[1719550800,1719576000],[1719637200,1719662400],[1719723600,1719748800],[1719810000,1719835200],[1719896400,1719921600],[1719982800,1720008000],[1720069200,1720094400],[1720155600,1720180800],[1720242000,1720267200],[1720328400,1720353600],[1720414800,1720440000],[1720501200,1720526400],[1720587600,1720612800],[1720674000,1720699200],[1720760400,1720785600],[1720846800,1720872000],[1720933200,1720958400]],"description":"9f9a838b-2900-40a8-83e5-9d3a08844df7"},"priority":0},{"pickup":{"id":3,"location":[39.242778,21.538049],"service":6100,"time_windows":[[1715594536,1715594536]],"description":"58a3be21-9d00-4d46-942e-535f6cedd159"},"delivery":{"id":4,"location":[50.14591,26.405891],"service":13200,"time_windows":[[1715576400,1715601600],[1715662800,1715688000],[1715749200,1715774400],[1715835600,1715860800],[1715922000,1715947200],[1716008400,1716033600],[1716094800,1716120000],[1716181200,1716206400],[1716267600,1716292800],[1716354000,1716379200],[1716440400,1716465600],[1716526800,1716552000],[1716613200,1716638400],[1716699600,1716724800],[1716786000,1716811200],[1716872400,1716897600],[1716958800,1716984000],[1717045200,1717070400],[1717131600,1717156800],[1717218000,1717243200],[1717304400,1717329600],[1717390800,1717416000],[1717477200,1717502400],[1717563600,1717588800],[1717650000,1717675200],[1717736400,1717761600],[1717822800,1717848000],[1717909200,1717934400],[1717995600,1718020800],[1718082000,1718107200],[1718168400,1718193600],[1718254800,1718280000],[1718341200,1718366400],[1718427600,1718452800],[1718514000,1718539200],[1718600400,1718625600],[1718686800,1718712000],[1718773200,1718798400],[1718859600,1718884800],[1718946000,1718971200],[1719032400,1719057600],[1719118800,1719144000],[1719205200,1719230400],[1719291600,1719316800],[1719378000,1719403200],[1719464400,1719489600],[1719550800,1719576000],[1719637200,1719662400],[1719723600,1719748800],[1719810000,1719835200],[1719896400,1719921600],[1719982800,1720008000],[1720069200,1720094400],[1720155600,1720180800],[1720242000,1720267200],[1720328400,1720353600],[1720414800,1720440000],[1720501200,1720526400],[1720587600,1720612800],[1720674000,1720699200],[1720760400,1720785600],[1720846800,1720872000],[1720933200,1720958400]],"description":"9f9a838b-2900-40a8-83e5-9d3a08844df7"},"priority":0}],"vehicles":[{"id":1,"profile":"driving-car","description":"Vehicle type: FLATBED","start":[39.23944444,21.41472222],"time_window":[1715580000,1720980000],"speed_factor":0.67}],"method":"DIRECTED_OPTIMIZED","options":{"g":true}}