osrm-backend
osrm-backend copied to clipboard
Open Source Routing Machine - C++ backend
Address Issue# 6710 foot.lua and bicycle.lua profiles should support highway="trunk" and highway="trunk_link" for all but 7 countries. The countries to exclude are Austria, Belgium, Denmark, France, Hungary, Slovakia and Switzerland....
# Issue [Bug: Nearest api returning node with id 0](https://github.com/Project-OSRM/osrm-backend/issues/7047) ## Tasklist - [x] Change the nearest_api.hpp code - [x] Update ChangeLog.md [Snapshot of bug fix](https://private-user-images.githubusercontent.com/183595512/372876122-ccf5c208-4c3b-473d-ba48-b810a1f6dad0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjgwMzQ2MjIsIm5iZiI6MTcyODAzNDMyMiwicGF0aCI6Ii8xODM1OTU1MTIvMzcyODc2MTIyLWNjZjVjMjA4LTRjM2ItNDczZC1iYTQ4LWI4MTBhMWY2ZGFkMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQxMDA0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MTAwNFQwOTMyMDJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yOTYxOTQ5NTgxYzQxN2UwNTkxNWM0NjA5ODA4N2Q2YjYyMTk1MjVkZTkyMDY0MGIyZDNkODEzMDVlYTYwOTg5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Gonl9JY0xPptHcB7k6WUF51K1aVggTkmFhbGdW8oXYs) FYI @jcoupey
I am trying migrate osrm backend setup from windows 10 with docker desktop CH algorithm to windows server 2022 (Azure VM). Since docker desktop is not supported in server version...
# Issue Please describe the issue you are seeing with OSRM. Images are a good way to illustrate your problem. **Note**: If your issue relates to the demo site (https://map.project-osrm.org)...
# Issue I have en issue where the nearest api returns a node with id 0. ### **Reproduce** 1) make the following call https://router.project-osrm.org/nearest/v1/driving/5.559843314527809,51.699737313452786?number=1 2) The api returns ``` {...
Hello. Im new in osrm. There is a way to avoid uturn in place with a trip endpoint query? im working in a route optimization for a truck and there...
Hi, I’m working on a game and would like to generate something similar to a wormhole. The basic idea is to modify the car.lua profile so that I can create...
# Issue It looks like in `profile/bicycle.lua` the `weight_name` in properties was unintentionally commented out Without it set to `cyclability` the `safety_check` is committed when using this profile. Turns' weights...
# Issue What issue is this PR targeting? If there is no issue that addresses the problem, please open a corresponding issue and link it here. Please read our [documentation](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/releasing.md)...
### Issue According to the OpenStreetMap `highway=road` [wiki](https://wiki.openstreetmap.org/wiki/Tag:highway%3Droad#Rendering_Support), roads with an unknown classification should be considered errors and shouldn't be routable. Currently, on the OSM site, the OSRM demo shows...