Re: [OpenLayers-Users] http protocol problem

2008-11-09 Thread Didrik Pinte
On Sun, 2008-11-09 at 20:16 +0100, Eric Lemoine wrote: > Ok I see the problem now. You could also possibly register a one-time > featuresadded listener, by having the listener unregister itself the > first time a featuresadded event is received. Eric Excellent idea. I'll do that. Thanks Didrik

Re: [OpenLayers-Users] http protocol problem

2008-11-09 Thread Eric Lemoine
Ok I see the problem now. You could also possibly register a one-time featuresadded listener, by having the listener unregister itself the first time a featuresadded event is received. Eric 2008/11/9, Didrik Pinte <[EMAIL PROTECTED]>: > On Sun, 2008-11-09 at 09:07 +0100, Eric Lemoine wrote: >> Hi.

Re: [OpenLayers-Users] http protocol problem

2008-11-09 Thread Didrik Pinte
On Sun, 2008-11-09 at 09:07 +0100, Eric Lemoine wrote: > Hi. What do you mean by "refresh"? What is the problem you're having > exactly? Eric Hi Eric, What I wanted to do : I wanted to auto-load a geojson stream using a Cluster strategy and a Protocol.HTTP in the layer definition AND have the ma

Re: [OpenLayers-Users] http protocol problem

2008-11-09 Thread Eric Lemoine
Hi. What do you mean by "refresh"? What is the problem you're having exactly? Eric 2008/11/7, Didrik Pinte <[EMAIL PROTECTED]>: > On Fri, 2008-11-07 at 19:01 +0100, Eric Lemoine wrote: >> Hi. Register a featuresadded listener on the layer and do: >> this.map.zoomToExtent(this.getDataExtent()), whe