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
201e478c639130044335d188a609161b9531046d
openlayers
/
lib
/
OpenLayers
/
Control
History
crschmidt
201e478c63
Complete refactoring of PanZoomBar. This changes all event handling to be through the Events class, which wasn't the case in the past: this has the result of changing the 'this' object from being the slider, div, etc. to being the Control itself, which simplifies much of the code, and probably removes a few circular references.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@323
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-24 13:44:29 +00:00
..
KeyboardDefaults.js
Add @require pragma to all source files.
2006-05-23 15:20:31 +00:00
LayerSwitcher.js
Add @require pragma to all source files.
2006-05-23 15:20:31 +00:00
MouseDefaults.js
Fix to Control.MouseDefaults stops panning when dragging off the map.
Closes
#29
for good, I hope.
2006-05-24 03:20:22 +00:00
PanZoom.js
Add @require pragma to all source files.
2006-05-23 15:20:31 +00:00
PanZoomBar.js
Complete refactoring of PanZoomBar. This changes all event handling to be through the Events class, which wasn't the case in the past: this has the result of changing the 'this' object from being the slider, div, etc. to being the Control itself, which simplifies much of the code, and probably removes a few circular references.
2006-05-24 13:44:29 +00:00