gpxstudio.github.io
gpxstudio.github.io copied to clipboard
Support for more file formats (KML, TCX, FIT, etc)
Just a technical comment : you can use XSL transformations technology to convert KML to GPX or any other format into any format, rather than using each native API
You can look at this repo for the conversion to FIT. https://gitlab.com/nwholloway/fit-route You have to make the difference between waypoints and courses point. It would be nice to take it into account.
Some use cases for this enhancement:
- Maps.me mobile app only takes KML files, and is widely used for hiking, thus it would help to be able to export from gpxstudio directly in KML.
- For GeoJSON it's more for import, as it's kind of the standard web format for geospatial files (in a general way).
You could use leaflet-omnivore.
I also discovered this code if it can help you. https://gitlab.com/tbsmark86/fit-route/
https://github.com/nrenner/brouter-web/issues/322 Maybe it will help on brouter there has been the same request and there has been a merge lately.
In brouter there are the voicehint that are available and the export in fit that is also present. I hope this will help you.
https://github.com/abrensch/brouter/blob/8bf0125fa3a2da7da4f393847901cdfeb86ff8db/brouter-core/src/main/java/btools/router/VoiceHint.java