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
b0bc72fa7fd53c2d1c7b83bb6cbc901ab3f9c35f
openlayers
/
tests
/
Handler
T
History
ahocevar
18b0c5fc7d
Merge pull request
#812
from ahocevar/mousewheel
...
Better mousewheel/touchpad behavior for zooming. r=@elemoine
2013-02-14 01:13:56 -08:00
..
Box.html
Revert "Removing camelize method."
2012-03-04 23:22:21 +01:00
Click.html
Restore click handler state in deactivate. r=erilem (
closes
#3217
)
2011-03-30 20:53:46 +00:00
Drag.html
Prevent the default browser behavior without stopping the event propagation.
2012-05-30 09:07:49 +02:00
Feature.html
Add unit test for cleared cache, and adjust existing unit test which
2013-01-28 16:16:16 +01:00
Hover.html
Adds the possibility to use a built version of OpenLayers for the tests, users simply have to add '?mode=build' in the run-tests.html url
2011-02-21 10:10:25 +00:00
Keyboard.html
add an observeElement option to Handler.Keyboard and Control.KeyboardDefaults to control the DOM element on which key events are observed
2012-02-15 13:58:48 +01:00
MouseWheel.html
Better mousewheel/touchpad behavior for zooming
2012-12-23 18:01:17 +01:00
Path.html
Add test for stop freehand using "maxVertices"
2012-01-12 20:23:01 +01:00
Pinch.html
After
#829
fallThrough needs to be true for this test
2013-01-15 13:41:26 +01:00
Point.html
make the drawing handlers create the sketch feature at an appropriate time, when we can actually derive geographic coordinates from a pixel, r=ahocevar (References
#3327
)
2011-06-06 07:12:52 +00:00
Polygon.html
Making sketch handlers work over the dateline by using layer.getLonLatFromViewPortPx instead of map.getLonLatFromPixel. Thanks bartvde for the unit and acceptance tests. r=bartvde (
closes
#2787
)
2011-09-08 17:53:44 +00:00
RegularPolygon.html
Making sketch handlers work over the dateline by using layer.getLonLatFromViewPortPx instead of map.getLonLatFromPixel. Thanks bartvde for the unit and acceptance tests. r=bartvde (
closes
#2787
)
2011-09-08 17:53:44 +00:00