Hi everyone, my Layer.redraw() is not working when i use it. I would like to refresh the layer (developped by ESRI, it is not an WMS layer). What is particullary strange is that the updated layer is displayed when i use the zoom function, but nothing changes with the pan one. I think i cannot use redraw(true) because mergeNewParams(...) is an HTTPRequest function...
Any idea? Is this a bug or is it due to my type of layer? thanks Eric Lemoine-3 wrote: > > Hi. What type of layer do you use? If it's WMS or anything derived > from Layer.HTTPRequest the you can do layer.redraw(true). Cheers. Eric > > 2008/7/31, David Calle <[EMAIL PROTECTED]>: >> Hi guys.... >> I need help on my project, i'm using Open Layers with PostGis on my >> maps... >> But i need help with the function redraw, for refresh my map without lose >> the zoom, the position and the active layers when i insert new data on >> Postgres... >> >> >> OpenLayers.VERSION_NUMBER="$Revision: 6819 $"; >> >> >> Thans for your help.. >> PD.... if you can answer me in spanish... >> > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > -- View this message in context: http://www.nabble.com/OpenLayers..-Redraw-tp18755941p19434930.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
