@extends('layouts.app') @section('head') @stop @section('content') @include('includes.revision_history', ['dataset' => 'routing', 'title' => 'Waypoints & exceptions']) @include('includes.page_header', [ 'title' => 'Waypoints', 'purpose' => 'A forced routing point for a country pair — it pushes the calculated route through a specific place, such as a ferry port or border crossing.', ])
@csrf

Tick this to match by whole countries instead of specific cities — the From and To fields then take country names.

{{-- European countries for the "Country Waypoint" mode (native datalist; PlaceKit cannot reliably autocomplete country names). --}}

Each row is a rule for one direction. A route from A to B and the return from B to A are matched separately, so you will usually see the mirrored pair listed as two rows. A blank From or To shown as Any means the rule applies to any place in that position. From/To show the city for a city rule, or the country for a Country Waypoint.

# From To waypoint actions
@include('includes.confirm',['message' => 'This cannot be undone. Delete this waypoint?','title' => 'Delete waypoint','formId' => 'waypointDeleteForm','fieldId' => 'waypointId']) @stop @section('js') @stop