Distortion, Mercator, equal-area maps, GIS, and coordinate systems

Map Projection

A map projection is a mathematical way to show the curved surface of Earth on a flat map, screen, or coordinate grid while managing unavoidable distortion.

Core problem
A globe cannot be flattened without stretching, tearing, or compressing some part of the surface.
Main tradeoff
Projections can preserve area, local shape, distance, or direction in useful ways, but not all at once.
Digital role
GIS and web maps use projections to turn latitude and longitude into flat coordinates for display and analysis.
Tissot indicatrices make projection distortion visible by showing how equal circles on Earth change on a flat map.Map by Eric Gaba via Wikimedia Commons

What a map projection does

A map projection converts positions on Earth's curved surface into positions on a flat surface. The flat surface might be paper, a computer screen, a printed atlas page, or the coordinate plane used by mapping software. The projection supplies the mathematical rules for that conversion.

Why distortion is unavoidable

Earth is close to a sphere, while a map sheet is flat. Moving from one surface to the other changes geometry, so every world map projection distorts something. The important question is not whether a projection is distorted, but which distortion it accepts and where that distortion is placed.

What projections try to preserve

Different projections protect different map properties. Conformal projections preserve local angles and small shapes, which is useful for navigation and some engineering work. Equal-area projections preserve relative area, making them useful for comparing countries, ecosystems, or statistical regions. Equidistant and azimuthal projections preserve selected distances or directions from chosen points or lines.

Projection families

Many projections are described by the developable surface they resemble. Cylindrical projections wrap the globe with a cylinder, conic projections use a cone, and planar or azimuthal projections project onto a plane. These families are starting points, not strict limits; many modern projections are mathematical compromises designed for a specific visual or analytical purpose.

Mercator and its limits

The Mercator projection is famous because straight lines on the map can show constant compass bearings. That makes it historically valuable for marine navigation. On small-scale world maps, however, Mercator greatly enlarges areas near the poles, so Greenland and high-latitude landmasses look much larger than their true area compared with tropical regions.

Projection in GIS

In geographic information systems, projection is tied to coordinate systems and data accuracy. Software can reproject layers for display, but analysis is more reliable when layers use an appropriate shared coordinate system. A projection that is fine for a continental reference map may be wrong for measuring parcels, watersheds, or local infrastructure.

Why it matters

Projection choices shape how people understand space. They affect route planning, area comparisons, climate maps, election maps, ocean charts, and online basemaps. A clear map names or documents its projection so readers can interpret distance, size, direction, and shape with the right caution.