Thanks for the support!
I created the kurviger format first in the app, so the app can save
/ restore
offline the last route.
Then we offered it as an extra format in export / import, so users
can save / restore their routes.
Cruiser can export and import offline Kurviger files.
A "regular" gpx file with the wpt / rte / trk sections only
contains:
- Track geometry in <trk> section (as coordinates)
- Waypoints in <wpt> and <rte> sections
See also:
https://en.wikipedia.org/wiki/GPS_Exchange_Format
However navigation needs much more data to work, like turn
instructions, distances / times, etc.
So any routing app that imports "regular" gpx, in order to convert
it to a route for navigation,
it needs to calculate the missing data, i.e. generate turn
instructions, distances / times, etc.
BUT there is the
GPX navigation track, an
offline
format compatible with
GPX schema.
It is already used by many apps and websites, like Locus app and in
RouteYou
website.
With the GPX navigation format, can save / load
offline the
routes,
and provide them to other apps / devices, they read it as any GPX.
Cruiser can export and import offline
GPX navigation files.
Select "Navigation" in the GPX export / import dialogs
(see also
here).
--