Routing
Use routing to build and manage waypoint-based paths on the map. This page covers creating routes from the context menu, search, or selected features, then managing route actions, routing options, waypoint actions, and waypoint order.
Creating a Route
Creating a new route and adding to an existing route use the same workflow. Click Add to Route, then use the dropdown menu to either create a new route or select an existing one. The Using Search example below demonstrates adding to an existing route.
Using Context Menu
-
Navigate to the area where you want to add a waypoint (to start a new route or add to an existing route).
-
Right-click to open the context menu.
-
Click Add to Route.
-
In the Add to Route modal, either create a new route and enter a name, or use the dropdown to select an existing route.
-
The route properties panel opens, allowing to to manage the route
When a route is new or has been modified, it is marked as Unsaved. You can identify this in the left route panel by the Unsaved label and warning icon. To save the route, select it on the map (or click Edit Route from the three-dot menu in the route panel), then click Save Route in the properties panel.

Using Search
-
Open the search panel from the main menu.
-
Search for a feature, address, layer, region, or coordinate.
-
Click the three-dot menu next to the result you want to add.
-
Click Add to Route.
-
In the Add to Route modal, either create a new route and enter a name, or use the dropdown to select an existing route.

Using a Selected Feature
-
Navigate the map and select the feature you want to add.
-
Click the feature to open the properties panel.
-
Click Add to Route.
-
In the Add to Route modal, either create a new route and enter a name, or use the dropdown to select an existing route.

Managing a Route
Routes can opened by selecting them as you do all together feature on the map, when route or a waypoint is selected the route will displayed in the right properties panel
Route Actions
The following actions are available for a selected route:
| Option | Description |
|---|---|
| Rename | Rename the selected route. |
| Add to Filter | Add the selected route to the current map filter criteria. |
| Set as Filter | Replace existing filter criteria with the selected route as the filter. |
| Zoom To | Zoom the map to the extent of the selected route. |
| Copy to Clipboard | Copy the route as a FeatureCollection so it can be pasted into another tool or note. |
| Route Options | Open additional actions and settings related to the selected route. |
| Waypoints | View and manage the waypoints that belong to the selected route. |
Example of a copied route:
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"routeName":"New Route 2","routeId":"7640bacc-9701-4bf7-9573-4085e7131d97","selectedWaypointId":"1773024538583"},"geometry":{"type":"GeometryCollection","geometries":[null,{"type":"Point","coordinates":[115.89009225416936,-32.111790258021195]}]}}]}
Routing Options
| Option | Description |
|---|---|
| Optimise Route | When enabled, the system calculates the best waypoint order for the selected route. |
| Route Colour | Set the route colour. This also updates the route colour shown in the route panel legend. |
If Optimise Route is enabled and you add a new waypoint, the order is not automatically recalculated. Toggle Optimise Route off and on again to reapply optimisation.
Waypoint Options
The following actions are available for a selected waypoint:
| Action | Description |
|---|---|
| Zoom To | Zoom the map to the selected waypoint. |
| Delete Waypoint | Remove the selected waypoint from the route. |
| Rename Waypoint | Rename the waypoint for this route. If the waypoint comes from a feature, this does not rename the original feature in the layer. |
Adding Waypoints
You can add waypoints without selecting the route each time. To do this, keep the route properties panel open, then use either the context menu Add to Route action or the search Add to Route action.
Changing the Order of Waypoints
Routes can be adjusted the same way you adjust the order on layers.
-
Select a route on the map, or in the route panel click Edit.
-
Click the three-dot menu next to the waypoint you want to move.
-
Select one of the following options (available options depend on the waypoint's current position in the route):
| Action | Description |
|---|---|
| Bring to Front | Move the waypoint to the first position in the route. |
| Bring to Forward | Move the waypoint one position earlier in the route. |
| Send to Back | Move the waypoint to the last position in the route. |
| Send to Backward | Move the waypoint one position later in the route. |