Add FIXME

This commit is contained in:
Tom Payne
2014-01-21 20:09:20 +01:00
parent 846d75bf77
commit 23ade59d2f

View File

@@ -252,6 +252,7 @@ ol.geom.flat.inflateCoordinatesss =
*/
ol.geom.flat.lineStringInterpolate =
function(flatCoordinates, offset, end, stride, fraction, opt_point) {
// FIXME interpolate extra dimensions
goog.asserts.assert(0 <= fraction && fraction <= 1);
var point = goog.isDef(opt_point) ? opt_point : [NaN, NaN];
var n = (end - offset) / stride;