You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you have 2 options for exporting to a geojson and gpx file. the geojson file is very well structured and I have beautiful formatting and line splitting and has indents. it is easy and convenient to read. the gpx file is written in one line without splitting into lines and has no indentation. it's very hard to read and edit. I ask you to export to a file using formatting and splitting into lines.
The text was updated successfully, but these errors were encountered:
Hi, yes that's in deed a bummer. Unfortunately the GPX library I use does not support this but other users already reported an issue at the library's github repo. Maybe the library will support this some day. I know that there are other GPX libraries out there and I tried a few but the one I'm using now was the most comfortable to use and I'm not switching just because of missing formatting. If I find the time I might add some very basic manual formatting, but we'll see.
Generally those exports are not meant to be read or edited by humans anyway. I also always recommend a special editing program for the exports like Viking, GpsMaster or gpx.studio. It's probably more comfortable and less error-prone 😉
you have 2 options for exporting to a geojson and gpx file. the geojson file is very well structured and I have beautiful formatting and line splitting and has indents. it is easy and convenient to read. the gpx file is written in one line without splitting into lines and has no indentation. it's very hard to read and edit. I ask you to export to a file using formatting and splitting into lines.
The text was updated successfully, but these errors were encountered: