I notice that coordinates in routes.xml are only stored to 6 significant figure whereas coordinates in activity files are stored to 6 decimal places. At my location the resolution on longitude corresponds to about 88 meters which is obviously is not good.
I get this both with QT5.15.2 running on Win11 and QT6.8.3 running on Win10. I'm guessing that it's the default format for QString at line 130 in Routeparser.cpp , but I can't easily do a build to confirm this. Can anyone verify this, or check whether they have a build that doesn't have this problem?