geoMercator function Cylindrical projections Projections
The spherical Mercator projection.
Defines a default GeoProjection.clipExtent such that the world is projected to a square, clipped to approximately ±85° latitude.
Implementation
GeoProjection geoMercator() =>
MercatorProjection(geoMercatorRaw)..scale = 961 / tau;