Andreas Hocevar
|
c11e95099c
|
Fix feature-layer association on replaced selections
|
2016-04-27 08:13:45 +02:00 |
|
Tim Schaub
|
ae4d8195c0
|
Remove use of goog.dispose()
|
2016-03-02 15:44:06 -07:00 |
|
Frederic Junod
|
edf2096b1b
|
Remove use of goog.style.getClientPosition
Use Element.getBoundingClientRect() instead.
|
2016-02-25 08:36:40 +01:00 |
|
Björn Harrtell
|
f77480ec28
|
Add tests excercising the add/remove/toggle select logic with and without multi
|
2016-02-17 13:15:45 +01:00 |
|
Tim Schaub
|
03761642ed
|
Correct indentation
|
2016-02-15 16:39:56 -07:00 |
|
Andreas Hocevar
|
3f2d79b7fe
|
Replace goog.events.Event/EventTarget system with our own
This also removes goog.events.listen, goog.events.unlisten,
goog.events.unlistenByKey and goog.events.BrowserEvent.
|
2016-02-03 11:19:38 +01:00 |
|
Andreas Hocevar
|
ecb2a42900
|
Properly detect feature on unmanaged layer for toggle selection
|
2016-01-30 18:13:48 +01:00 |
|
Tim Schaub
|
aac1d921c7
|
Unused variables
|
2016-01-11 18:56:07 -08:00 |
|
Éric Lemoine
|
279eae1dba
|
Do not ignore layer filter for unmanaged layers
PR #3883 made `forEachFeatureAtPixel` ignore unmanaged layers. This commit reverts that change.
|
2015-11-30 17:53:19 +01:00 |
|
Andreas Hocevar
|
a8cd6b735f
|
Fix select interaction regression caused by #4391
|
2015-11-18 11:57:18 +01:00 |
|
Andreas Hocevar
|
d968f32456
|
Exclude unmanaged layers from selection
|
2015-11-09 09:45:21 +01:00 |
|
Tim Schaub
|
d5c7f805ab
|
Unregister postrender listener in tests
|
2015-11-01 09:03:23 -07:00 |
|
jonataswalker
|
04c16106cd
|
Add unit test to ol.interaction.Select#getLayer
|
2015-10-08 16:18:33 +02:00 |
|
Tim Schaub
|
e3951fa3c6
|
Inline simple goog.isDef() calls
|
2015-09-27 10:34:44 -06:00 |
|
Éric Lemoine
|
0bc8858760
|
Add a "features" option to ol.interaction.Select
|
2015-09-22 17:02:14 +02:00 |
|
Andreas Hocevar
|
53d5d8c1d9
|
Get rid of ol.FeatureOverlay
This also introduces a wrapX option to the Draw, Modify and Select
interaction.
|
2015-06-09 15:44:31 +02:00 |
|
Éric Lemoine
|
9022530bf9
|
Fix Select behavior when multi is false
This commit addresses https://github.com/openlayers/ol3/pull/3402#issuecomment-87701660.
|
2015-03-30 18:32:36 +02:00 |
|
Éric Lemoine
|
f6461afdac
|
Remove describe.only
|
2015-03-30 16:34:50 +02:00 |
|
Éric Lemoine
|
f90308b504
|
Tests for the Select interaction's filter option
|
2015-03-30 13:35:00 +02:00 |
|
Éric Lemoine
|
2f417bbb28
|
Add empty lines for better code readability
|
2015-03-30 13:07:50 +02:00 |
|
Frederic Junod
|
b7c4e4f297
|
Remove console.debug from selectinteraction tests
|
2015-03-24 14:42:30 +01:00 |
|
Björn Harrtell
|
49c2af165a
|
Fix select event always reporting as multi select
|
2015-03-04 08:48:08 +01:00 |
|
Björn Harrtell
|
d9cf8df052
|
Select interaction unit tests
|
2015-03-02 19:52:48 +01:00 |
|
Tom Payne
|
4e65fefc00
|
Move vector code out of the way
|
2013-11-20 11:39:21 +01:00 |
|
Tim Schaub
|
a2b55b04e8
|
Rename layerFilter option to layers and accept array
|
2013-11-12 22:08:59 -07:00 |
|
ahocevar
|
0ed208b710
|
Make renderIntent private and add a getter
|
2013-11-11 22:07:18 +01:00 |
|
ahocevar
|
d9fd459654
|
Do not use a temporary layer for selected features
|
2013-11-09 14:15:35 +01:00 |
|
ahocevar
|
100b85a7b0
|
Converting control to an interaction
To dispatch events, the interaction base class now inherits from
goog.events.EventTarget.
|
2013-08-29 16:50:53 +02:00 |
|