//From the FAQ: vectors do not update their visual representation while the map is being dragged. Instead, they update when the mouseup event fires. For this reason, while dragging, you may occasionally see 'cut off' vector features.


I <b>don't want to update vectors</b> visual representation because they are simple static images, I only wanna avoid the render to <b>avoid 'cut off' vector features</b>.

Could I do this using "unrenderedFeatures", "rendererOptions" or whatever?

I have 10000 markers images (vector) so every time I drag the map all markers are repainted so it makes my webapp too heavy and slow :S

<img src="http://osgeo-org.1803224.n2.nabble.com/file/n6652628/markers-render-02.png" border="0"/>

        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/I-want-my-vectors-do-not-update-their-visual-representation-tp6652628p6652628.html">I want my vectors do not update their visual representation</a><br/>
Sent from the <a href="http://osgeo-org.1803224.n2.nabble.com/OpenLayers-Users-f1822463.html">OpenLayers Users mailing list archive</a> at Nabble.com.<br/>