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
d295e5a892153b57b1bf03f0c7091c2b7d8ee8a6
openlayers
/
lib
/
OpenLayers
/
Control
History
euzuro
2e4f6129f6
forgot that these declarations are still only statically initialized. even though the chance of somebody *modifying* one of these strings (rather than just replacing it) is rather low... we might as well do things the right way
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@228
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-21 16:02:29 +00:00
..
KeyboardDefaults.js
Add start of a KeyboardDefaults class. This works, but because Keyboard events apparently always happen on the document level, I haven't yet figured out how to have them only happen when you're 'focused' on the map, so these are currently off by default. To test them, map.addControl(new OpenLayers.Control.KeyboardDefaults()); in your HTML file.
2006-05-20 19:59:50 +00:00
LayerSwitcher.js
forgot that these declarations are still only statically initialized. even though the chance of somebody *modifying* one of these strings (rather than just replacing it) is rather low... we might as well do things the right way
2006-05-21 16:02:29 +00:00
MouseDefaults.js
Missed a switch from this.map -> this on mouseDefaults. Dragging was
2006-05-21 03:12:53 +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