Index: applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java
===================================================================
--- applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java	(revision 32347)
+++ applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/core/RoutingGraph.java	(revision 32348)
@@ -254,7 +254,7 @@
             return;
         }
-        double length = fromLL.greatCircleDistance(toLL);
 
         OsmEdge edge = new OsmEdge(way, from, to);
+        double length = edge.getLength();
         edge.setSpeed(12.1);
         graph.addEdge(from, to, edge);
