THREE.LineMaterial mapping texture that support linewidth

https://threejs.org/examples/?q=line#webgl_lines_fat

What is the question? Would you like to do two-dimensional texture mapping on a line?

It seems the OP wants to apply a diffuse map to wide lines which is currently not supported.

yes,like road track

You should check out other options than line, then. ExtrudeBufferGeometry, for instance. There are a bunch of other questions here regarding how to make racing tracks etc.