[OpenLayers-Trac] [OpenLayers] #3419: Tile simplifications
OpenLayers
trac-20090302 at openlayers.org
Tue Jul 19 09:50:04 EDT 2011
#3419: Tile simplifications
----------------------+-----------------------------------------------------
Reporter: ahocevar | Owner: ahocevar
Type: feature | Status: new
Priority: minor | Milestone: 2.12 Release
Component: Tile | Version: 2.10
Keywords: | State:
----------------------+-----------------------------------------------------
Currently, Tile.Image instances create a clone of itself for the
backbuffer tile. This requires a clone method. Since Tile.Google we have
another Tile implementation that could use backbuffer capabilities, but is
not a subclass of Tile.Image.
This tickets suggests simplifying the Tile.Image class, removing the clone
method from the Tile interface, handling backbuffers by methods of the
class itself instead of creating a clone, and factoring out common
backbuffer and image related functionality into a mixin that could also be
used by Tile.Google and other classes.
--
Ticket URL: <http://trac.openlayers.org/ticket/3419>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list