You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is an old issue, but it still seems to throw that error. I was able to encode some single edge openLRs, but others fail.
Fails:
// sentier de l'esperance , 2118 Luxembourg
var line = coder.BuildLine(new Itinero.LocalGeo.Coordinate(49.61307357599604f, 6.138820052146912f),
new Itinero.LocalGeo.Coordinate(49.61323346501051f, 6.139544248580933f));
I tried this with the supplied pbf file and with a fresh file downloaded from geofabrik.
Works:
This one is nearby and also one edge, but it works: CwRd4CNHXgonBgH2AIIKdRgL
BuildLine() fails with 'First edge does not match first vertex.' if coding is done on a single edge.
The text was updated successfully, but these errors were encountered: