Hi Chris,

when I do that I get problems:

bottomLeftTile has no properties
file:///D:/sources/OpenLayers-2.5-rc2/lib/OpenLayers/Layer/Grid.js
Line 250

Followed by:

tile has no properties
file:///D:/sources/OpenLayers-2.5-rc2/lib/OpenLayers/Layer/Grid.js
Line 523

Example file to reproduce attached.

Thanks in advance.

Best regards,
Bart

--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl


--------- Oorspronkelijk bericht --------
Van: Christopher Schmidt <[EMAIL PROTECTED]>
Naar: Bart van den Eijnden OSGIS <[EMAIL PROTECTED]>
Cc: [email protected]
Onderwerp: Re: [OpenLayers-Users] layer.mergeNewParams flicker
Datum: 21/09/07 12:03

> On Fri, Sep 21, 2007 at 03:42:26PM +0200, Bart van den Eijnden (OSGIS)
wrote:
> &gt; Hi list,
> &gt; 
> &gt; when I use layer.mergeNewParams to add a random parameter (I really
want to
> &gt; make sure things don't come from the browser cache), the image
flickers
> &gt; unfortunately.
> &gt; 
> &gt; In Mapbuilder's TimeSeriesOL I seem something like:
> &gt; 
> &gt; /* Here we have to null out the existing tile (in the case of Untiled
WMS
> &gt; layers) so that it is not first cleared out before rendering the new
> &gt; request. */
> &gt; objRef.oLlayers[layerName].tile = null;
> &gt;
objRef.oLlayers[layerName].mergeNewParams({&quot;TIME&quot;:timestamp.firstChild.nodeValue});
> &gt; 
> &gt; But this won't work with the new singleTile option in 2.5 AFAIK.
> 
> foo.tile -&gt; foo.grid[0][0]
> 
> Regards,
> -- 
> Christopher Schmidt
> MetaCarta
> 
> 

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to