This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
ae9ceeec6c326a32e167514c466e5b8f0859ef5c
openlayers
/
lib
/
OpenLayers
/
Tile
History
euzuro
52220873e3
See
#964
- not only should we cancel ajax requests when we destroy the tile, but also when we initiate a new response. which is to say that when we instruct the tile to run a new request, we can discard the old one(s). that is what this patch does (as well as cleaning up memory in the destroy). Note that I have added this.request.destroy(); call, but commented out. this is a nod to future development/improvement of the OpenLayers.Ajax.Base and OpenLayers.Ajax.Request class to give it its own destroy() method. Just for fun I'll go ahead and open a separate ticket for that:
#1277
. Thanks elemoine for the reviews and the good dialogue to finishing up this patch.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@5777
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-01-16 17:35:51 +00:00
..
Image.js
Fix redrawing of tiles in Safari, Opera, which don't fire onlod events unless
2008-01-09 08:36:41 +00:00
WFS.js
See
#964
- not only should we cancel ajax requests when we destroy the tile, but also when we initiate a new response. which is to say that when we instruct the tile to run a new request, we can discard the old one(s). that is what this patch does (as well as cleaning up memory in the destroy). Note that I have added this.request.destroy(); call, but commented out. this is a nod to future development/improvement of the OpenLayers.Ajax.Base and OpenLayers.Ajax.Request class to give it its own destroy() method. Just for fun I'll go ahead and open a separate ticket for that:
#1277
. Thanks elemoine for the reviews and the good dialogue to finishing up this patch.
2008-01-16 17:35:51 +00:00