[OpenLayers-Users] Problems with grid on wms request

Frederico Lucca fredlucca at gmail.com
Wed Jan 3 08:02:42 EST 2007


Hi Erik,

I was running 2.2, but I have made some changes in the method clearGrid and
the problem disappear. I saw that in 2.3 rc1 the method has changed too. Now
it works very well.

Thanks for the help.

Best Regards,

Fred

On 1/3/07, Erik Uzureau <euzuro at gmail.com> wrote:
>
> It will be very helpful for us if you can give us a link to a live example
> or at least some more debugging info like what version you are running,
> etc.
>
> Erik
>
> On 1/2/07, Frederico Lucca <fredlucca at gmail.com> wrote:
> > Hello list,
> >
> > I'm having trouble with some tiles not loaded when panning to south.
> > I'm looking into some fault on Grid.js, my buffer is 1 and my tilesize
> is
> > 512 pixels.
> > I'm debbuging the moveTo function and for me the problem is when it goes
> to
> > the last else into the while instead of enter this
> > else if (tlViewPort.y < -this.tileSize.h * this.buffer) {
> >       this.shiftRow(false);
> > }
> >
> > for example:
> > tlViewPort.y = -255
> > -this.tileSize.h * this.buffer = -512
> >
> > -255 < -512
> >
> > This is false, but when this occours a row is not added to the end of
> the
> > grid and I stay without the last image at south.
> >
> > How can I deal with this problem???
> >
> > Thanks in advance
> >
> > Fred
> >
> > --
> > "Everything under the sun is in tune
> > But the sun is eclipsed by the moon"
> > _______________________________________________
> > Users mailing list
> > Users at openlayers.org
> > http://openlayers.org/mailman/listinfo/users
> >
> >
> >
>



-- 
"Everything under the sun is in tune
But the sun is eclipsed by the moon"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20070103/ffcb0753/attachment.html


More information about the Users mailing list