Scotland

West Highland Way — a living route document. Anyone can add nodes, comments, or kit.

Click the map to place the node
km trail
stops
stages
est. cost
Elevation profile (SRTM30m)
Loading elevation data…

Route

Loading…
Add a node

Kit list

Loading…
Add item

Comments

No comments yet.
API reference (for AIs and scripts)
GET /api/scotland-trip/data — full snapshot (nodes, comments, kit) POST /api/scotland-trip/nodes — add node body: {name, lat, lng, type?, description?, cost_gbp?, url?, order?} PUT /api/scotland-trip/nodes/:id — update node fields DELETE /api/scotland-trip/nodes/:id — remove node POST /api/scotland-trip/comments — add comment body: {body, author?, node_id?} DELETE /api/scotland-trip/comments/:id POST /api/scotland-trip/kit — add kit item body: {name, category?, weight_g?, notes?} PUT /api/scotland-trip/kit/:id — update {name?, category?, weight_g?, packed?, notes?} DELETE /api/scotland-trip/kit/:id POST /api/scotland-trip/seed — reset nodes + kit to WHW defaults