﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12956	plugin routing, RoutingGraph addEdge method	ksmlgl	franpd	"RoutingGraph addEdge method does not work accurately, In the method, the length variable should be taken from related edge.
In current revision of this class line: 249
double length = fromLL.greatCircleDistance(toLL);

should be
double length = edge.getLength();
after the OsmEdge object created

"	enhancement	closed	normal		Plugin routing		fixed		
