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
61a93c8d3811ffca4e872150c87fe1fb17c850c1
openlayers
/
lib
/
OpenLayers
/
Control
History
euzuro
61a93c8d38
add() method on lonlat does not modify actual lonlat, but rather creates new lonlat with the add affected. must therefore assign from return value.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@649
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-06-21 14:29:06 +00:00
..
KeyboardDefaults.js
add() method on lonlat does not modify actual lonlat, but rather creates new lonlat with the add affected. must therefore assign from return value.
2006-06-21 14:29:06 +00:00
LayerSwitcher.js
Fix
#57
. Add event handlers to the spans created by adding corners to the layer switcher tabs. (Somewhat hacky.)
2006-06-15 17:35:21 +00:00
MouseDefaults.js
change function name from ScreenPx to ViewPortPx
2006-06-20 22:51:55 +00:00
MouseToolbar.js
change function name from ScreenPx to ViewPortPx
2006-06-20 22:51:55 +00:00
PanZoom.js
commenting/JSDOC/coding standards
2006-06-21 13:44:30 +00:00
PanZoomBar.js
Return false from DoubleClick and Click events in controls so that these events don't filter through and hit the onclick handlers that we might register on the map.
2006-06-12 02:03:53 +00:00