Add FIXME
This commit is contained in:
@@ -252,6 +252,7 @@ ol.geom.flat.inflateCoordinatesss =
|
|||||||
*/
|
*/
|
||||||
ol.geom.flat.lineStringInterpolate =
|
ol.geom.flat.lineStringInterpolate =
|
||||||
function(flatCoordinates, offset, end, stride, fraction, opt_point) {
|
function(flatCoordinates, offset, end, stride, fraction, opt_point) {
|
||||||
|
// FIXME interpolate extra dimensions
|
||||||
goog.asserts.assert(0 <= fraction && fraction <= 1);
|
goog.asserts.assert(0 <= fraction && fraction <= 1);
|
||||||
var point = goog.isDef(opt_point) ? opt_point : [NaN, NaN];
|
var point = goog.isDef(opt_point) ? opt_point : [NaN, NaN];
|
||||||
var n = (end - offset) / stride;
|
var n = (end - offset) / stride;
|
||||||
|
|||||||
Reference in New Issue
Block a user