Interval to RouteSegment

184 views
Skip to first unread message

Martin Goikoetxea Conde

unread,
May 30, 2016, 3:14:55 PM5/30/16
to golden-cheetah-users
Hi,

The function to créate an RouteSegmente from interval data i think that is wrong because the first point of RouteSegment never will be the interval firts point according to the algorithm:


From 428 to 448, the first point It will be to 20m(0,02) distance of the interval start point.

or I'm wrong?

Thanks

Damien Grauser

unread,
May 31, 2016, 1:37:56 AM5/31/16
to Martin Goikoetxea Conde, golden-cheetah-users
Thank you Martin,

I will check and correct.

Damien

--
_______________________________________________
Golden-Cheetah-Users mailing list
golden-che...@googlegroups.com
http://groups.google.com/group/golden-cheetah-users?hl=en
---
You received this message because you are subscribed to the Google Groups "golden-cheetah-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golden-cheetah-u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Martin Goikoetxea Conde

unread,
May 31, 2016, 5:38:02 AM5/31/16
to golden-cheetah-users, matt...@gmail.com
Ok, then the interval "sec" is equal ride "sec" the "_dist" variable value should be 0 (distance between same pointsand as "dist" also is 0 so the interval first point is not saved

   if (dist>0.02) {
      RoutePoint _point = RoutePoint(point->lon, point->lat); 
      route->addPoint(_point);
      dist = 0;
   }

I have created a few segments that do not match the interval in the map.

Thanks
Damien

To unsubscribe from this group and stop receiving emails from it, send an email to golden-cheetah-users+unsub...@googlegroups.com.

Jean Div

unread,
Jun 1, 2016, 7:18:10 AM6/1/16
to golden-cheetah-users, matt...@gmail.com
+1

Have seen the same.

Martin Goikoetxea Conde

unread,
Jun 3, 2016, 6:29:38 AM6/3/16
to golden-cheetah-users, matt...@gmail.com
will you forgive me insist, i send 2 images, one the interval and other the route-segment




Thanks


El martes, 31 de mayo de 2016, 7:37:56 (UTC+2), Damien escribió:
Damien

To unsubscribe from this group and stop receiving emails from it, send an email to golden-cheetah-users+unsub...@googlegroups.com.

Martin Goikoetxea Conde

unread,
Jun 9, 2016, 4:05:44 AM6/9/16
to golden-cheetah-users, matt...@gmail.com
No answer?

Martin Goikoetxea Conde

unread,
Jul 9, 2016, 1:34:50 PM7/9/16
to golden-cheetah-users, matt...@gmail.com
I see changes in the June 12 commit, thankx!!!
Reply all
Reply to author
Forward
0 new messages