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
f04f203499f8e5d2aa371df1071cffec18198ace
openlayers
/
lib
/
OpenLayers
/
Handler
History
Tim Schaub
f4bae0a011
Adding support for a modify callback in the sketch handlers. This lets controls know about each sketch modification as a sketch is being drawn. Also a bit of a refactor of the sketch handlers to share sketch geometry parts. r=ahocevar (
closes
#1903
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@8831
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-02-04 22:45:16 +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
fix propogate/propagate typo in click handler. thanks to chris r. for finding this, elemoine for the review. (
Closes
#1359
)
2008-10-27 19:00:08 +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
fix Handler.Feature API doc, the handler received a single OpenLayers.
2009-01-16 07:17:05 +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 support for a modify callback in the sketch handlers. This lets controls know about each sketch modification as a sketch is being drawn. Also a bit of a refactor of the sketch handlers to share sketch geometry parts. r=ahocevar (
closes
#1903
)
2009-02-04 22:45:16 +00:00
Point.js
Adding support for a modify callback in the sketch handlers. This lets controls know about each sketch modification as a sketch is being drawn. Also a bit of a refactor of the sketch handlers to share sketch geometry parts. r=ahocevar (
closes
#1903
)
2009-02-04 22:45:16 +00:00
Polygon.js
Adding support for a modify callback in the sketch handlers. This lets controls know about each sketch modification as a sketch is being drawn. Also a bit of a refactor of the sketch handlers to share sketch geometry parts. r=ahocevar (
closes
#1903
)
2009-02-04 22:45:16 +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