Build the line's geometry from the given
Geometry or Array/Float32Array data. widthCallback can be used to control the width
at each point along the line. Its parameter
p varies from 0 to 1 along the line:
line.setGeometry(geometry, function(p) { return p; });