<div>hi all,</div>
<div>my server side return navigation route to client and should draw the route on OL. The route contains more than a thousand points, but the OL draw the line very very slow, and nearly can not work. At first, i think the client should take many times to receive the data. but, I&#39;ve test it that it only takes less than 10s. after receive data and start to draw route, the browser striked.</div>

<div>can anyone help me, how to slove the problem. thanks.</div>
<div> </div>
<div>PS: I split the route into dozens of segments. at client side, I construct the every segment route with LineString, and addFeature to VectorLayer.</div>
<div> </div>