From 7323e180f49fa269fb9da8c400e2ebc6dde1d7c9 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Sat, 16 Dec 2017 08:32:32 +0100 Subject: [PATCH] Change olx.SphereMetricOptions to SphereMetricOptions Leftover from #7609 --- src/ol/Sphere.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/Sphere.js b/src/ol/Sphere.js index 7a598f5cac..109b5d01b0 100644 --- a/src/ol/Sphere.js +++ b/src/ol/Sphere.js @@ -217,7 +217,7 @@ _ol_Sphere_.getDistance_ = function(c1, c2, radius) { * Get the spherical area of a geometry. This is the area (in meters) assuming * that polygon edges are segments of great circles on a sphere. * @param {ol.geom.Geometry} geometry A geometry. - * @param {olx.SphereMetricOptions=} opt_options Options for the area + * @param {SphereMetricOptions=} opt_options Options for the area * calculation. By default, geometries are assumed to be in 'EPSG:3857'. * You can change this by providing a `projection` option. * @return {number} The spherical area (in square meters).