How this works. Cartway is a tour- and coverage-intelligence concept for a fragmented logistics network. The map, geography and every figure are invented and illustrative. Order demand is modelled as weighted daily-drop density; a depot serves orders within its service radius, with a linear falloff to the edge. The agent measures current coverage, then greedily searches candidate depot locations for the ones that capture the most un-served orders without overlapping — proposing depot moves, each with a plain-language rationale and a score. The hero is the multi-stop tour: it plans an optimized route from the home depot across the selected stops (nearest-neighbour seed, improved by 2-opt), consolidating drops into one loop and reporting how much shorter it is than running each stop as a separate out-and-back. Accept a move and coverage, white-space and the tour recompute live. Everything runs on this page — no network, no map tiles.