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
9cc8aed695109490e81cfe3a417a8024ef701a15
openlayers
/
lib
/
OpenLayers
/
Handler
History
Tim Schaub
b4da05da35
#774
- drag control only calls move callback with a change in pixel position - DragPan control simplified
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@3891
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-08-11 03:32:41 +00:00
..
Box.js
#823
New class style. Instead of OldStyle = Class.create(); OldStyle.prototype = Class.inherit(Parent, prototype), we now use NewStyle = OpenLayers.Class(Parent, prototype). New style classes allow for backwards compatibility [you can use OldStyle = Class.create(); Class.inherit(NewStyle, prototype)]. The Class.create and Class.inherit functions are deprecated. Backwards compatibility will be removed at 3.0. Thanks Erik for the careful review.
2007-07-16 20:25:11 +00:00
Drag.js
#774
- drag control only calls move callback with a change in pixel position - DragPan control simplified
2007-08-11 03:32:41 +00:00
Feature.js
ND Update: make array's say what they're made of, and a few other small bits, like mistyped and a couple missing <>s
2007-07-31 20:02:03 +00:00
Keyboard.js
fix for
#853
- remove JSDOC comments from CLASS_NAME variables
2007-07-23 15:09:09 +00:00
MouseWheel.js
fix for
#853
- remove JSDOC comments from CLASS_NAME variables
2007-07-23 15:09:09 +00:00
Path.js
ND Update: make array's say what they're made of, and a few other small bits, like mistyped and a couple missing <>s
2007-07-31 20:02:03 +00:00
Point.js
ND Update: make array's say what they're made of, and a few other small bits, like mistyped and a couple missing <>s
2007-07-31 20:02:03 +00:00
Polygon.js
ND Update: make array's say what they're made of, and a few other small bits, like mistyped and a couple missing <>s
2007-07-31 20:02:03 +00:00