[OpenLayers-Users] IE strategies

Zac Spitzer zac.spitzer at gmail.com
Fri Jan 9 09:34:15 EST 2009


OpenLayers.Strategy.Tiled would be really performant :)

On Sat, Jan 10, 2009 at 1:32 AM, Andreas Hocevar <ahocevar at opengeo.org> wrote:
> Yves Moisan wrote:
>>> You are probably referring to
>>> http://n2.nabble.com/bbox-strategy-and-zooming-td1836240.html#a20489423
>>
>> Yep.
>>> New features will only be fetched if you zoom out, not if you zoom in. I
>>> had forgotten about this thread in my previous reply, sorry for the
>>> confusion.
>>
>> I realized that indeed.
>>
>>> You can make the BBOX strategy aggressive by instantiating your BBOX
>>> strategy like this:
>>>
>>> new OpenLayers.Strategy.BBOX(invalidBounds: function(){return true;});
>>
>> This gives a syntax error.  I replaced ":" with "=" and it works
>
> My bad. It should read
> new OpenLayers.Strategy.BBOX({invalidBounds: function(){return true;}})
>
> Regards,
> Andreas.
>
> --
> Andreas Hocevar
> OpenGeo - http://opengeo.org/
> Expert service straight from the developers.
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users
>



-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168



More information about the Users mailing list