<p>Hi, </p>
<p>you could try the SVG2 renderer,  by configuring your vector layer with </p>
<p>renderers : [&quot;SVG2&quot;, &quot;VML&quot;,  &quot;Canvas&quot;]</p>
<p>You will need at least OpenLayers 2.11rc1 for this to work, and it will only work on browsers that support SVG. To work in this context means that you will see all features as soon as they pan into view. </p>
<p>Andreas. </p>
<p>Andreas. </p>
<p><blockquote type="cite">On Aug 4, 2011 3:07 PM, &quot;ggarcia&quot; &lt;<a href="mailto:ggarcia@ihman.com">ggarcia@ihman.com</a>&gt; wrote:<br><br>//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 &#39;cut off&#39; vector features.


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

Could I do this using &quot;unrenderedFeatures&quot;, &quot;rendererOptions&quot; 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" target="_blank">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" target="_blank">OpenLayers Users mailing list archive</a> at Nabble.com.<br><br>_______________________________________________<br>

Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
<br></blockquote></p>