when cloning a layer that is loading, make sure numLoadingTiles is reset to 0 on the clone
This commit is contained in:
@@ -428,6 +428,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
||||
obj.backBuffer = null;
|
||||
obj.backBufferTimerId = null;
|
||||
obj.loading = false;
|
||||
obj.numLoadingTiles = 0;
|
||||
|
||||
return obj;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user