ThinkGeo.com    |     Documentation    |     Premium Support

Routing broken in 6.0.0.150?

 Is it just my code or is routing broken in 6.0.0.150?


If I try to route on a short distance where start and end is on the same road.


_route.Distance is fine, but


_route.Route is null????


 


If I route where start and end is on different roads _route.Route is not null (as expected)!!


 



           RoutingResult _route = ServiceRouting.Routes.RouteClass.GetShortestRoute(_pointshape, "DK");


            routingLayer.Routes.Clear();                        


            routingLayer.StartPoint = _pointshape;            


            //routingLayer.EndPoint = _route.Features.Last().GetShape().GetCenterPoint(); <- Not getting the end of the line....


            routingLayer.Routes.Add(_route.Route);


            winformsMap1.Refresh(winformsMap1.Overlays["RoutingOverlay"]);


 




Hi, Niels, 
  
 Thank you for reporting this bug, it has been fixed, please get 6.0.151.0 or 6.0.0.151 or later and have a try. 
  
 Regards, 
  
 Edgar