gpxstudio / gpxstudio.github.io

The online GPX file editor
https://gpx.studio
MIT License
614 stars 108 forks source link

Performance problems #200

Open Areen3 opened 1 year ago

Areen3 commented 1 year ago

hi

we use gpxstudio to create motorbike routes we already have a lot of marked routes, over 20,000 km we use gpx as a base with interesting off-road routes in one such file, gpx is the total amount of about a thousand sections unfortunately then gpxstudio slows down Is it realistic to fix something in the code to make the tool more efficient? here are sample gpx files divided into regions in Poland https://drive.google.com/drive/folders/1v9I5wfGuwDpstpEzjV9V2j9w-3R7VHXs for example "DolnoslaskieNEW" thank you Piotr ...

mapa4 commented 1 year ago

Hi Areen3,

I already encoutered this issue but there is a workaround.

I looked at your "DolnoslaskieNEW.gpx" file and saw several things :

About the number of tracks in a single file, I am afraid when you will try to visually extract this 5500 tracks to segments, GPXStudio will freeze due to too many tabs in the elevation window.

Regarding the "ele" tag absence, when you load your file GPXStudio systematically tries to add the correct altitude, so it takes time for all the trackpoints but when done, export it and even if the file is bigger, the next load will be quite instantaneous.

However, if you want to modify the file, the actions you will do could be long.

Hope this helps.

Pascal