September 21, 2026 · 7 min read · MapBench editorial
Drive Time Map vs Radius Circle: Which One Should You Use?
People often draw a circle around a shop and call it a ‘service area.’ On a flat map that looks tidy. On the ground it is frequently wrong. A river with one bridge, a highway with no exit, or a mountain road can make a ten-mile radius include places that take forty minutes and exclude places that take twelve. The question is rarely ‘what is ten miles away?’ It is ‘what can I reach in twenty minutes?’ Those are different geometries.
What a radius circle actually measures
A map radius tool draws a geodesic circle: every point on the edge is the same ground distance from the centre, measured on the Earth’s surface, not on the road network. That is the right tool for radio coverage sketches, straight-line exclusion zones, ‘within 5 miles as the crow flies,’ and any rule that is literally written in distance, not time.
- Strength: simple, comparable, independent of traffic data
- Weakness: ignores one-way streets, water, and speed limits
- Good for: buffer zones, crow-flies policies, quick visual scale
What a drive-time (isochrone) map measures
A drive-time map asks a routing engine how far you can go along the road network in a fixed number of minutes. The result is a polygon that bulges along freeways and pinches at bottlenecks. Bike and walk modes produce different shapes again. Free tools usually use free-flow or typical speeds, not live congestion — so peak-hour reality can still shrink the area. Even so, the shape is far closer to ‘who can get here for lunch’ than a perfect circle.
A practical way to choose
- Delivery promise in minutes → drive-time / isochrone
- Regulatory buffer in kilometres or miles → radius
- Comparing two candidate sites → run both and look at the difference
- Walking from a station → walking-time or walk isochrone, not a car radius
On MapBench, try the same centre point on the map radius tool and the drive-time map. The mismatch is the lesson: equal distance is not equal access. For multi-stop days, a route planner answers yet another question — order and total length — which neither a single circle nor a single isochrone fully replaces.
The toolkit behind this post, in depth
Drive Time Map
A radius circle pretends you move equally in all directions; reality has motorways, rivers and one-way grids. This tool draws isochrones — genuine reachable-area polygons computed by the Valhalla routing engine on the road network — for the travel mode and time contours you choose, from 5 to 60 minutes. The polygons stretch along fast corridors and stop at barriers, telling the truth about accessibility that circles cannot. Choose drive, walk or cycle and up to four contours per run.
That makes the page a decision instrument: house hunters see the real 30-minute commute envelope, restaurants visualise delivery reach, clinics map patient access, and planners compare before/after scenarios for a new bridge or line. Polygons export as GeoJSON for reports and GIS work, and the shareable URL preserves centre, mode and contours. The shapes' jaggedness and holes are data honesty, not bugs — networks are irregular. When you need geometric rather than temporal reach, the map radius tool provides the complementary circle.
Map Radius Tool
Click, search or GPS a centre, set a radius in miles, kilometres or nautical miles, and this tool draws the circle — then lets you drag its edge handle to resize or drag the centre pin to move it, with every change live in the URL for sharing. Unlike flat-map circles that distort toward the poles, the boundary is computed as a true spherical cap: 128 vertices each placed by destination-point trigonometry, so a 50 km circle is genuinely 50 km in every direction at any latitude.
The readout includes area and circumference in your chosen units, and the circle exports as GeoJSON, KML or GPX for use in GIS, reports or navigation apps. Classic uses are delivery zones, school catchments, radio coverage thinking, real-estate 'within X miles' searches and drone-range checks. One honest limit is labelled: a radius is geometric, not temporal — for 'how far can I drive in 15 minutes' the drive-time map is the right instrument, and the two tools link to each other. Free, private, no account needed.
Isochrone Map
A single travel-time ring answers one question; three nested rings answer the real one — how reach changes as you spend more minutes. This page presets the isochrone engine to 15/30/45, drawing the genuinely network-derived reachable areas as layered polygons that stretch along fast corridors, pinch at bridges and stop at barriers. The irregularity is the information: a motorway finger at forty-five minutes that doesn't exist at fifteen is a story about your city's skeleton.
These are not circles and not buffers; they come from the Valhalla routing engine tracing actual roads for the mode you choose, which is why a river with one bridge produces a comb and a grid city produces a blob. House hunters use the nesting to price commutes, clinics to picture patient access, restaurants to design delivery menus, and planners to argue about infrastructure with pictures instead of adjectives. Contours can be swapped for other presets, the polygons export as GeoJSON for reports and GIS work, and the shareable URL preserves centre, mode and times — so an isochrone, like every good map here, is a link you can send.
Multi Radius Map
Multi-radius maps draw concentric geodesic circles so you can compare nested zones — for example 5, 15, and 30 miles around a depot. Planners use rings for delivery tiers, emergency response bands, and simple market-area sketches when travel time data is not required.
Each ring remains a true ground-distance circle at the chosen radius. Export options help you carry the geometry into other tools; for road-aware service areas, generate isochrones on the drive-time map and compare shapes side by side.
Label rings clearly in presentations so viewers do not mistake equal distance for equal drive time — in cities those two ideas diverge quickly.
Walking Time Calculator
A walk is distance divided by pace, and pace is more personal than people think: relaxed strolls run near 4 km/h, the average adult self-selects about 5, and a purposeful stride with somewhere to be pushes 6.5. Enter a distance in kilometres or miles, set your pace, and this tool returns the duration plus two bonus intuitions — an approximate step count from a standard stride, and a rough energy figure — turning any 'should we walk?' question into a number you can feel.
The page is honest about its simplicity: straight-line distance and flat ground, with hills, crowds and crossings left to your local knowledge, and it points one click onward to the Walking Route Planner when the question needs real footways, crossings and network truth instead of arithmetic. That pairing is the design philosophy in miniature: instant estimate first, network-true figure when it matters. Commuters, dog owners, event planners and anyone weighing the bus against their legs get a ten-second answer that respects both the math and its limits — free, private, and shareable like everything on the platform.
Service Area Map
Businesses promise response times, not radii. This tool frames the isochrone engine for commercial use: set your base location, choose a target response time and travel mode, and get the exact area you can genuinely serve within that promise — a polygon that follows roads, stretches down highways and stops at rivers. Export it as GeoJSON to drop into proposals, territory designs or CRM overlays, or share the live map link with a client instead of a hand-wrawn circle.
Because the polygon is network-derived, it defends scrutiny in a way buffer circles cannot: a 15-minute promise drawn as a circle silently over-promises across the river and under-promises along the motorway. Pair it with the population-within-radius tool to size the market inside the true service area, and the pin map to annotate depots and key accounts for the final figure. Times are free-flow estimates and are labelled as such — add your operational buffer before publishing a promise.
How routing engines turn streets into answers
A routing engine ingests the road and path network as a graph — intersections as nodes, street segments as edges, each with speed, access rules and geometry — then searches it for the cheapest path under a costing model. Driving, walking and cycling are genuinely different networks: pedestrians slip through footways and cut-throughs cars cannot use, cyclists avoid motorways and steep grades, cars ignore steps entirely. That is why the same two points produce three different routes and three different times, and why comparing them is often the most informative thing you can do with a trip.
Isochrones invert the question from 'how long to get there' to 'everywhere reachable in this time'. A proper isochrone is not a circle: it grows along fast corridors, pinches at bridges and rivers, and holes around barriers. When the shape looks jagged, that is the network telling the truth. These polygons make honest service-area and catchment maps — the circle version always over-promises across the river and under-promises along the motorway.
One caveat belongs on every routing result: free public engines report free-flow times derived from speed limits and road classes, not live congestion. Treat a 25-minute result as the physics of the network; your city's rush hour adds the sociology. Multi-stop optimisation adds a second layer of honesty: reordering stops to minimise distance is the travelling-salesman problem, and engine heuristics solve it beautifully at driver scale — the difference between a sensible morning and a wasteful one is frequently twenty percent of the kilometres.
Reading routes like a dispatcher
A route result is a claim about a network, and networks have personalities. Motorway cities produce long fast fingers in their isochrones; river cities show comb shapes; border towns pinch. Learning to read those shapes turns a pretty polygon into diagnostic information: a missing finger is a missing interchange, a hole is a barrier, a lopsided blob is a one-way system. The same literacy applies to stop ordering — an optimized route that criss-crosses itself is either a data error or a constraint you forgot to state, because distance-minimising engines don't voluntarily draw bows on their own paths.
Time estimates deserve the same reading discipline. Free-flow times are the network's physics; your city adds sociology on top. Dispatchers handle this with explicit buffers by area and hour, and you can too: keep the engine's number as the reproducible baseline, store your buffer as policy, and present the sum. When someone asks 'how long will it take', the honest answer has two numbers and a reason — which is precisely what a good tool's labels should invite you to give.
- Snap endpoints to visible roads before calculating; stable inputs, stable results, explainable diffs.
- Keep the engine's free-flow figure and your congestion buffer as separate fields; policies change, physics doesn't.
- Export isochrones with their mode and contours in properties; a polygon without its parameters is unverifiable.
- After auto-optimising stops, scan the drawn path for self-intersection — the cheapest QA in logistics.
Honest limits & when to escalate
Routing's limits live in three places: data vintage, access reality and time modelling. The network is OpenStreetMap's current picture — new interchanges lag, private gates may be missing, seasonal ferries keep their own calendars. Access rules reflect mapped law, not today's roadworks. And durations are free-flow physics: speed limits and road classes without your city's sociology, so peak hours, weather and parking belong in your buffer, not in the engine's promise. The tools label all three limits on every result, because an unlabelled estimate is a trap.
What the stack does brilliantly is the reproducible core: the same stops, mode and engine give the same route to everyone, everywhere, which makes it a superb baseline for comparison, screening and planning. Escalation is domain-specific and well understood — professional dispatch adds live traffic and driver hours; logistics tenders add contracted networks; navigation products add certified maps. A free browser tool that hands you a clean, exportable baseline with its assumptions printed is not competing with those; it is feeding them.
- Live congestion and ETAs → traffic-aware commercial routing.
- Driver-hours and windows → transport-management systems.
- Certified navigation → licensed map products with update guarantees.
- Accessibility-critical walks → ground truth; curb data is still emerging everywhere.
Step-by-step masterclass
- Pin endpoints on roads — Drag each pin to a visible street before calculating; snapping surprises are the top cause of 'weird' routes, and road-pinned inputs make results stable and explainable.
- Pick the mode that matches reality — Driving, walking and cycling follow different legal networks; comparing all three is often more informative than any single answer.
- Read the shape, not just the total — Isochrone fingers follow fast corridors and holes mark barriers; a route that criss-crosses itself after optimisation is a cue to re-check your stop list.
- Separate physics from policy — Keep the engine's free-flow figure and your congestion buffer as distinct numbers; present the sum with its parts and your estimate becomes defensible.
- Export for the next step — GPX for navigation apps, GeoJSON for reports; embed mode and contours in properties so the file is auditable without archaeology.
Routing quality follows OpenStreetMap's coverage: excellent across Europe, North America and most of East Asia, good in South America's cities, patchier in remote regions — and access rules (one-ways, pedestrian zones) reflect local mapper knowledge, which is why the engine sometimes knows a shortcut your satnav doesn't.