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
54655c7fca36956b3cdc1a6eb92d9f54c2bf15ad
openlayers
/
tests
/
Handler
History
Bart van den Eijnden
ec4d3a48d7
Merge pull request
#224
from jorix/3402-touch_logic_to_superclass
...
Move some touch logic to the `handler` base class
2013-04-25 07:42:39 -07:00
..
Box.html
Revert "Removing camelize method."
2012-03-04 23:22:21 +01:00
Click.html
Move some touch logic to the
handler
base class.
2012-02-15 17:55:37 +01:00
Drag.html
Merge pull request
#224
from jorix/3402-touch_logic_to_superclass
2013-04-25 07:42:39 -07:00
Feature.html
Merge pull request
#224
from jorix/3402-touch_logic_to_superclass
2013-04-25 07:42:39 -07: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
Account for the fact that touch devices have no mouse and therefore no last mouse position. When "undo" is invoked in a mobile app, sync the meaningless last-mouse-position point to the last point in the digitized linestring so there is visible feedback that something has been undone. Otherwise the last-mouse-position point is left at the point of the last tap on the map, which is unfortunately the location of the vertex that has just been undone, incorrectly implying that the vertex is still there.
2013-04-04 11:03:13 -05:00
Pinch.html
After
#829
fallThrough needs to be true for this test
2013-01-15 13:41:26 +01:00
Point.html
Move some touch logic to the
handler
base class.
2012-02-15 17:55:37 +01: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