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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user