[OpenLayers-Users] Erased Feature falsely showing up after map is
zoom to different levels
JK Chen
jk.chen at sdl.usu.edu
Wed Jul 6 11:13:02 EDT 2011
Hi,
I have a bunch of polygon features which I bind with a marker click event to "hide" them; the hide is implemented via EraseFeatures().... This is good and working, till when I zoom the map into different levels; the hiding features will suddenly show up on the screen.
The associating marker for each polygon feature that goes into hiding along with the feature, does not show up while the polygon features falsely show up; so the markers part is good.
Any one has idea what goes wrong?
I'm quite sure that no other application code is running between the time from hiding going into effect to the map zooming....
JK
this.vector_layer.eraseFeatures([feature]);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20110706/3a4b206c/attachment.html
More information about the Users
mailing list