Fixing rounding errors by a hack.

This commit is contained in:
DennisOSRM
2012-02-03 18:39:15 +01:00
parent 8a47c87a8a
commit f1332c7c6a
2 changed files with 10 additions and 3 deletions
+1
View File
@@ -159,6 +159,7 @@ public:
convertInternalReversedCoordinateToString(rawRoute.segmentEndCoordinates[segmentIdx].startPhantom.location, tmp);
else
convertInternalReversedCoordinateToString(rawRoute.rawViaNodeCoordinates[segmentIdx], tmp);
reply.content += tmp;
reply.content += "]";
}