From 61b8b320e3dbf2e3f9b5b327e68c212e58b78e4c Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 13 May 2011 12:37:04 +0000 Subject: [PATCH] Position of instruction off by one --- Plugins/JSONDescriptor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/JSONDescriptor.h b/Plugins/JSONDescriptor.h index a30f7082d..e82508386 100644 --- a/Plugins/JSONDescriptor.h +++ b/Plugins/JSONDescriptor.h @@ -111,7 +111,6 @@ public: convertLatLon(phantomNodes->startCoord.lon, tmp); routeGeometryString += tmp; routeGeometryString += "],"; - position++; _Coordinate previous(phantomNodes->startCoord.lat, phantomNodes->startCoord.lon); _Coordinate next, current, lastPlace, startOfSegment;