Files
Export motorcycle routes to GPX
Export `.strada` files for Strada-to-Strada sharing, export GPX for route geometry, and keep local backups for your route library.
What it does
`.strada` import and export are implemented with a versioned JSON file format.
GPX export writes a cached track when route geometry is available; without it, the export contains a route with named waypoints.
Local full backups use `.stradabackup`; app data is stored with Core Data and CloudKit support.
Use `.strada` when the other rider uses Strada
A `.strada` file carries the route title, notes, and ordered stops into a new draft with fresh IDs, ready to save and edit.
Use GPX when another tool needs the shape
With cached route geometry, GPX export contains the track points for the road line Strada computed. Without cached geometry, it contains a route with named waypoints. Strada deliberately does not put both representations in the same file.
Back up the library
The app includes automatic local backup support for the broader Strada data set, separate from simple route sharing.
What it does
- `.strada` export and import.
- GPX export.
- Local `.stradabackup` backup service.
- Core Data storage with CloudKit/iCloud support.
Limits
- GPX import is not implemented.
- `.strada` import creates a new draft and does not preserve completed state or memories.
- CloudKit sync is app data sync, not collaboration or multiuser sharing.