Marc Jansen
06b34055d1
Remove goog.isDef from touchsource
2015-09-25 11:35:13 -06:00
Marc Jansen
3de0aad52a
Remove goog.isDef from pointerevent
2015-09-25 11:35:13 -06:00
Frederic Junod
ee4f009d2f
Remove use of goog.object.containsKey
2015-09-23 12:24:54 +02:00
Frederic Junod
b128675e60
Remove use of goog.object.remove
2015-09-22 12:08:09 +02:00
Frederic Junod
0a6745f1e4
Remove unused goog.require
...
Found by the latest version of closure-compiler (v20150729)
2015-08-04 10:01:11 +02:00
Milan P. Antonovic
400e81431d
PointerEventHandler exception with Overlay containing SVG
...
Using an ol.Overlay as marker I put inside an SVG graphic element. As soon I move the mouse over the SVG the error appear.
In IE9 the SVG Element does not have the contains function so it throws the exception, on the contrary using goog.dom.contains it handles the cross-browser issues.
https://groups.google.com/forum/#!topic/ol3-dev/DBi2HCTqulU
2015-04-10 14:33:16 +02:00
Stefan Weil
e812f2435e
Fix typos found by codespell
...
Most of them are in comments, some in strings.
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-12 16:39:55 +01:00
Tim Schaub
1ff43686f5
Use bracket notation instead of goog.object.get
2015-01-07 22:31:01 -07:00
Tim Schaub
f9a92c422c
Use bracket notation instead of goog.object.set
2015-01-07 21:08:24 -07:00
Tim Schaub
947b049799
Rename ol.browserfeature to ol.has
2014-08-22 07:34:35 -06:00
Peter Robins
e35531e7c6
Rename BrowserFeature to browserfeature
2014-08-15 13:53:20 +00:00
Frederic Junod
fee4c79757
Remove ol.pointer.PointerEvent.createMouseEvent
...
The externs declarations for MouseEvent are now fixed upstream
2014-07-21 09:51:26 +02:00
Bart van den Eijnden
83ce0b2c7f
Restore map interaction on touch devices
2014-05-15 15:29:41 +02:00
Tim Schaub
b860ec7a06
Do less work while processing touch events
2014-05-13 23:06:27 -06:00
Tim Schaub
57a6fbf416
Call resetClickCountHandler_ with proper this argument
2014-05-13 17:41:58 -06:00
Frederic Junod
ffb61b49d0
Define ol.pointer.PointerEvent.createMouseEvent before using it
...
Fixes #1961
2014-04-07 17:48:14 +02:00
Tom Payne
4a8ef6a229
Use dot property access in ol.pointer.TouchSource
2014-03-23 19:59:49 +01:00
Frederic Junod
764d7aaaa4
Remove unused ol.pointer.PointerEvent#originalEvent
2014-03-20 12:38:14 +01:00
Frederic Junod
6d4552c783
Cache the result of goog.object.getCount
2014-03-20 12:38:14 +01:00
Frederic Junod
a2375d58b6
Store touch coordinates as ol.Pixel instead of goog.math.Coordinate
2014-03-20 12:38:14 +01:00
Frederic Junod
395fdf9bbf
Move function declaration out of the constructor
2014-03-20 12:38:13 +01:00
tsauerwein
b2a37b8244
Remove not needed require
2014-03-14 10:16:27 +01:00
tsauerwein
41df4e0a23
Remove assertion again
...
When doing a double tap, the timeout id might get overridden.
2014-03-14 10:16:27 +01:00
tsauerwein
51a557efbb
Replace goog.structs.Map with plain object
2014-03-14 10:16:27 +01:00
tsauerwein
8a26ac6e24
Set preventDefault in PointerEvent constructor
2014-03-14 10:16:27 +01:00
tsauerwein
68fa5fb9ce
Make use of goog.array.remove
2014-03-14 10:16:27 +01:00
tsauerwein
debdc26fd2
Remove assignment inside expression
2014-03-14 10:16:27 +01:00
tsauerwein
71b424f74c
Add missing require
2014-03-14 10:16:27 +01:00
tsauerwein
1a477b8f32
Assert that timeout reset ids are not overridden
2014-03-14 10:16:27 +01:00
tsauerwein
d170281354
Re-use handler
2014-03-14 10:16:27 +01:00
tsauerwein
e08fa37565
Use enums for pointer event types
2014-03-14 10:16:27 +01:00
tsauerwein
72d7a6e1ff
Remove unused property pointerMap on NativeSource
2014-03-14 10:16:27 +01:00
tsauerwein
b693ddf56e
Remove assignments inside expression
2014-03-14 10:16:27 +01:00
tsauerwein
73c33e58e9
Remove unused constant NEW_MOUSE_EVENT
2014-03-14 10:16:27 +01:00
tsauerwein
77aa29e6ee
Remove blank lines
2014-03-14 10:16:27 +01:00
tsauerwein
6933023441
Remove leading whitespace
2014-03-14 10:16:27 +01:00
Tom Payne
df71854561
Merge ol.pointer.CLONE_PROPS and CLONE_DEFAULTS into a single array
2014-03-14 10:16:27 +01:00
Frederic Junod
ee80238ed2
Use 'undefined' for undefined numbers
...
Conflicts:
src/ol/pointer/touchsource.js
2014-03-14 10:16:27 +01:00
tsauerwein
18c2888987
Remove not used property TouchSource.firstXY
2014-03-14 10:16:27 +01:00
Frederic Junod
f5b15f737f
Move DEDUP_TIMEOUT and CLICK_COUNT_TIMEOUT constants out of the instance
2014-03-14 10:16:27 +01:00
tsauerwein
fcb52d2361
Remove unnecessary call to goog.bind
2014-03-14 10:16:27 +01:00
Frederic Junod
028a183d11
Pass the mapping object to the ol.pointer.EventSource constructor
...
Conflicts:
src/ol/pointer/mssource.js
2014-03-14 10:16:27 +01:00
tsauerwein
4468d96a13
Read pointerId/pointerType from browser event
...
and not from the Google Closure event.
2014-03-14 10:16:27 +01:00
Frederic Junod
a13ade90ad
Simplify pointerType string conversion
2014-03-14 10:16:27 +01:00
Frederic Junod
08b297e628
Use goog.object.get instead of ol.pointer.PointerEvent#getValue_
2014-03-14 10:16:27 +01:00
tsauerwein
6e2f0dce76
Work on a copy of changedTouches
...
On Opera Mobile 11.10 it is not possible to
directly work on `changedTouches` (e.g. map
fails). That is why a copy is made first.
2014-03-14 10:16:27 +01:00
Frederic Junod
b2e946794f
Set ol.pointer.*Source#mapping_ properties to private
2014-03-14 10:16:27 +01:00
Frederic Junod
a916e2500b
Add ol.pointer.TouchSource.POINTER_TYPE constant
2014-03-14 10:16:26 +01:00
Frederic Junod
a74ad0e459
Remove ol.pointer.*Source#events properties
2014-03-14 10:16:26 +01:00
Frederic Junod
6b4b62dd3a
Use goog.object.get instead of ol.pointer.PointerEvent#getValueOr_
2014-03-14 10:16:26 +01:00