Deleting Dynamic Tracks
Hello, While building my route I have reached at a point where number of dynamic tracks is maximum. So now suppose I delete track 65535 using TSRE then also new dynamic track number in my route will be 65536. So My question is how we can delete dynamic tracks permanently from route using TSRE ?
There is no maximum number of dynamic tracks in TSRE / OR. If you still use MSTS you should think about it earlier.
Dynamic tracks share their entries, so the entries can't be removed when you delete a dynamic track. But it is difficult to reach 25536 unique dynamic tracks anyway. If you reached this point, forget about MSTS.
Dynamic tracks share their entries, so the entries can't be removed when you delete a dynamic track. But it is difficult to reach 25536 unique dynamic tracks anyway. If you reached this point, forget about MSTS.
Edit. I looked into TSRE code and there is indeed a limit of 65563 sections that can be used iside a trackpath vector. Maybe I changed it from int to short when making an android version.
Source code change is required to fix this issue.
Source code change is required to fix this issue.