fix index of instructions

This commit is contained in:
Dennis Luxen 2014-05-26 11:38:35 +02:00
parent 6d1b585212
commit 917b1cbd6c

View File

@ -274,7 +274,7 @@ template <class DataFacadeT> class JSONDescriptor : public BaseDescriptor<DataFa
{
// Segment information has following format:
//["instruction id","streetname",length,position,time,"length","earth_direction",azimuth]
unsigned necessary_segments_running_index = 0;
unsigned necessary_segments_running_index = 1;
round_about.leave_at_exit = 0;
round_about.name_id = 0;
std::string temp_dist, temp_length, temp_duration, temp_bearing, temp_instruction;