itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 70 forks source link

Routed path does not match exactly with the path's of source of routing(shapefile) #270

Closed drspam1991 closed 5 years ago

drspam1991 commented 5 years ago

Hi, I run the "Sample.Shape" sample and the result route path, does not match exactly with the source. How can i tell the routing to use match coords with points in source shape file?

Red line is route result: Capture

Thank you.

AndersHGP commented 5 years ago

Hi! Probably related to this #120

drspam1991 commented 5 years ago

@AndersHGP Thank you for replay. I fix this by change Coordinate class (latitude, longitude) from float to double, and also all affected classes.