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

Wondering if you had any existing example / experience for `Boat` / `Waterway` Routing and if you would be interested in a `Vehicle` which can route on such ways. (https://wiki.openstreetmap.org/wiki/Marine_navigation,...

Calculate a polygon intersection with `a.IntersectionsWith(b)`. Unions and differences are available under `a.UnionWith(b)` and `a.DifferencesWith(b)`. The surface area of a polygon can be found with `a.SurfaceArea()`

when i was loading pbf file it was throwing this "throw new ArgumentException("A tag with this key already exists.");"

Given an `EdgeId` of a `RouterPoint` and the `EdgeId` of another `RouterPoint`, if they do not match I would like to take the first `EdgeId` from the first `RouterPoint` and...

There seems to be an issue in the aforementioned where the index can be outside the bounds of the array: `var nextArray = new int[directedWeights.Length / 2];` When `directedWeights` is...

Hello, The following code throw an exception when trying to calculate the route between two points inside a city. Map is from Mexico and I downloaded from fabrik.de, (mexico-latest.osm.pbf). Exception...

Hi, I am new to Itinero and route planners, and in my project I try to get the route planner to prefer the current road number. So I want to...

Hello! I'm currently trying to test some features from Itinero for my project, which is intended to optimize routes for delivery. My problem is that I'm getting too much `float.MaxValue`...

Hi, I just wanted to report a small issue that happens only in the rarest of cases. In my case, I ran across a road that was exactly 5 km...

bug

I have read https://www.moonsharp.org/moonluadifferences.html and cannot seem to find any reference to `!=` vs `~=`. See also https://stackoverflow.com/questions/34713203/what-does-lua-operator-mean/34713230 Can you point me to the documentation where you figured that out?...