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;