fix index of instructions
This commit is contained in:
parent
6d1b585212
commit
917b1cbd6c
@ -274,7 +274,7 @@ template <class DataFacadeT> class JSONDescriptor : public BaseDescriptor<DataFa
|
|||||||
{
|
{
|
||||||
// Segment information has following format:
|
// Segment information has following format:
|
||||||
//["instruction id","streetname",length,position,time,"length","earth_direction",azimuth]
|
//["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.leave_at_exit = 0;
|
||||||
round_about.name_id = 0;
|
round_about.name_id = 0;
|
||||||
std::string temp_dist, temp_length, temp_duration, temp_bearing, temp_instruction;
|
std::string temp_dist, temp_length, temp_duration, temp_bearing, temp_instruction;
|
||||||
|
Loading…
Reference in New Issue
Block a user