From 8f3820be22831905c579181741e280df5f75b401 Mon Sep 17 00:00:00 2001 From: Simon Seyock Date: Mon, 6 May 2019 16:26:49 +0200 Subject: [PATCH] Fix earth radius in documentation --- src/ol/sphere.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ol/sphere.js b/src/ol/sphere.js index deda3c821d..931373be4a 100644 --- a/src/ol/sphere.js +++ b/src/ol/sphere.js @@ -19,8 +19,9 @@ import GeometryType from './geom/GeometryType.js'; * @property {import("./proj.js").ProjectionLike} [projection='EPSG:3857'] * Projection of the geometry. By default, the geometry is assumed to be in * Web Mercator. - * @property {number} [radius=6371008.8] Sphere radius. By default, the radius of the - * earth is used (Clarke 1866 Authalic Sphere). + * @property {number} [radius=6371008.8] Sphere radius. By default, the + * [mean Earth radius](https://en.wikipedia.org/wiki/Earth_radius#Mean_radius) + * for the WGS84 ellipsoid is used. */