In this case I use Map control from OpenLayers 2.10. On map I have base layer which is OpenLayers.Layer.OSM and OpenLayers.Layer.Vector with custom features. Now when I move map using mouse the features that weren't previously visible won't redraw until release of mouse button. I have noticed the same issue in all OpenLayers examples. Can anyone provide some kind of work around to change this behaviour? What I want to achieve is to draw features immediately after feature becomes visible or always draw all features (I work with small number of features so performance of map control isn't critical).

My current idea is to handle some specific events on map (like mouse move with click) and force features redraw.

link|improve this question

56% accept rate
Are your 'hidden' features already on the client or do you fetch them when you move map using mouse? It will be easier to find solution if you post some code you are using – igorti Feb 14 '11 at 15:58
I also need a solution for this problem. Maybe someone can help. – user942352 Sep 13 '11 at 10:52
feedback

1 Answer

I don't have a solution, but made an observation. Looking at this example on Vector Behavior on the OL Examples website, if features are partially visible (i.e. placed on the border of the viewport), they remain partially hidden when dragged into full view. Only fully visible upon release of the mouse button. My point being that it seems to be a display issue more than a load issue, if that wasn't apparent already...

Will keep an eye on the question, curious to the answer. :-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.