bonham / trackmanager

GNU General Public License v3.0
2 stars 0 forks source link

Optimize loading of tracks - do it in chunks - start with visible tracks #139

Open bonham opened 3 months ago

bonham commented 3 months ago

When zooming in and then switching the year filter ( or selecting All ), then all tracks are loaded at once and it can take some time until tracks are visible. Instead tracks should be loaded in smaller batches and those loaded should be displayed. Best to start with tracks which are in viewport and then continue with the rest ( e.g. sort by distance to viewport )