Position of instruction off by one
This commit is contained in:
parent
689b447990
commit
61b8b320e3
@ -111,7 +111,6 @@ public:
|
|||||||
convertLatLon(phantomNodes->startCoord.lon, tmp);
|
convertLatLon(phantomNodes->startCoord.lon, tmp);
|
||||||
routeGeometryString += tmp;
|
routeGeometryString += tmp;
|
||||||
routeGeometryString += "],";
|
routeGeometryString += "],";
|
||||||
position++;
|
|
||||||
|
|
||||||
_Coordinate previous(phantomNodes->startCoord.lat, phantomNodes->startCoord.lon);
|
_Coordinate previous(phantomNodes->startCoord.lat, phantomNodes->startCoord.lon);
|
||||||
_Coordinate next, current, lastPlace, startOfSegment;
|
_Coordinate next, current, lastPlace, startOfSegment;
|
||||||
|
Loading…
Reference in New Issue
Block a user