Coordinately

Conformal Projections

Conformal projections preserve angles locally — the angle between any two curves on Earth equals the angle between their images on the map. The trade-off is area distortion, sometimes severe. This support surveys the major conformal projections (Mercator, transverse Mercator, oblique Mercator, Lambert conformal conic, stereographic), explains why navigation and aeronautical charts depend on the property, and contrasts the family with equal-area projections.

By . Published . Last updated .

Conformal projections are the second major property-preserving family, the structural counterpart of the /learn/equal-area-projections family. Where equal-area projections preserve area exactly and distort shape, conformal projections preserve angles (and therefore local shape) exactly while distorting area. Both families share the /learn/what-is-a-map-projection pillar that covers Gauss's Theorema Egregium — the impossibility theorem that forces every projection to give up something.

This article covers what conformality means mathematically, why it matters operationally for navigation and engineering, the major conformal projections (Mercator and its variants, Lambert conformal conic, stereographic), and the practical-choice guidance for selecting one.

The property defined

A conformal projection preserves angles locally. The precise statement: for any two curves on Earth meeting at a point at angle θ, their projected images meet at the same angle θ on the map. The property holds at every point on the map (except possibly at isolated singularities, like the poles on Mercator).

Mathematically, the Jacobian matrix of the projection function (φ, λ) → (x, y) is a scalar multiple of a rotation matrix at every point:

J = k(φ, λ) · R(θ(φ, λ))

where k is a scalar (the local scale factor) and R is a 2×2 rotation matrix. The scalar k may vary with location — that is exactly the area distortion the property requires — but it does not vary with direction at a given point.

An equivalent geometric statement: infinitesimal circles on the sphere project to infinitesimal circles on the map. Their sizes vary (by k²), but their shape is exactly preserved. The Tissot indicatrix on a conformal projection is always a circle, never an ellipse. Per Snyder's Flattening the Earth, this is the simplest practical test for whether a projection is conformal.

Conformality and equal-area are mutually exclusive. An equal-area projection requires the Jacobian determinant to be constant; a conformal projection requires the Jacobian to be k · R(θ). For both properties to hold simultaneously, k would have to be constant everywhere — which is only possible on a flat surface. Gauss's Theorema Egregium proves that no non-trivial flat map of a curved surface can preserve both properties.

Why conformality matters

Three main classes of use case demand conformality:

Navigation. The fundamental property that makes Mercator the navigator's projection: a rhumb line on Earth (a curve that crosses every meridian at the same angle, i.e., a constant-bearing course) projects to a straight line on Mercator. A captain who sets a fixed compass heading traces a straight line on the chart. From the 16th through the 20th centuries, this property was indispensable for marine navigation; modern GPS-assisted navigation no longer strictly requires it, but the conformal property still simplifies plotting and visual checking.

Aeronautical charts. Aircraft navigate by reading compass headings, GPS courses, and ATC vector instructions. The Lambert conformal conic projection (with two standard parallels chosen for the region) is the standard for ICAO Annex 4 aeronautical charts in mid-latitudes. The Mercator family is preferred only near the equator; polar stereographic is used above ~80° latitude. Per ICAO standards, the choice of conformal projection is fixed by latitude band to ensure that pilots can read constant-bearing courses correctly anywhere on Earth.

Engineering surveys. Local surveys measure angles between features (the angle at a property corner, the bearing from a reference monument to a benchmark). When the survey is projected onto a flat map, those local angles must be preserved or the survey is wrong. National grid systems are therefore overwhelmingly based on conformal projections: transverse Mercator for narrow longitudinal bands (UTM worldwide, the UK National Grid, India's national grid), Lambert conformal conic for east-west-elongated regions (most US State Plane zones).

The major conformal projections

Mercator (1569)

Gerardus Mercator's 1569 projection is the original conformal projection. Cylindrical: parallels are horizontal lines, meridians are vertical lines, both equally spaced for the meridians but with parallel spacing increasing toward the poles by sec(φ). Per Snyder's Map Projections, the projection equations are:

x = R · (λ − λ₀)
y = R · ln(tan(π/4 + φ/2))

Area scale factor is sec²(φ); the projection cannot show the poles (y diverges) and is typically clipped at ±85°. The /learn/mercator-projection support covers it in depth; the /learn/why-greenland-looks-huge-on-maps support covers the visual consequences.

Web Mercator (EPSG:3857)

A spherical variant of Mercator used as the default for tile-based web mapping (Google Maps, OpenStreetMap, MapLibre, Apple Maps). Uses the Mercator equations but treats Earth as a sphere of radius 6,378,137 m (the WGS 84 equatorial radius) rather than as the WGS 84 ellipsoid. The simplification introduces small (~0.3%) coordinate errors but makes the math simple enough to compute tile boundaries in constant time. The /learn/web-mercator-projection support covers the standard.

Transverse Mercator

Mercator with the cylinder oriented sideways — wrapping around a chosen meridian rather than around the equator. The projection is conformal in a narrow longitude band on either side of the central meridian, with area distortion growing rapidly outside that band. Used for:

  • UTM (Universal Transverse Mercator): 60 zones of 6° longitude each, covering the world between 84°N and 80°S. Each zone uses its own transverse Mercator with central meridian at the zone's centre. The /learn/utm-coordinate-system pillar covers UTM.
  • National grids: the UK National Grid uses transverse Mercator with central meridian 2°W; India, Sri Lanka, Ireland, and many others use national variants with different central meridians.

Oblique Mercator

Mercator with the cylinder oriented along any great circle (not just the equator or a meridian). Used for narrow elongate regions like Alaska and the Hawaiian Islands, where neither cylindrical nor transverse Mercator orients well to the region's long axis. The Rectified Skew Orthomorphic projection (Martin Hotine, 1947) is the standard implementation.

Lambert conformal conic (1772)

Johann Heinrich Lambert's 1772 conic conformal projection. Parallels are arcs of concentric circles centred above the map; meridians are straight lines converging at the same centre. Two standard parallels (chosen by the cartographer for the region of interest) form the boundaries of zero scale distortion; distortion grows away from them.

The projection is conformal across the entire map. It is the most widely used conformal projection for mid-latitude national mapping — US Geological Survey topographic series, FAA aeronautical charts, and many European national maps all use Lambert conformal conic.

Stereographic projection (Hipparchus, ~150 BC)

The oldest documented conformal projection. Project Earth onto a plane tangent to the surface at a chosen point (typically a pole), with the projection rays radiating from the antipodal point. The projection is conformal everywhere except at the antipode.

Used for:

  • Polar charts: aeronautical and meteorological charts above 80° latitude use polar stereographic projections (UPS — Universal Polar Stereographic is the standard).
  • Crystallography and geology: structural geologists project fault orientations onto stereographic nets.
  • Astronomical pinholes: planetarium dome maps and some celestial charts use the projection.

Tangent vs secant

A subtlety in conformal projections: the developable surface (cylinder, cone, or plane) can be either tangent to Earth at a single line (or point) or secant, cutting through Earth at two lines (or a small circle). Tangent forms have a single line of zero distortion; secant forms have two.

Most operational conformal projections use secant forms because they distribute distortion more evenly across the area of interest. UTM uses a secant transverse Mercator with scale factor 0.9996 at the central meridian — making the cylinder cut Earth at two parallels about 180 km from the central meridian. Lambert conformal conic typically uses two standard parallels chosen near the boundaries of the mapped region.

Family relationships

The conformal property is one axis of projection classification; the developable surface is another. A given projection has both a property family (conformal, equal-area, compromise) and a shape family (cylindrical, conic, azimuthal, pseudocylindrical, etc.). The /learn/cylindrical-vs-conic-vs-azimuthal-projections support covers the shape axis; combined with this article, you can locate any projection in a 2D taxonomy:

| | Cylindrical | Conic | Azimuthal | |---|---|---|---| | Conformal | Mercator | Lambert conformal conic | Stereographic | | Equal-area | Lambert cylindrical, Peters | Albers, Bonne | Lambert azimuthal equal-area | | Compromise | Robinson (psuedocylindrical) | — | Winkel Tripel (pseudoazimuthal) | | Equidistant | Plate carrée | Equidistant conic | Azimuthal equidistant |

Each cell of the table has a specific projection (or several); together the cells span the practical projection landscape.

A worked example: rhumb line on Mercator

A simple demonstration of why conformal navigation works. Suppose a ship sails from Lisbon (38.7°N, 9.1°W) to New York (40.7°N, 74.0°W) on a constant compass bearing of approximately 270° (due west) — a choice that on Earth's surface traces a curved path that gradually drifts north because the meridians converge toward the pole.

On Mercator, this rhumb line is a straight horizontal line. The captain sets the compass to 270° and steers; the ship's position on the Mercator chart advances along a horizontal line. The actual great-circle route between Lisbon and New York arcs north over the Atlantic (the /learn/great-circle-distance pillar covers why), so the rhumb line is longer than the great-circle path — in this specific case by about 6%. The trade-off is operational simplicity: the rhumb line requires one heading and no mid-voyage corrections; the great-circle route requires continuous heading updates as the ship progresses.

For long voyages, modern practice is composite: break the great circle into several rhumb-line legs and switch headings at each leg boundary. This gets most of the great-circle distance saving while keeping each leg simple to navigate. The Mercator chart makes both the rhumb-line plotting and the leg breakdown straightforward; an equal-area chart would require curve drafting for both.

Terminology: conformal, orthomorphic, isogonal

Three terms appear in older cartographic literature for what we now call conformal:

  • Conformal — modern standard term (used by USGS, NOAA, ICAO, ISO 19111, and most academic literature).
  • Orthomorphic — older British term, still occasionally seen in Royal Navy and Ordnance Survey documentation. The Rectified Skew Orthomorphic projection (used for Borneo and similar elongate regions) preserves the term in its name.
  • Isogonal — rarely used today; literally “equal-angle”. Sometimes used loosely to mean conformal but the strict mathematical meaning includes some non-conformal angle-preserving maps.

All three refer to the same property — preservation of local angles — and modern usage almost universally prefers “conformal”. The other terms appear mainly when reading older cartographic literature or specific national mapping standards.

Sources

For closely related material, see /learn/equal-area-projections for the mutually exclusive family, /learn/mercator-projection for the canonical conformal projection, and /learn/utm-coordinate-system for the worldwide grid system built on transverse Mercator.

Frequently asked questions

What is a conformal projection?

A conformal projection preserves angles locally — at every point on the map, the angle between any two curves on Earth equals the angle between their projected images. An equivalent definition: infinitesimal circles on Earth project to infinitesimal circles on the map (though the sizes vary with location). The local shape of small features is preserved exactly; the global shape is not, because the scale factor changes with location.

Why does conformality matter?

For three main use cases: navigation, where a straight line on a conformal projection corresponds to a constant-bearing course (the rhumb line on Mercator); aeronautical and meteorological charts, where wind directions and aircraft headings need to be read accurately; and engineering surveys, where local angle measurements (the angle at a property corner, for example) need to be preserved when projected. The Mercator projection is the canonical example for navigation; Lambert conformal conic is the standard for aviation charts.

What is the cost of conformality?

Area distortion — and the distortion is sometimes severe. Mercator inflates areas by sec²(φ) at latitude φ: at 60° the inflation is 4×, at 80° it is 33×, at the poles it is infinite (Mercator clips at about 85° to keep the map finite). The Lambert conformal conic distorts area less severely because its standard parallels bracket a smaller latitude band, but area distortion exists everywhere except along the standard parallels themselves.

Are equal-area and conformal projections compatible?

No — except for the identity map. A projection cannot be both equal-area and conformal unless it preserves every property exactly, which by Gauss's Theorema Egregium is only possible on a flat surface (the identity map). Any non-trivial projection of a sphere or ellipsoid to a plane must choose one property to preserve at the expense of the other. The equal-area and conformal families are mutually exclusive.

Which conformal projection should I use?

For marine navigation: Mercator. For aeronautical charts in mid-latitudes: Lambert conformal conic. For UTM-based national surveys in narrow longitude bands: transverse Mercator. For polar regions (above ~80° latitude): polar stereographic. For web tile maps: Web Mercator (a spherical Mercator variant). For local engineering surveys: whichever transverse-Mercator-based national grid covers the area (e.g., the UK National Grid, the State Plane Coordinate System zones).

Sources

  1. USGSSnyder, Map Projections — A Working Manual (Prof. Paper 1395) · https://pubs.usgs.gov/pp/1395/report.pdf · Accessed .
  2. University of Chicago PressSnyder, Flattening the Earth: Two Thousand Years of Map Projections (1993) · https://press.uchicago.edu/ucp/books/book/chicago/F/bo3624999.html · Accessed .
  3. USGSRobinson, Snyder, Voxland — Album of Map Projections (Bulletin 1453, 1989) · https://pubs.usgs.gov/bul/1453/report.pdf · Accessed .
  4. NOAAOffice of Coast Survey — chart projection standards · https://nauticalcharts.noaa.gov/ · Accessed .
  5. ICAOAnnex 4 — Aeronautical Charts · https://www.icao.int/safety/airnavigation/Pages/Standards.aspx · Accessed .
  6. NGAUTM and MGRS standards · https://earth-info.nga.mil/index.php?dir=coordsys&action=coordsys · Accessed .

Cite this article

APA format:

Steve K. (2026). Conformal Projections. Coordinately. https://coordinately.org/learn/conformal-projections

BibTeX:

@misc{coordinately_conformalprojections_2026,
  author = {K., Steve},
  title  = {Conformal Projections},
  year   = {2026},
  publisher = {Coordinately},
  url    = {https://coordinately.org/learn/conformal-projections},
  note   = {Accessed: 2026-06-05}
}