Skip to main content
Version: Release 3 - 1.3.3.X

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

  1. Navigate to the area where you want to add a waypoint (to start a new route or add to an existing route).

  2. Right-click to open the context menu.

  3. Click Add to Route.

  4. In the Add to Route modal, either create a new route and enter a name, or use the dropdown to select an existing route.

  5. The route properties panel opens, allowing to to manage the route

tip

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.

Creating a New Route

  1. Open the search panel from the main menu.

  2. Search for a feature, address, layer, region, or coordinate.

  3. Click the three-dot menu next to the result you want to add.

  4. Click Add to Route.

  5. In the Add to Route modal, either create a new route and enter a name, or use the dropdown to select an existing route.

Creating a New Route

Using a Selected Feature

  1. Navigate the map and select the feature you want to add.

  2. Click the feature to open the properties panel.

  3. Click Add to Route.

  4. In the Add to Route modal, either create a new route and enter a name, or use the dropdown to select an existing route.

Creating a New Route using

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:

OptionDescription
RenameRename the selected route.
Add to FilterAdd the selected route to the current map filter criteria.
Set as FilterReplace existing filter criteria with the selected route as the filter.
Zoom ToZoom the map to the extent of the selected route.
Copy to ClipboardCopy the route as a FeatureCollection so it can be pasted into another tool or note.
Route OptionsOpen additional actions and settings related to the selected route.
WaypointsView and manage the waypoints that belong to the selected route.
info

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

OptionDescription
Visible by DefaultIf enabled, next time the map is loaded the route will be visible, if disabled it will be hidden until the user toggles visibility.
Optimise RouteWhen enabled, the system calculates the best waypoint order for the selected route.
Route ColourSet the route colour. This also updates the route colour shown in the route panel legend.
Avoid MotorwaysSet to enabled to request an alternative route that avoids motorways
Avoid Toll RoadsSet to enabled to request an alternative route that avoids toll roads.
Avoid FerriesSet to enabled to request an alternative route that avoids ferries.

Waypoint Options

The following actions are available for a selected waypoint:

ActionDescription
Zoom ToZoom the map to the selected waypoint.
Delete WaypointRemove the selected waypoint from the route.
Rename WaypointRename 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.

  1. Select a route on the map, or in the route panel click Edit.

  2. Click the three-dot menu next to the waypoint you want to move.

  3. Select one of the following options (available options depend on the waypoint's current position in the route):

ActionDescription
Bring to FrontMove the waypoint to the first position in the route.
Bring to ForwardMove the waypoint one position earlier in the route.
Send to BackMove the waypoint to the last position in the route.
Send to BackwardMove the waypoint one position later in the route.