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
0e05f90932e9e5aa29ffb8b966dc9f6e926595e1
openlayers
/
lib
/
OpenLayers
/
Handler
History
Tim Schaub
ed5420b678
Adding a persist option to the measure control. This passes the same to the sketch handler. The cancel method on the control calls the same on the handler. Patch from dwins. Tests from me. r=me (
closes
#2029
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@9225
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-07 02:03:57 +00:00
..
Box.js
added ND comments, removed unused arguments from getBoxCharacteristics. Non-functional change.
2008-12-04 21:28:57 +00:00
Click.js
clear timer for rightclicks so that we don't fire single right click event after double rightclick event. thanks for the excellent find and fix, itbeyond. r=me (
Closes
#1995
)
2009-04-03 01:34:58 +00:00
Drag.js
adding types to properties from the mousing improvements patch. No functional change, only documentation. (See
#1509
)
2008-07-30 18:40:23 +00:00
Feature.js
SelectFeature should allow panning the map when over features, without activating click method at the end of drag, r=tschaub (
closes
#1824
)
2009-04-06 11:46:15 +00:00
Hover.js
it was reported on the mailing list that the hover handler doc isn't sufficient, fix that, thanks for reporting this Mika, no functional change
2008-12-10 20:04:29 +00:00
Keyboard.js
* Fixes to the Keyboard Handler to make it work better --
2008-07-31 17:45:16 +00:00
MouseWheel.js
Caching array length instead of accessing it with each iteration. r=crschmidt (
closes
#1636
)
2008-07-31 04:44:25 +00:00
Path.js
Adding a persist option to the measure control. This passes the same to the sketch handler. The cancel method on the control calls the same on the handler. Patch from dwins. Tests from me. r=me (
closes
#2029
)
2009-04-07 02:03:57 +00:00
Point.js
Adding a persist option to the measure control. This passes the same to the sketch handler. The cancel method on the control calls the same on the handler. Patch from dwins. Tests from me. r=me (
closes
#2029
)
2009-04-07 02:03:57 +00:00
Polygon.js
Adding a persist option to the measure control. This passes the same to the sketch handler. The cancel method on the control calls the same on the handler. Patch from dwins. Tests from me. r=me (
closes
#2029
)
2009-04-07 02:03:57 +00:00
RegularPolygon.js
Handler.RegularPolygon doesn't always call the "done" callback, r=tschaub (
closes
#1857
)
2009-01-09 09:12:37 +00:00