[OpenLayers-Trac] Re: [OpenLayers] #2998: delay (time consuming)
grid tiles move
OpenLayers
trac-20090302 at openlayers.org
Tue Jan 4 07:45:22 EST 2011
#2998: delay (time consuming) grid tiles move
------------------------+---------------------------------------------------
Reporter: pgiraud | Owner: elemoine
Type: feature | Status: new
Priority: minor | Milestone: 2.11 Release
Component: Layer.Grid | Version: 2.10
Keywords: | State: Needs More Work
------------------------+---------------------------------------------------
Comment(by pgiraud):
Replying to [comment:1 ahocevar]:
> This may be a good option until we finally find some time to rewrite the
grid code so tiles no longer need to be positioned, because they use css
sizing and positioning with percentages instead of pixels. This will also
make it much easier to use arbitrary resolutions, regardless of
availability on the server, and animated zooming.
I think this doesn't address the same problem since, with this
enhancement, we will still call {{{image.src = 'url_to_image'}}} which
appears to be expensive.
>
> In order to not make this endeavor more complicated, I'd only ask to not
introduce new APIProperties on tile- and grid-related classes
({{{tileLoadingDelay}}} in this case).
I don't really mind removing the {{{tileLoadingDelay}}} from API, though I
still think that changing the way tiles are positioned is a completely
different feature.
>
> Another comment on the patch: how does this play together with
viewRequestID, which is used on the tiles and kept track of on the Map?
This should have no impact. But it has to be confirmed.
--
Ticket URL: <http://trac.openlayers.org/ticket/2998#comment:2>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list