Michael Bell
Michael Bell
> Subsequent clicks always update the second waypoint, whether or not extra waypoint spaces have been added or selected. This does not seem like expected behaviour. I would expect each...
The[ toolchain file overview ](https://github.com/Project-OSRM/osrm-backend/wiki/Toolchain-file-overview) refers to `.osrm` as a temporary file. However, there is a dependency on [the file](https://github.com/Project-OSRM/osrm-backend/blob/91895604c9e458d1c804189b348e86dfdb2cc31c/src/tools/components.cpp#L46) in `osrm-components`. I'm not sure of the maintenance status of...
Yes it sounds similar. I would suggest holding off until #6153 is applied, as it has related changes. What is the proposed fix? To make serialising to disk optional?
This is what OSRM is seeing https://map.project-osrm.org/debug/car.html#17.04/51.49074/9.87768  The roads from/to that way are not accessible, I believe it's due to the `proposed` tag. The profile[ treats it as not...
I see. It could be that the usage has changed since this was added to the profile, and now this is worth revisiting. I'll run an overpass query to understand...
Forgot to follow-up. I ran a query to see what would be exposed if the profile included `proposed` tags that are missing `highway=proposed` or any reference to construction. https://overpass-turbo.eu/s/1m7f Broadly,...
Sorry if I'm misunderstanding - the change applies`hgv=no` to the inner loop road, whilst the outer loop road has `hgv=designated`. Wouldn't this be the expected behaviour?
Yes, I was misunderstanding 😄 It looks like the roads have been edited a few times recently, so I'm not sure which version of the data is currently deployed. Nevertheless,...
> @mjjbell [5.24.0](https://github.com/Project-OSRM/osrm-backend/blob/master/CHANGELOG.md#5240) Where is the branch of this change `FIXED: Reduce copying in API parameter constructors` ? The link in the changelog.md seems to be wrong ! Off-by-one error:...
We can make an "official" community fork, although it would be a shame to do so given the project is already an independent Github organisation, and this repo still continues...