Hello For the grid strategy I needed a specialized tile class. What logically came to mind was create a child class of OpenLayers.Tile, namely OpenLayers.Tile.Vector. Looking at OpenLayers.Tile I discovered that OpenLayers.Tile includes back-buffer code that my class wouldn't need. For that reason, I implemented my vector tile class without inheriting from OpenLayers.Tile, which isn't good as my tile class does respect the tile interface. Shouldn't OpenLayers.Tile be as abstract as possible? Shoulnd't the backbuffer code be moved to some other place? What do you think?
Thanks, -- Eric _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
