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
52220873e3b47d4079c34dddc2a13afc94e29e54
openlayers
/
lib
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
..
Firebug
Refactor SVN layout in compliance with RFC/LicenseChange. This hopefully
2007-10-17 02:21:22 +00:00
OpenLayers
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
Rico
semi-colon and curly brace stuff for the Rico library.
2007-10-18 23:49:41 +00:00
OpenLayers.js
Add hover handler. With this handler user-defined actions can be triggered as the mouse moves over the map and pauses. An example of use is send WMS/GetFeatureInfo requests. r=crschmidt,tschaub (
closes
#1255
)
2008-01-15 12:54:47 +00:00