The Earth is round. Maps are flat. That mismatch is the entire problem of cartography, and a map projection is the mathematical solution. Every projection that exists is a deliberate compromise: pick which kind of distortion hurts your use case least, and accept the rest.
This guide explains what a map projection is, the main families, why every web map uses Web Mercator, and which projection to pick when accuracy actually matters.
Why Projections Exist
A globe is the only honest representation of the Earth. The moment you flatten the sphere onto a 2D surface, you have to stretch, tear, or compress it somewhere. There is a famous mathematical result, Gauss's Theorema Egregium, that proves there is no way to flatten a sphere without distorting distances. So instead of asking "what is the perfect projection?", cartographers ask "which distortion can I afford?"
Every projection trades among four properties:
- Shape (conformality): angles and local shapes are preserved
- Area (equivalence): regions are shown at their true relative sizes
- Distance (equidistance): distances from one or two points are accurate
- Direction (azimuthality): directions from one point are accurate
No projection preserves all four. Most preserve one and distort the rest in controlled ways.
The Mercator Projection
Gerardus Mercator published his projection in 1569. It is a cylindrical projection that wraps the Earth in a cylinder tangent to the equator and unrolls it. The key property is conformality: at any point on the map, angles are preserved, which means a constant compass bearing (a rhumb line) is a straight line on the map. That made Mercator perfect for ship navigation. A captain could draw a straight line, read a bearing, and sail it.
The cost is brutal area distortion. The further you go from the equator, the more the projection stretches features. Greenland appears the size of Africa (Africa is 14 times larger). Antarctica appears as a giant blob along the bottom edge. Russia and Canada look enormous compared to equatorial countries.
This is why Mercator is criticised in education and journalism: it warps the mental model of how big countries actually are. Several alternative projections, like Gall-Peters and Equal Earth, were designed specifically to fix this for general-audience world maps.
Web Mercator and Why It Won
In 2005, Google launched Google Maps with a slightly modified Mercator projection now called Web Mercator (EPSG:3857). Web Mercator differs from classic Mercator in one practical way: it treats the Earth as a perfect sphere instead of the more accurate ellipsoid (WGS84). That makes the math faster and lets tile servers cut the world into a clean pyramid of square tiles.
Web Mercator dominates the web for one operational reason: every web map can share the same global tile grid. Zoom level 0 is one tile covering the whole world. Zoom level 1 is four tiles. Zoom level n is 4^n tiles. Panning and zooming are reduced to fetching a different set of small image or vector tiles. The whole slippy map experience that powers Google Maps, Apple Maps, OpenStreetMap, MapAtlas, and every embedded web map you have ever used is built on this assumption.
The trade-offs of Web Mercator are real but acceptable for most product use cases:
- Same area distortion as Mercator (Greenland still looks huge)
- Cuts off the poles around 85.05 degrees latitude (because the math goes to infinity at the poles)
- Slight inaccuracy versus a true ellipsoid model
For a navigation map, a real estate map, or a delivery zone map, none of those matter. For analysis of the polar regions, choropleth comparisons of country sizes, or anything where area matters, Web Mercator is the wrong tool.
Other Major Projection Families
Equal-area projections
Equal-area (equivalent) projections preserve the relative size of regions. Shapes get distorted instead. They are the right choice for any thematic map where the reader will compare areas (population density, land use, election outcomes by country).
Common equal-area projections:
- Mollweide: oval-shaped world map, good for global thematic visualisations
- Equal Earth: a 2018 projection designed to look natural while preserving area
- Albers Conic: standard for the contiguous United States and similar mid-latitude regions
- Gall-Peters: famous for being explicitly anti-Mercator in education contexts
Conformal projections
Conformal projections preserve angles and local shapes. Mercator is the most famous, but there are many others tuned for specific regions:
- Lambert Conformal Conic: standard for aeronautical charts and US state plane coordinate systems
- Stereographic: preserves circles, used for polar regions and small-area maps
Equidistant projections
Equidistant projections preserve distances along specific lines. The Azimuthal Equidistant projection, when centred on a point, shows all distances and directions from that point accurately. It is the projection used on the United Nations flag (centred on the North Pole).
Compromise projections
Compromise projections do not preserve any single property exactly but balance distortions to look natural. They are popular for general reference maps.
- Robinson: from 1963, used by National Geographic for decades
- Winkel Tripel: National Geographic's current standard
- Natural Earth: clean, modern compromise designed for screen rendering
Choosing a Projection
Start with the question.
- Web map for product or navigation: Web Mercator, no debate
- World thematic map (population, climate, election): Equal Earth or Mollweide
- Single-country thematic map: pick a projection optimised for that country's latitude and shape (Albers for the US, Lambert for Europe, etc.)
- Polar region: Stereographic or Azimuthal Equidistant
- Navigation chart: Mercator or Lambert Conformal Conic
- General-purpose world reference map: Winkel Tripel or Robinson
A good shortcut: if you are doing analysis where area matters, use an equal-area projection. If you are putting an interactive map on a web page, use Web Mercator and stop worrying about it.
Coordinate Systems and EPSG Codes
Every projection is identified by an EPSG code. The most common in the wild:
- EPSG:4326: WGS84 lat/lng, the default for GPS and most data exchange (not actually a projection, just lat/lng on the ellipsoid)
- EPSG:3857: Web Mercator, used by virtually every web map
- EPSG:3035: ETRS89 / LAEA Europe, equal-area projection for European thematic maps
- EPSG:5070: NAD83 / Conus Albers, equal-area for the contiguous United States
When data lands on your desk in EPSG:4326 (lat/lng) and you need to display it on a web map, the tile server reprojects it to EPSG:3857 on the fly. When you need to do area calculations, reproject to a local equal-area projection first.
Working with Projections in MapAtlas
The MapAtlas Maps API serves vector and raster tiles in Web Mercator (EPSG:3857), the same as every other web map provider. When you load a base style and add a GeoJSON layer in EPSG:4326, the renderer handles the reprojection for display. For coordinate work, the coordinates lookup tool returns standard WGS84 lat/lng (EPSG:4326).
For analysis where you need an equal-area projection (true area calculations, accurate centroids, density per square kilometre), do the reprojection in your data pipeline before the data hits the map. Tools like PostGIS, GDAL, or Turf.js handle the conversion between EPSG codes.
A map projection is a tool for thinking, not a feature of reality. Pick the one that matches your question and accept what it asks you to give up in return.
Frequently Asked Questions
What is a map projection?
A map projection is a mathematical transformation that takes points on the surface of the round Earth (a 3D ellipsoid) and places them on a flat 2D surface like a screen or a sheet of paper. Because you cannot flatten a sphere without stretching, tearing, or compressing it, every projection distorts something: shape, area, distance, or direction. The art of choosing a projection is choosing which kind of distortion you can afford.
What is the Mercator projection and why is it controversial?
The Mercator projection, designed by Gerardus Mercator in 1569, preserves angles and shapes locally, which is why it was excellent for ship navigation. The trade-off is severe area distortion away from the equator: Greenland looks the same size as Africa, when Africa is actually 14 times larger. This is why Mercator is criticised for distorting how people think about the relative size of countries, particularly in education contexts.
What is Web Mercator and why does every web map use it?
Web Mercator (EPSG:3857) is a variant of Mercator standardised by Google in 2005 for Google Maps. It treats the Earth as a perfect sphere instead of an ellipsoid, which speeds up math but introduces small inaccuracies. Web Mercator became the de facto web mapping standard because tile servers can reuse a single global pyramid of square tiles, making panning and zooming trivially fast. The cost is the same area distortion as classic Mercator.

