HOME

TheInfoList



OR:

Web Mercator, Google Web Mercator, Spherical Mercator, WGS 84 Web Mercator or WGS 84/Pseudo-Mercator is a variant of the Mercator
map projection In cartography, a map projection is any of a broad set of Transformation (function) , transformations employed to represent the curved two-dimensional Surface (mathematics), surface of a globe on a Plane (mathematics), plane. In a map projection, ...
and is the
de facto standard A ''de facto'' standard is a custom or convention that is commonly used even though its use is not required. is a Latin phrase (literally " of fact"), here meaning "in practice but not necessarily ordained by law" or "in practice or actuality, ...
for
Web Web most often refers to: * Spider web, a silken structure created by the animal * World Wide Web or the Web, an Internet-based hypertext system Web, WEB, or the Web may also refer to: Computing * WEB, a literate programming system created by ...
mapping applications. It rose to prominence when
Google Maps Google Maps is a web mapping platform and consumer application offered by Google. It offers satellite imagery, aerial photography, street maps, 360° interactive panorama, interactive panoramic views of streets (Google Street View, Street View ...
adopted it in 2005. It is used by virtually all major online map providers, including Google Maps, CARTO, Mapbox,
Bing Maps Bing Maps (previously Live Search Maps, Windows Live Maps, Windows Live Local, and MSN Virtual Earth) is a web mapping service provided as a part of Microsoft's Bing suite of search engines and powered by the Bing Maps Platform framework which al ...
,
OpenStreetMap OpenStreetMap (abbreviated OSM) is a free, Open Database License, open geographic database, map database updated and maintained by a community of volunteers via open collaboration. Contributors collect data from surveying, surveys, trace from Ae ...
, Mapquest,
Esri Environmental Systems Research Institute, Inc., doing business as Esri (), is an American Multinational corporation, multinational geographic information system (GIS) software company headquartered in Redlands, California. It is best known for ...
, and many others. Its official EPSG identifier is EPSG:3857, although others have been used historically.


Properties

Web Mercator is a slight variant of the Mercator projection, one used primarily in Web-based mapping programs. It uses the same formulas as the standard Mercator as used for small-scale maps. However, the Web Mercator uses the spherical formulas at all scales whereas large-scale Mercator maps normally use the ellipsoidal form of the projection. The discrepancy is imperceptible at the global scale but causes maps of local areas to deviate slightly from true ellipsoidal Mercator maps at the same scale. While the Web Mercator's formulas are for the spherical form of the Mercator, geographical coordinates are required to be in the
WGS 84 The World Geodetic System (WGS) is a standard used in cartography, geodesy, and satellite navigation including GPS. The current version, WGS 84, defines an Earth-centered, Earth-fixed coordinate system and a geodetic datum, and also descri ...
ellipsoidal datum. This discrepancy causes the projection to be slightly non- conformal. General lack of understanding that the Web Mercator differs from standard Mercator usage has caused considerable confusion and misuse. Mistaking Web Mercator for the standard Mercator during coordinate conversion can lead to deviations as much as 40 km on the ground. For all these reasons, the
United States Department of Defense The United States Department of Defense (DoD, USDOD, or DOD) is an United States federal executive departments, executive department of the federal government of the United States, U.S. federal government charged with coordinating and superv ...
through the
National Geospatial-Intelligence Agency The National Geospatial-Intelligence Agency (NGA) is a combat support agency within the United States Department of Defense whose primary mission is collecting, analyzing, and distributing geospatial intelligence (GEOINT) to support national se ...
has declared this map projection to be unacceptable for any official use. Unlike most map projections for the sphere, the Web Mercator uses the equatorial radius of the WGS 84 spheroid, rather than some compromise between the equatorial and polar radii. This results in a slightly larger map compared to the map's stated (nominal) scale than for most maps.


Formulas

Formulas for the Web Mercator are fundamentally the same as for the standard spherical Mercator, but before applying zoom, the "world coordinates" are adjusted such that the upper left corner is and the lower right corner is : \begin x &= \left\lfloor\frac \cdot 2^ \left(\pi + \lambda \right)\right\rfloor \text\\ pt y &= \left\lfloor\frac \cdot 2^ \left(\pi - \ln \left tan \left(\frac + \frac \right) \rightright)\right\rfloor \text \end where \lambda is the
longitude Longitude (, ) is a geographic coordinate that specifies the east- west position of a point on the surface of the Earth, or another celestial body. It is an angular measurement, usually expressed in degrees and denoted by the Greek lett ...
in radians and \varphi is geodetic latitude in radians. Because the Mercator projects the poles at infinity, a map using the Web Mercator projection cannot show the poles. Services such as Google Maps cut off coverage at 85.051129° north and south. This is not a limitation for street maps, which is the primary purpose for such services. The value 85.051129° is the latitude at which the full projected map becomes a square, and is computed as \varphi given : \begin \varphi_ = \left \arctan(e^) - \frac\right\end


Spherical and ellipsoidal mix

The projection is neither strictly ellipsoidal nor strictly spherical. EPSG's definition says the projection "uses spherical development of ellipsoidal coordinates". The underlying geographic coordinates are defined using the WGS84 ellipsoidal model of the Earth's surface, but are projected as if defined on a sphere. This practice is uncontroversial for small-scale maps (such as of the entire world), but has little precedent in large-scale maps (such as of a city or province).


Advantages and disadvantages

Web Mercator is a spherical Mercator projection, and so it has the same properties as a spherical Mercator: north is up everywhere, meridians are equally spaced vertical lines, angles are locally correct (assuming spherical coordinates), and areas inflate with distance from the equator such that the polar regions are grossly exaggerated. The ellipsoidal Mercator has these same properties, but models the earth as an ellipsoid. Unlike the ellipsoidal Mercator, however, the Web Mercator is not quite conformal. This means that angles between lines on the surface will not be drawn to the same angles in the map, although they will not deviate enough to be noticeable by eye. Lines deviate because Web Mercator specifies that coordinates be given as surveyed on the WGS 84 ellipsoidal model. By projecting coordinates surveyed against the ellipsoid as if they were surveyed on a sphere, angular relationships change slightly. This is standard practice on the standard spherical Mercator projection, but unlike Web Mercator, the spherical Mercator is not normally used for maps of local areas, such as street maps, and so the accuracy of positions needed for plotting is typically less than the angular deviation caused by using spherical formulas. The benefit the Web Mercator gains is that the spherical form is much simpler to calculate than the ellipsoidal form, and so requires only a fraction of the computing resources.


Identifiers

Due to slow adoption by the EPSG registry, the Web Mercator is represented by several different names and spatial reference system identifiers (SRIDs), including EPSG:900913, EPSG:3785 and EPSG:3857, the latter being the official EPSG identifier since 2009.


EPSG:900913

The projected coordinate reference system originally lacked an official spatial reference identifier ( SRID), and the Geodesy subcommittee of the OGP's Geomatics committee (also known as EPSG) refused to provide it with one, declaring "We have reviewed the coordinate reference system used by Microsoft, Google, etc. and believe that it is technically flawed. We will not devalue the EPSG dataset by including such inappropriate geodesy and cartography." The unofficial code "EPSG:900913" (GOOGLE transliterated to numbers) came to be used. It was originally defined by Christopher Schmidt in his Technical Ramblings blog and became codified in OpenLayers 2, which, technically, would make OpenLayers the SRID authority.


EPSG:3785

In 2008, EPSG provided the official identifier EPSG:3785 with the official name "Popular Visualisation CRS / Mercator", but noted "It is not an official geodetic system". This definition used a spherical (rather than ellipsoidal) model of the Earth.


EPSG:3857

Later that year, EPSG provided an updated identifier, EPSG:3857 with the official name "WGS 84 / Pseudo-Mercator". The definition switched to using the WGS84 ellipsoid (EPSG:4326), rather than the sphere. Although the projection is closely associated with Google, Microsoft is listed as the "information source" in EPSG's standards.


Other identifiers

Other identifiers that have been used include ESRI:102113, ESRI:102100, and OSGEO:41001. ESRI:102113 corresponds to EPSG:3785 while ESRI:102100 corresponds to EPSG:3857.{{Cite web, url=https://community.esri.com/t5/arcgis-rest-api-questions/102100-vs-102113-is-mixed-up/m-p/426380#M2050, title=102100 vs. 102113 is mixed up?, date=October 3, 2012, website=GeoNet, The Esri Community


WKT definition

The projection covers the Earth from −180° to 180° longitude, and 85.05° north and south. Using well-known text representation of coordinate reference systems (WKT), EPSG:3857 is defined as follows:
PROJCRS WGS 84 / Pseudo-Mercator",
    BASEGEOGCRS["WGS 84",
        ENSEMBLE["World Geodetic System 1984 ensemble",
            MEMBER["World Geodetic System 1984 (Transit)", ID["EPSG",1166,
            MEMBER["World Geodetic System 1984 (G730)",    ID["EPSG",1152,
            MEMBER["World Geodetic System 1984 (G873)",    ID["EPSG",1153,
            MEMBER["World Geodetic System 1984 (G1150)",   ID["EPSG",1154,
            MEMBER["World Geodetic System 1984 (G1674)",   ID EPSG",1155,
            MEMBER World Geodetic System 1984 (G1762)",   ID["EPSG",1156,
            MEMBER["World Geodetic System 1984 (G2139)",   ID["EPSG",1309,
            ELLIPSOID["WGS 84", 6378137, 298.257223563, LENGTHUNIT["metre", 1, ID["EPSG",9001, ID["EPSG",7030,
            ENSEMBLEACCURACY[2], ID["EPSG",6326,
        ID["EPSG",4326,
    CONVERSION Popular Visualisation Pseudo-Mercator",
        METHOD["Popular Visualisation Pseudo Mercator", ID["EPSG",1024,
        PARAMETER["Latitude of natural origin",  0, ANGLEUNIT["degree", 0.0174532925199433, ID["EPSG",9102, ID["EPSG",8801,
        PARAMETER["Longitude of natural origin", 0, ANGLEUNIT["degree", 0.0174532925199433, ID["EPSG",9102, ID["EPSG",8802,
        PARAMETER["False easting",               0, LENGTHUNIT metre", 1,                  ID["EPSG",9001, ID["EPSG",8806">quot;EPSG",9001.html" ;"title="metre", 1,                  ID["EPSG",9001">metre", 1,                  ID["EPSG",9001, ID["EPSG",8806,
        PARAMETER["False northing",              0, LENGTHUNIT metre", 1,                  ID["EPSG",9001, ID["EPSG",8807,
        ID["EPSG",3856,
    CS[Cartesian, 2, ID["EPSG",4499,
    AXIS["Easting (X)", east],
    AXIS["Northing (Y)", north],
    LENGTHUNIT["metre", 1, ID["EPSG",9001,
    ID["EPSG",3857


References

Geographic coordinate systems Web mapping Google Maps Conformal projections