mapbench

January 5, 2026 · 6 min read · MapBench editorial

What 'As the Crow Flies' Actually Means — and When It Lies to You

There is a moment in every distance argument where someone says 'but it's only forty kilometres!' and the other person says 'it took me an hour!' and both are right. The first number is the crow's — the great-circle arc, the shortest possible path over the sphere. The second is the road's. The whole craft of using distance tools is knowing which bird you're quoting.

The crow's number is reproducible forever from two coordinates, and it's the right answer for a surprising list of jobs: radio range, drone batteries, wildlife movement, how far the lightning was, whether two offices are 'close' in a merger deck. It is also a lower bound — nothing on wheels can beat it, which makes it a built-in lie detector for any quoted route.

The tax collectors

Roads add their tax in three currencies: topology (rivers, ridges, one missing bridge), law (borders, one-way systems, roads your vehicle class can't use) and speed (a straight 100 km/h line versus a蜿蜒 valley road). In flat, gridded places the tax is 15–25%; in fjord country it can triple the distance. The driving distance calculator shows the taxed figure, and comparing the two is the fastest geography lesson available — the gap itself is information about the landscape.

My rule of thumb after years of this: quotes for humans get the road number with the crow's number in parentheses; quotes for physics get the crow alone; and anything with a schedule attached gets the travel-time tool, because time is distance plus sociology. When a tool prints all three rungs of that ladder, use all three — and when someone forwards you a single mysterious number, you now know the first question to ask: which bird flew this?

The toolkit behind this post, in depth

Crow-Flies Distance Calculator

'As the crow flies' is the everyday name for great-circle distance: the shortest possible path between two points along the Earth's curved surface, ignoring roads, fences and terrain. Enter two places or coordinates and this tool computes that path with the haversine formula, reporting it in miles, kilometres, meters, feet or nautical miles plus the initial compass direction. The map's dashed line shows the true shortest path — and on long east-west routes it visibly reminds you why flat maps lie: the straight line on a globe projects as a curve.

Straight-line distance is the right metric whenever nothing on the ground constrains movement: radio and cellular coverage, drone and aircraft range, bird and seed dispersal, light and sound propagation, insurance radius clauses, and quick geographic comparisons. When roads do matter, the driving distance tool provides the on-road counterpart so you can see the detour penalty side by side. Both endpoints accept names, addresses or raw coordinates, results convert live between units, and the shareable URL reproduces your exact pair — free, private and instant in the browser.

Driving Distance Calculator

Straight-line tools tell you the planet's answer; this one tells you the road's answer. Enter a start and destination and the tool routes along the actual OpenStreetMap road network using the open Valhalla routing engine, returning true driving distance and an estimated travel time derived from road classes and speed limits — with a fallback to the OSRM engine if the primary server is busy. The route draws on the map so you can see exactly which corridors were chosen before you trust the number.

One transparency note is part of the result: durations are free-flow estimates, not live traffic, so rush-hour city legs need a buffer — the label says so every time. Islands, closed borders or points off the network produce a clear, explained error instead of a fabricated route. This is the tool for logistics quotes, commute comparisons, trip planning and reimbursement documentation; when you need more stops, the multi-stop planner extends the same engine to full itineraries, and the straight-line calculator shows the theoretical minimum for comparison.

Distance Between Two Places

Search any two places on Earth — cities, addresses, airports or raw coordinates — and this tool returns the straight-line distance between them in miles, kilometres, meters, feet or nautical miles, together with the initial bearing and its compass point. The calculation is a great-circle measurement on the WGS84 sphere using the haversine formula: the same geometry behind flight planning, and accurate to within about 0.3% of a full ellipsoidal geodesic. A dashed line on the map shows exactly what is being measured, and swapping A and B takes one click.

Use it for quick reality checks — how far is the airport, how big is this country, how far apart are two offices — and as the entry point to deeper tools: the bearing calculator for direction, the halfway tool for meet-ups, the driving calculator for road distance and time. Because straight-line distance is the physical lower bound, it is the right number for radio range, wildlife movement, flight baselines and service-radius thinking. Coordinates are accepted in decimal or DMS, results convert across all units live, and the URL stores both points so any calculation is shareable and reproducible.

Travel Time Calculator

Sometimes the distance is not the question — the clock is. Enter two places and a travel mode and this tool returns the estimated duration plus the distance behind it, computed by routing along the actual road or path network with Valhalla (OSRM fallback for driving). It is the fastest way to answer 'can I make the 3 pm meeting from here', 'is the airport feasible before check-in closes', or 'how long is the Saturday ride', without opening a full navigation app.

The honesty rules are visible on the page: durations are free-flow network estimates, so peak congestion, weather and parking add real-world margins — a 20–40% buffer is a sensible rule in congested cities, and the tool says so. Ferries and toll roads behave as the open routing graph models them; where no legal route exists you get a clear explanation, not a number. Combine with the drive-time map when the question inverts from 'how long to get there' to 'how far can I get in this time'.

The geometry of distance: why the crow flies in arcs

Distance on a planet is not distance on paper. The shortest path between two points on Earth is an arc of a great circle — a circle whose centre is the planet's centre — and every serious distance tool computes that arc, not a straight line on a flat map. The standard formula, haversine, turns two latitudes and a longitude difference into a central angle and multiplies by Earth's mean radius. On the WGS84 sphere it agrees with survey-grade ellipsoidal geodesics to about three parts in a thousand, which is far tighter than the uncertainty in most real questions, like where exactly 'the city centre' is.

Bearings complete the picture. The initial bearing is the compass angle you would steer at departure; on a great circle it drifts continuously as the route crosses meridians, so the final bearing at arrival is generally different. That drift is why intercontinental flights arc toward the poles on flat charts — they are not detouring, they are taking the shortest path, and the map is what bends. Tools that report a single 'direction' for a long route are hiding this geometry; the honest display shows initial bearing, final bearing and the compass point for humans.

Finally, keep the family of distances distinct in your head: straight-line (the physical lower bound, right for radio and wildlife), road distance (what you drive, always equal or longer), and travel time (road distance reshaped by speed limits and network structure). Comparing the first two tells you how much geography taxes your route — a number that is itself interesting, whether you are planning a commute or pricing a delivery zone.

Distance literacy: choosing the right yardstick

Most distance errors are category errors: quoting straight-line where a road is meant, or a road where a schedule is meant. A useful discipline is to name the yardstick aloud in every sentence that uses a number — 'as the crow flies', 'by road', 'at free-flow speeds'. The three form a ladder of realism, each rung adding assumptions: the sphere's geometry, the network's topology, then human speed limits. Crow-flies is reproducible forever from coordinates alone; road distance depends on the mapping vintage; travel time depends on the traffic model. Knowing which rung your decision stands on tells you how much it can move.

The ladder also teaches when disagreement is a bug and when it is truth. If your road distance is shorter than your straight-line distance, something is wrong — topology cannot beat geometry. If two straight-line tools disagree by more than half a percent, one is using flat math or a wrong radius. And if bearings from A→B and B→A don't differ by roughly 180° (convergence aside from exact antipodal oddness), a tool is faking the back-bearing. These consistency checks cost seconds and catch most published nonsense.

  • State the yardstick in every sentence that carries a number; ambiguity is the enemy, not imprecision.
  • Use nautical miles and bearings together for anything marine; statute miles and compass points for prose.
  • For multi-point studies, export the matrix as CSV and let the spreadsheet hold the single source of truth.
  • Check tool sanity with known pairs (Equator quarter ≈ 10,018 km; London–Paris ≈ 344 km) before trusting exotic ones.

Honest limits & when to escalate

The honest limits here are about category, not quality: great-circle math is near-exact, but it answers 'how far over the surface', not 'how far as driven, flown or walked'. Airline distances follow airways and winds; odometers follow detours; hikers follow switchbacks. Quoting a straight-line number into a fuel budget is the classic misuse, which is why the tools keep the ladder visible — crow-flies, road, time — and label each rung. A second limit is definitional: 'city to city' means mapped centre to mapped centre, and a suburb-to-airport question is a different measurement wearing the same sentence.

Within those bounds the numbers are durable: reproducible from coordinates alone, stable across tools that use the same radius convention, and accurate to a fraction of a percent of geodetic truth. The escalation path is short and rarely needed — ellipsoidal libraries (Karney's algorithms) for survey-grade millimetres, the routing engine for network truth, and the airline's schedule for invoice truth. Knowing which authority owns which number is the entire craft of distance literacy.

  • Survey-grade millimetres → ellipsoidal geodesic libraries, not sphere math.
  • Fuel and schedule planning → road routing plus your congestion buffer.
  • Airline invoicing → carrier distance tables (airways ≠ great circles).
  • Legal boundary lengths → licensed survey, never a clicked polygon.

Step-by-step masterclass

  1. Name the yardstick firstDecide straight-line, road or schedule distance before typing anything; the three form a ladder of realism and mixing them silently is the classic distance error.
  2. Enter endpoints at the right grainCity-to-city for comparisons, addresses for logistics, coordinates for datasets — the grain sets the honest precision of the answer you'll quote.
  3. Read bearing with the distanceA distance without direction is half a fact; the compass point turns the number into something a human can point at.
  4. Cross-check with a known pairLondon–Paris ≈ 344 km, a quarter meridian ≈ 10,018 km; two seconds of calibration catches broken tools and broken inputs alike.
  5. Export the pair, not just the numberShare the URL or copy both endpoints; a distance without reproducible endpoints is unverifiable folklore.

Great-circle math is universal, but the meaning of 'between two places' varies by mapping culture: US users expect miles and ZIP-to-ZIP convenience, European users think in kilometres and postcodes, marine users in nautical miles — the unit table exists precisely so one calculation serves every convention without rounding arguments.

Tips & common mistakes

Always confirm which distance you need before quoting one: straight-line for physical questions, road distance for driving, and network time for schedules. The three can differ by half again in mountainous or island geography, and quoting the wrong one is the most common distance mistake in reports.

Remember that bearings are true-north by default. If you are transferring a bearing to a magnetic compass, add (or subtract) your local declination — it exceeds 10° in many inhabited regions and flips hemispheres of behaviour.

Use the midpoint tool instead of averaging coordinates when splitting journeys: latitude/longitude averages distort over long legs and fail across the date line, while the spherical midpoint follows the actual path the distance was measured along.

Quick glossary

  • Great circle: A circle centred on Earth's centre; its arcs are the shortest surface paths.
  • Haversine: The standard stable formula for great-circle distance on a sphere.
  • Initial bearing: Compass angle from true north at departure along a great circle.
  • Geodesic: The ellipsoid-true shortest path; haversine approximates it within ~0.3%.

Two more questions, answered

Which unit is 'most accurate'?

None — they're exact conversions of one measurement; pick the unit your reader thinks in.

Do mountains change great-circle distance?

No — it's the surface path on the reference sphere; terrain adds effort, not arc length.