Keep past trip opaque #151
|
Is there an option to keep the past trips opaque so once a path is taken it stays faded but visible? |
Replies: 3 comments
|
No, there is currently no option to keep past trips fully opaque or adjust the fading behavior. The fading is hardcoded to ensure that long timelines remain clear and efficient to render. If the entire path remained fully visible, the map would eventually become cluttered and make it difficult to follow the current stage of the journey. Older travel fades naturally behind the moving marker. |
|
if the past trail is not turned transparent(and not rendered at all) the amount of calculations needed to draw the trail accumulates and increases quadratically. Rendering becomes more and more expensive. In earlier versions of the app this was tested and a 30 sec video took more than 10 minutes to render at low resolution settings. |
|
this is now available in v3.0.3 as the optional keep past routes visible setting. |
No, there is currently no option to keep past trips fully opaque or adjust the fading behavior.
The fading is hardcoded to ensure that long timelines remain clear and efficient to render. If the entire path remained fully visible, the map would eventually become cluttered and make it difficult to follow the current stage of the journey. Older travel fades naturally behind the moving marker.