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
d52701aec8d06ece3d6d0dabbc781394a7460175
openlayers
/
lib
/
OpenLayers
/
Handler
History
crschmidt
ca5c08ee26
Fix typo in comments.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@6011
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2008-02-06 23:52:39 +00:00
..
Box.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
Click.js
The pixelTolerance check on the click handler only works if mousedown events get to the handler. This keeps the handler from failing in cases where mousedown is stopped and pixelTolerance is set. r=crschmidt (
closes
#1246
)
2008-01-09 09:55:22 +00:00
Drag.js
Because onselectstart is null by default, our logic to set it and
2008-01-27 14:48:02 +00:00
Feature.js
Add properties stopClick, stopDown, and stopUp to the feature handler. If
2008-02-03 17:35:39 +00:00
Hover.js
Add hover handler. With this handler user-defined actions can be triggered as the mouse moves over the map and pauses. An example of use is send WMS/GetFeatureInfo requests. r=crschmidt,tschaub (
closes
#1255
)
2008-01-15 12:54:47 +00:00
Keyboard.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
MouseWheel.js
Opera version < 9.20 invert the wheelDelta value but version >= 9.20 don't. r=crschmidt (
Closes
#1193
)
2008-02-06 15:34:16 +00:00
Path.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
Point.js
Fix typo in comments.
2008-02-06 23:52:39 +00:00
Polygon.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00
RegularPolygon.js
Update copyrights to 2008.
2008-01-01 08:14:55 +00:00