Add start point of route to the created track - #643
Conversation
|
Thanks @jrheinlaender ! Rather than cut 'n paste all that duplicate code, could we not rather wrap it all up in a method, and call that method for the start point, as well as all other points? I think that would be tidier and avoid future bugs (where for example the piece of duplicated code is updated with in one , but not another. |
6be30f2 to
6ac0f21
Compare
|
Thanks @jrheinlaender ! That looks much better. You'll probably want to replace this: With something like this, to avoid all the duplicate method calls, and make the code more readable. |
6ac0f21 to
5c7ccd1
Compare
|
Thanks for that. Code looks great now. And thanks for putting up with my nit picking 😁 |
|
@rgleason will have to merge this. My permissions were revoked, for some reason. |
That's fine. Productive criticism is always welcome. |
The start point of the calculated weather route was not included in the created track.