What Is a Radius Map — and Why Does It Matter?
A radius map answers a deceptively simple question: what lies within a given distance of a point? That question has immediate practical value across dozens of fields — logistics, real estate, healthcare, emergency management, environmental science — because the physical space surrounding any location determines what is accessible, deliverable, or at risk.
This tool reduces the friction between a planning question and a usable map to near zero. Search an address or postcode, set a distance, click the map — a circle appears and the stats bar immediately shows radius and area in every common unit. Change the value or switch units and the circle resizes live. Drag the centre marker to reposition it without redrawing. It is a dynamic, interactive environment rather than a static image.
No account, no download, no subscription. The tool works entirely in your browser using open standards: OpenStreetMap for geocoding, Leaflet for the interactive map, and the Haversine geodesic formula for geometrically accurate area calculations.
Location Intelligence — Why Spatial Analysis Is a Core Business Function
Location-based analysis has shifted from specialist GIS software to a mainstream planning tool. The global location intelligence market was valued at $21.21 billion in 2024 and is projected to reach $53.62 billion by 2030, with sales and marketing optimisation alone accounting for 23% of that demand. The driving force is the same insight that makes a radius map useful: knowing what is near a point changes how you plan, price, and prioritise.
The efficiency gains from geographic planning are measurable. Organisations that use spatial territory design report 10–20% increases in sales productivity and cost reductions of up to 25% — outcomes that trace directly to understanding which customers, competitors, or resources fall within a given distance.
From a technical standpoint, modern spatial indexing makes interactive radius tools practical for real-time decisions: advanced spatial indexes deliver 19–24× faster query performance compared to unindexed approaches, with average response times below 3 milliseconds. That speed is what makes live, drag-to-resize circles feasible in a browser.
Maps are also among the most effective communication formats. Visual spatial data is processed significantly faster than equivalent text or tables, which matters when presenting a coverage area to a client, a planning committee, or an operations team. A radius circle on a map conveys in one glance what a spreadsheet of postcodes cannot.
Practical Applications Across Industries
Logistics and Delivery
A local bakery can draw a 5 km delivery zone around its shop and instantly see which neighbourhoods it can serve efficiently. For larger operations, a distribution centre can assess last-mile delivery feasibility and pre-plan driver routes within a fixed radius — optimising fuel costs and hours. Territory planning with spatial tools is linked to 10–20% productivity gains; the radius map makes that planning accessible without specialist software.
Real Estate and Property
An agent can visually demonstrate a property's lifestyle value by placing a 1-mile circle around it and pointing to every school, park, transit stop, and amenity inside. A static statistic ("0.4 miles from the station") is less persuasive than a circle that makes the walkable neighbourhood tangible. The same approach works for planning applications: a radius from a proposed development shows which existing facilities fall within a required consultation distance.
Marketing and Market Research
Sales and marketing optimisation accounts for 23% of the global location intelligence market. A radius map is the simplest entry point: place a circle around a store and see which competitor branches, residential density zones, or catchment populations fall inside. Refine the radius to define a primary trade area, then export the GeoJSON boundary to overlay demographic data in QGIS, ArcGIS, or Mapbox.
Emergency Services and Disaster Management
Emergency planners use radius maps to define evacuation zones, emergency-response cordons, and resource pre-positioning areas around an incident site. Drawing a 500 m exclusion zone or a 10 km evacuation radius on a live map — rather than calculating it from coordinates — gives field commanders an immediately actionable picture. Healthcare providers use the same technique to map service catchment areas and identify under-served communities within a defined travel distance.
Urban Planning and Environmental Studies
Urban planners measure walkability catchments around new transit stations and assess planning zone impacts for proposed infrastructure. Environmental scientists map pollution dispersion buffers, noise contours, and conservation exclusion zones — the radius map converts a regulatory distance requirement into an immediate visual boundary. Geospatial analysis has been applied to problems as specific as identifying the percentage of land suitable for rainwater harvesting within a river basin, where spatial constraints like slope, land cover, and proximity to streams define the viable area.
Key Features of the Radius Map Tool
Unlike Google Maps, which has no built-in radius or catchment-area drawing tool, this tool is purpose-built for the task. Every feature targets a specific planning need — from single-click GPS positioning to a geodesically accurate GeoJSON export compatible with professional GIS software. If you also need to measure distance between two points or calculate the area of an irregular shape, see the Land Area Calculator.
- →Address & Postcode Search — find any location worldwide via Nominatim / OpenStreetMap
- →GPS Location — one click to zoom to your current position
- →5 Radius Units — miles, kilometres, metres, feet, yards
- →Live Radius Update — change value or unit — circle resizes instantly
- →Draggable Marker — drag the centre point without re-entering draw mode
- →Move Mode — click a new map point to relocate the circle centre
- →Colour Picker — customise the circle stroke and fill colour
- →Full Stats Bar — centre coordinates, radius in 5 units, area in 7 units
- →GeoJSON Export — 128-point geodesic polygon for use in QGIS, ArcGIS, Mapbox
- →Basemap Switcher — Street (CARTO), Satellite (Esri), and Terrain (Esri)
- →Fullscreen Mode — expand for a larger working view
- →Keyboard Shortcut — press Esc to cancel draw or move mode instantly
How to Use — Step by Step










Radius and Area Unit Reference
| Radius Unit | In Metres |
|---|---|
| 1 Mile | 1,609.344 m |
| 1 Kilometre | 1,000 m |
| 1 Metre | 1 m |
| 1 Foot | 0.3048 m |
| 1 Yard | 0.9144 m |
| Area Unit | From m² |
|---|---|
| Acres | ÷ 4,046.86 |
| Hectares | ÷ 10,000 |
| km² | ÷ 1,000,000 |
| ft² | × 10.7639 |
| yd² | × 1.19599 |
| mi² | ÷ 2,589,988 |
Frequently Asked Questions
- Does the Radius Map tool cost anything, and is there a limit on radius size?
- No cost and no limit. Drawing the circle and computing its area happen entirely in your browser using Turf.js — the only request that leaves your device is the optional address search box, which looks up a place name via OpenStreetMap. There's no watermark on the GeoJSON export and nothing to sign up for.
- Do I need to create an account or sign up?
- No account is needed. The tool works entirely in your browser with no registration. Your data stays on your device and is never stored on our servers.
- How do I draw a 1 mile radius on a map?
- Enter 1 in the radius box, select Miles from the unit dropdown, click "Draw Circle", then click anywhere on the map. The circle appears instantly and the stats bar shows the precise radius and area in all units.
- Can I draw a radius from a postcode or ZIP code?
- Yes. Type any postcode or ZIP code into the search box and press Search or Enter. The map zooms to that location automatically. Then set your radius, click "Draw Circle", and click the map to place the circle centred on that location.
- How accurate is the circle on the map?
- The on-screen circle is drawn using the Web Mercator projection (EPSG:3857), so it appears perfectly round at all zoom levels. The GeoJSON export uses the Haversine geodesic formula with 128 equally-spaced points to approximate a true circle on the Earth's curved surface. For most practical purposes accuracy is sub-metre. For scientific-grade precision, use the GeoJSON export in a GIS application set to an equal-area projection.
- How is the area of the circle calculated?
- Area is calculated using the standard geometric formula π × r², where r is the radius in metres. The result is converted to acres, hectares, km², m², ft², yd², and mi² using standard unit conversion factors. All values are displayed simultaneously in the stats bar below the map.
- Can I draw more than one circle?
- The tool supports one circle at a time. Placing a new circle removes the previous one. To work with multiple circles simultaneously, export each as GeoJSON and layer them in QGIS, ArcGIS, Mapbox Studio, or geojson.io.
- How do I move the circle without redrawing it?
- There are two ways: drag the blue marker pin at the circle's centre to reposition it in real time, or click "Move Circle" in the toolbar and then click a new location on the map. Both methods update the stats bar instantly.
- What does the GeoJSON export contain?
- The downloaded file contains a single GeoJSON Polygon feature with 128 geodesic points approximating the circle boundary (Haversine formula). Feature properties include: centre latitude and longitude, radius in metres, km, and miles, and area in square metres. The file is compatible with QGIS, ArcGIS, Mapbox, Leaflet, geojson.io, and any other GeoJSON-aware GIS application.
- What coordinate system does the tool use?
- The map displays in Web Mercator (EPSG:3857), which is standard for web mapping. Coordinates shown in the stats bar are in WGS 84 (EPSG:4326) — the same decimal degrees used by GPS devices and Google Maps. The GeoJSON export uses WGS 84 coordinates as required by the GeoJSON specification (RFC 7946).
- What basemaps are available?
- Three basemaps are available via the Street / Satellite / Terrain toggle: Street — a clean CARTO street map; Satellite — Esri World Imagery high-resolution aerial photography; Terrain — Esri World Topo Map showing contours and elevation context. If the primary tile server is temporarily unavailable the tool automatically falls back to alternative providers.
- Does the radius map work on mobile phones and tablets?
- Yes. The tool is fully responsive. On mobile the toolbar is arranged in two compact rows, the map resizes to fit the screen, and the stats bar scrolls horizontally to show all values without wrapping. Touch gestures work for panning and zooming the map. Tap "Draw" then tap the map to place the circle.
- Can I save the map as an image?
- The tool does not have a built-in image export function. Use your operating system's screenshot tool: Windows — Win + Shift + S (Snipping Tool); Mac — Cmd + Shift + 4 (crosshair selection); iOS — Side + Volume Up; Android — Power + Volume Down. For a vector export of the circle boundary, use the GeoJSON button in the toolbar.
- Can I use this instead of Google Maps to draw a radius circle?
- Yes — Google Maps has no built-in radius or catchment-area drawing feature. This tool is purpose-built for exactly that task. Search any address just as you would in Google Maps, then set a radius in miles or kilometres and click to draw a precise circle. Unlike Google Maps, you also get exact measurements in five distance units, an area readout in seven units, a draggable centre marker, and GeoJSON export for use in QGIS, ArcGIS, or Mapbox.
Open Source & Credits
- Map library: Leaflet — open-source interactive maps
- Geocoding: Nominatim / OpenStreetMap — address search
- Map tiles: CARTO Light (primary), with OSM fallback
- Satellite / Terrain tiles: Esri ArcGIS Online — alternative basemaps