last leg of route is now computed correctly
This commit is contained in:
@@ -168,10 +168,10 @@ public:
|
||||
rep.content += tmp;
|
||||
rep.content += (" ");
|
||||
}
|
||||
convertLatLon(targetCoord.lon, tmp);
|
||||
convertLatLon(phantomNodes->targetCoord.lon, tmp);
|
||||
rep.content += tmp;
|
||||
rep.content += (",");
|
||||
convertLatLon(targetCoord.lat, tmp);
|
||||
convertLatLon(phantomNodes->targetCoord.lat, tmp);
|
||||
rep.content += tmp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user