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
563b828eded792dc87ce1a4abb099dace3280c12
openlayers
/
lib
/
OpenLayers
/
Control
History
crschmidt
563b828ede
Migrate Map MouseControls to MouseDefaults.js. This moves event handling into a control, where we can modify it and edit it without mucking about in the main map class, bringing this portion of the code more into line with the way other aspects of the controls situation work.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@204
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-20 02:29:39 +00:00
..
LayerSwitcher.js
added member variables for activeColor and nonActiveColor so that users can customize dynamically
2006-05-18 06:06:16 +00:00
MouseDefaults.js
Migrate Map MouseControls to MouseDefaults.js. This moves event handling into a control, where we can modify it and edit it without mucking about in the main map class, bringing this portion of the code more into line with the way other aspects of the controls situation work.
2006-05-20 02:29:39 +00:00
PanZoom.js
Remove old comments.
2006-05-20 02:19:08 +00:00
PanZoomBar.js
PanZoomBar is now a subclass of PanZoom, and can drop a lot of its functions in favor of inheriting from that class. hooray for less code duplication.
2006-05-17 03:36:11 +00:00