routing icon indicating copy to clipboard operation
routing copied to clipboard

The routing core of itinero.

Results 116 routing issues
Sort by recently updated
recently updated
newest added

I'm routing between points that are somewhat on a 90 degree x/y grid and getting a lot of zig-zaggy results based on best time. Is there any way to introduce...

Hi there, I resolve my start and end points and check their connectivity, but sometimes this fails (can it fail?). Also when connectivity is OK, calculate() sometimes fails. I only...

Hi, given: 1. Very Long Truck of Length 50m 2. TurningCircle of diameter X meters What is the preferred way to say that the TurningCircle is NOT accessible when diameter...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi itinero , I want to draw my route from my current position to the nearest ... to a long point . Thank you in advance

Hi, I would like to ask about the behavior of tryResolve. I try to connect routes less than 50 meters of distance. Sometimes the router returns the correct routerPoint, but...

Hi @xivk and all itinero team, thank you for great and very usefull library. In my application user can add to own profile several vehicles, for example, several small trucks...

I was trying to understand, why cache for resolved points absolutely doesn't work, so has debugged library to check it's internal behavior. Here's an `Add` method from `ResolverCache`: ```c# public...

Out of curiosity, if I want to globally block an edge from being used, can I use [`RoutingNetwork.RemoveEdge`](https://docs.itinero.tech/itinero/Itinero.Data.Network.RoutingNetwork.html#Itinero_Data_Network_RoutingNetwork_RemoveEdge_System_UInt32_) instead of a RestrictionsDb? Thanks!

Hi, First of - thanks for this great library. It is very easy to get started and seems very robust. I am using the library to calculate routes and then...