cc-routing / routing

12 stars 1 forks source link

Fix path loading #7

Closed blahami2 closed 8 years ago

blahami2 commented 8 years ago

There seems to be a problem with loading the path properly at the start and at the end. It still starts/ends at node, not at the closest coordinates to the input.

blahami2 commented 8 years ago

Caused by passing start and end to the query. Replaced with original coordinates. Fixed.