What Is the Land Area Calculator — and Who Needs It?
The Land Area Calculator is a browser-based mapping tool that lets you draw any polygon on an interactive map and immediately receive its area in every common measurement unit. No GIS software, no CAD package, no desktop app — open a browser, search a location, draw a shape and read the result.
The tool is purpose-built for situations where you need to know how much land is enclosed within a boundary you can see on a map. That need appears across a wide range of professions and everyday tasks: a farmer estimating seed requirements for a field, a homeowner checking rooftop area before a solar quote, a planning officer measuring a development site, or a student verifying a geography exercise.
Because area is displayed in seven units simultaneously — no unit conversion needed — the answer is immediately usable regardless of whether you work in imperial or metric. No account, no download, no subscription required.
Why Geodesic Area Calculation Matters — and How This Tool Gets It Right
Most simple polygon area tools use a flat-plane Shoelace formula on screen pixels, treating the Earth as a flat surface. This works reasonably well for small plots in limited geographic areas, but introduces significant error at larger scales. A flat projection across a 50-hectare field can diverge from the true geodesic area by several percent — enough to materially affect fertiliser quantities, insurance premiums, or planning applications.
This tool computes area using the spherical Shoelace formula applied to WGS84 geographic coordinates — the same algorithm used by Leaflet.draw's GeometryUtil.geodesicArea. Each polygon edge is treated as a geodesic arc on the Earth's surface rather than a straight line in a projected plane. The result accurately reflects the actual area of land enclosed, accounting for the Earth's curvature.
In practice, for areas under 10 km² — the scale of most practical land measurement tasks — the accuracy is within ±0.1% of a full ellipsoidal computation. For farm-scale, property-scale, and urban planning uses, this is well within any practical tolerance.
Who Uses This Tool — Real-World Applications
Agriculture and Farm Planning
Farmers use the area calculator to measure individual field sections before deciding how much seed, fertiliser, or pesticide to order. By drawing each paddock separately and switching to satellite view to trace the actual field boundary, they get an acreage figure that directly feeds into input planning. The GeoJSON export can be imported into farm management software or precision agriculture platforms.
Solar Panel and Renewable Energy Projects
Before contacting an installer, homeowners and commercial property managers can use the satellite basemap to trace the roof surface and get its area in square metres or square feet. Combined with average panel dimensions (typically 1.7 m²), this gives a first estimate of panel capacity and potential energy yield — before any contractor visit is arranged.
Real Estate and Land Valuation
Agents, developers, and land registrars use area measurement to verify or check published plot sizes. Drawing the boundary on a map and comparing the result to the title deeds can reveal discrepancies. The GeoJSON output provides a machine-readable polygon that can be loaded into QGIS or ArcGIS for further cadastral analysis.
Civil Engineering and Construction
Site managers measuring construction boundaries, parking areas, or earthworks volumes (where area is the first input) can trace the site outline and read the area instantly. For projects spanning multiple sections, the multiple-polygon feature shows both individual section areas and the combined site total — useful for estimating material quantities or contractor rates priced per square metre.
Environmental and Conservation Work
Environmental scientists measuring habitat patches, wetland extents, deforestation areas or flood risk zones can trace irregular polygon boundaries on the satellite basemap and export the results as GeoJSON for integration with spatial analysis pipelines in QGIS, R (sf package) or Python (geopandas). Measuring multiple patches simultaneously gives a running total of total habitat extent.
Key Features of the Land Area Calculator
Unlike Google Maps which has no polygon area measurement tool, or Google Earth which requires a desktop download, this tool runs in any browser and produces multi-unit area results instantly. If you also need to draw a radius circle or measure the distance between two addresses those tools are also available free.
- →Geodesic Area — Spherical Shoelace formula — accurate to ±0.1% at field scale
- →7 Units at Once — Acres, ha, km², m², ft², yd², mi² — no conversion step
- →Multiple Polygons — Draw unlimited shapes; stats bar shows combined total
- →Colour Picker — Assign a different colour to each polygon for clarity
- →Click-to-Remove — Click a polygon → popup with area + one-click delete
- →Address Search — Find any location worldwide via Nominatim / OpenStreetMap
- →GPS Location — One tap to zoom to your current position
- →Basemap Switcher — Street (CARTO), Satellite (Esri), Terrain (Esri)
- →GeoJSON Export — All polygons as FeatureCollection with area properties
- →Fullscreen Mode — Expand map below the header for maximum drawing area
- →Touch Drawing — Works on tablet and mobile — tap to place vertices
- →No Registration — Runs in browser — no data uploaded or stored
How to Use — Step by Step










Area Unit Reference
| Unit | Symbol | Equivalent in m² |
|---|---|---|
| Acre | ac | 4,046.856 m² |
| Hectare | ha | 10,000 m² |
| Square metre | m² | 1 m² |
| Square kilometre | km² | 1,000,000 m² |
| Square mile | mi² | 2,589,988.11 m² |
| Square foot | ft² | 0.09290304 m² |
| Square yard | yd² | 0.83612736 m² |
Frequently Asked Questions
- Is the Land Area Calculator free, and is there a limit on how many shapes I can draw?
- It's free with no shape limit. All the polygon drawing and area math — including the conversion across all 7 units — runs client-side with Turf.js. The only network request is the optional address search bar; the shapes themselves are never sent anywhere.
- How accurate is the area measurement?
- The tool uses the spherical Shoelace formula (the same algorithm used by Leaflet.draw's GeometryUtil.geodesicArea), which accounts for the Earth's curvature. For areas up to a few hundred square kilometres the accuracy is within ±0.1%. For very large areas spanning multiple degrees of latitude, a full ellipsoidal projection would be marginally more precise, but the difference is negligible for practical land measurement.
- What area units are shown?
- Results are shown simultaneously in seven units: acres, hectares (ha), square kilometres (km²), square metres (m²), square feet (ft²), square yards (yd²) and square miles (mi²). No unit conversion is needed — all values update instantly when you complete a polygon.
- Can I draw multiple polygons?
- Yes. Click Draw Polygon again after completing a shape to draw another. Each polygon can have a different colour. The stats bar shows the combined total area of all polygons. Click on any individual polygon to see its own area in a popup, and use the "× Remove polygon" link in the popup to delete it without affecting the others.
- Can I use this on satellite imagery?
- Yes. Click "Satellite" in the basemap switcher to change to Esri aerial imagery. This is the best view for tracing rooftops, agricultural field boundaries, forest clearings or building footprints where the land boundary is visually clear from above.
- What does the GeoJSON export contain?
- The downloaded file is a GeoJSON FeatureCollection. Each polygon is a Feature with a Polygon geometry and properties including area in all seven units (sqm, ha, acres, sqkm, sqmi, sqft, sqyd) and the polygon colour. The file is compatible with QGIS, ArcGIS, Mapbox Studio, Google Earth and geojson.io.
- Can I measure a farm field or agricultural plot?
- Yes. Search for the location of your farm, switch to Satellite view to see the actual field boundaries, click Draw Polygon and trace the field perimeter by clicking each corner point. The result in acres or hectares is immediately shown in the stats bar. You can draw each field separately and see the combined total.
- Can I measure a rooftop for solar panel installation?
- Yes. Switch to Satellite basemap, zoom to your property, click Draw Polygon and trace the outline of the roof surface. The tool gives you the area in square metres and square feet — the two units most commonly used in solar panel feasibility calculations.
- How do I close a polygon?
- You can close a polygon in two ways: (1) double-click anywhere on the map to finish with the current vertices; or (2) click close to the first vertex you placed (within about 15 pixels) to snap and close the shape. You need at least three vertices before you can close.
- Can I edit a polygon after drawing it?
- Currently you cannot edit individual vertices after completing a polygon. If the shape is wrong, click the polygon to open its popup and use "× Remove polygon" to delete it, then draw it again. For complex shapes, zooming in before drawing gives more precision.
- Can I use this instead of Google Earth to measure area?
- Yes. Google Earth Pro has an area measurement tool, but it requires a desktop download. This tool runs entirely in your browser with no installation. It provides the same polygon-draw approach with results in all major area units and GeoJSON export for GIS workflows — features that the Google Earth web version does not offer.
- Does it work on mobile?
- Yes. The toolbar is designed for touch screens with compact buttons and the map responds to touch gestures for panning and zooming. Tap "Draw Polygon", then tap each vertex on the map. Double-tap to finish the polygon. For precision work on small plots, a desktop or tablet with a larger screen is recommended.
Open Source & Credits
- Map library: Leaflet — open-source interactive maps
- Geocoding: Nominatim / OpenStreetMap — address search
- Map tiles: CARTO — street basemap
- Satellite: Esri ArcGIS Online — satellite and terrain basemaps
- Area formula: Leaflet.draw algorithm — spherical Shoelace geodesic area