patch for #831 - simplify the notion of untiled (now an option on grid layers called 'singleTile') and implementing loading events for gridded/untiled layers. thanks tim and chris for reviewing this beast.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3725 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-07-12 22:42:34 +00:00
parent 51b31bc0a0
commit 921347a81a
12 changed files with 1021 additions and 383 deletions

View File

@@ -105,9 +105,9 @@ OpenLayers.Layer.KaMap.prototype =
},
/**
* Method: _initTiles
* Method: initGriddedTiles
*/
_initTiles:function() {
initGriddedTiles:function() {
var viewSize = this.map.getSize();
var bounds = this.map.getExtent();