From cf13cb5e3248cbff455677e994d67728ca40e465 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Fri, 27 Jun 2014 12:20:16 +0200 Subject: [PATCH] Fix remaining API doc issues with squared tolerance vs. tolerance --- src/ol/geom/flat/simplifyflatgeom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/geom/flat/simplifyflatgeom.js b/src/ol/geom/flat/simplifyflatgeom.js index e1f992fc1c..7b747c6280 100644 --- a/src/ol/geom/flat/simplifyflatgeom.js +++ b/src/ol/geom/flat/simplifyflatgeom.js @@ -344,7 +344,7 @@ ol.geom.flat.simplify.quantize = function(flatCoordinates, offset, end, stride, * @param {number} offset Offset. * @param {Array.} ends Ends. * @param {number} stride Stride. - * @param {number} tolerance Squared tolerance. + * @param {number} tolerance Tolerance. * @param {Array.} simplifiedFlatCoordinates Simplified flat * coordinates. * @param {number} simplifiedOffset Simplified offset. @@ -374,7 +374,7 @@ ol.geom.flat.simplify.quantizes = function( * @param {number} offset Offset. * @param {Array.>} endss Endss. * @param {number} stride Stride. - * @param {number} tolerance Squared tolerance. + * @param {number} tolerance Tolerance. * @param {Array.} simplifiedFlatCoordinates Simplified flat * coordinates. * @param {number} simplifiedOffset Simplified offset.