Skip to content

Commit

Permalink
doc: Elliptical Mercator projection - Earth is an ellipsoid (#6478)
Browse files Browse the repository at this point in the history
* doc: Elliptical Mercator projection assumes that Earth is an ellipsoid, not a geoid.

* Reword 'Elliptical Mercator projection' description
  • Loading branch information
jjimenezshaw authored and mourner committed Jan 22, 2019
1 parent d8dd2f0 commit 1e89776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geo/projection/Projection.Mercator.js
Expand Up @@ -6,7 +6,7 @@ import {Point} from '../../geometry/Point';
* @namespace Projection
* @projection L.Projection.Mercator
*
* Elliptical Mercator projection — more complex than Spherical Mercator. Takes into account that Earth is a geoid, not a perfect sphere. Used by the EPSG:3395 CRS.
* Elliptical Mercator projection — more complex than Spherical Mercator. Assumes that Earth is an ellipsoid. Used by the EPSG:3395 CRS.
*/

export var Mercator = {
Expand Down

0 comments on commit 1e89776

Please sign in to comment.