New File
Create a new empty GPX file. Keyboard shortcut:Cmd+N (Mac) / Ctrl+N (Windows)
Open Files…
Open files from your computer. Keyboard shortcut:Cmd+O (Mac) / Ctrl+O (Windows)
New Folder
Create a new folder to organize your files. Folders help you keep related routes and tracks grouped together in your workspace.Import Google URL…
Paste a Google Maps directions URL and Rendzo builds a new GPX file from it. Each stop in the directions becomes a waypoint, and the routing tool computes a path between them along roads or trails — so the result is a real GPX track, not just a list of points.How It Works
- In Google Maps, plan a route with at least two stops (e.g., “Albuquerque → Santa Fe → Taos”).
- Click Share in Google Maps and copy the URL — make sure it’s the full URL, not a shortened share link (see Limitations below).
- In Rendzo, choose File → Import Google URL….
-
Paste the URL into the dialog. The dialog parses it live:
- ”✓ N waypoints · Google travel mode: drive” means the URL parsed successfully.
- A red error message means the URL is unsupported or empty.
-
The Routing profile dropdown is automatically set based on Google’s travel mode:
- Drive → Car
- Bike → Bike
- Walk / Transit → Run/hike
- Click Import. A new GPX file appears in your File Tree with the routed track and the waypoints.
Limitations
- Short URLs are not supported. Links like
goo.gl/maps/...ormaps.app.goo.gl/...only resolve through Google’s servers; they don’t contain the route data Rendzo needs. Open the short link in your browser first to expand it to the full URL, then paste that. - The URL must have at least 2 resolved stops. A URL with only an origin (no destination) can’t become a route.
- Coordinates must already be in the URL. Most directions URLs include them automatically. If yours doesn’t, open the route in Google Maps and the URL should refresh with coordinates embedded.
What You Get
The resulting file:- Contains one waypoint per stop in the Google directions, named with the place label from Google when available.
- Contains a single routed track connecting the waypoints along the network for your chosen profile.
- Is saved to the root of your File Tree — you can drag it into a folder afterward.
The route is computed by Rendzo’s routing engine using OpenStreetMap data, not by Google. If you want a different routing engine’s path or you don’t want the route computed at all (just the waypoints), use the regular Route Planning tool with the same coordinates.
Duplicate
Create a copy of the currently selected files. Keyboard shortcut:Cmd+D (Mac) / Ctrl+D (Windows)
This option is only available when one or more files are selected.
Export…
Open the export dialog to save the currently selected files to your computer. Keyboard shortcut:Option+Cmd+S (Mac) / Alt+Ctrl+S (Windows)
This option is only available when one or more files are selected.
Export All…
Open the export dialog to save all open files to your computer. Keyboard shortcut:Shift+Cmd+S (Mac) / Shift+Ctrl+S (Windows)
The Export Dialog
Both export actions open the same dialog. It lists the files about to be exported — a single file downloads as a.gpx file, multiple files are bundled into a ZIP archive.
Format
Choose how the path is written into the GPX file:- GPX Track — full detail, best for following the exact path you created. Every point of the path is included, and your GPS device displays it as-is.
- GPX Route — turn points only. Your GPS device recalculates the path between the points using its own routing engine and maps, which enables turn-by-turn prompts but can differ from the track you defined.
Tracks vs Routes
What tracks and routes are, how they differ, and how Rendzo picks the turn
points for a route export.