Tom Payne
|
33dd1371c8
|
Add stability annotation to ol.interaction.Select
|
2014-02-03 14:59:15 +01:00 |
|
Tom Payne
|
b43148982a
|
Add stability annotation to ol.interaction.Draw
|
2014-02-03 14:59:15 +01:00 |
|
Tom Payne
|
e85cc8b80e
|
Improve type checking in ol.interaction.Select
|
2014-01-30 11:20:58 +01:00 |
|
Tom Payne
|
7516aab1ca
|
Fix option property in ol.interaction.KeyboardPan
|
2014-01-30 11:20:58 +01:00 |
|
Éric Lemoine
|
63bcf684f7
|
Fix the touch interactions
This fixes a bug introduced by 318fc68159. Thanks @gjn for reporting the problem.
|
2014-01-30 09:13:03 +01:00 |
|
Tom Payne
|
9c91cb4fe4
|
Use event properties in ol.interaction.Select
|
2014-01-29 15:40:53 +01:00 |
|
Tom Payne
|
21e960d6a5
|
Merge pull request #1613 from twpayne/select-interaction
Port ol.interaction.Select
|
2014-01-29 06:32:33 -08:00 |
|
Tom Payne
|
2b71154bb2
|
Add ol.interaction.Select
|
2014-01-29 15:12:53 +01:00 |
|
Tom Payne
|
318fc68159
|
Convert ol.MapBrowserEvent#get* methods into properties
|
2014-01-29 14:51:27 +01:00 |
|
Tom Payne
|
390b61762e
|
Convert ol.DrawEvent#getFeature method into feature property
|
2014-01-27 15:54:00 +01:00 |
|
Tom Payne
|
45350a34ed
|
Convert ol.interaction.DragAndDropEvent#get* methods into properties
|
2014-01-27 15:52:03 +01:00 |
|
Frédéric Junod
|
996f193deb
|
Merge pull request #1578 from fredj/exports
Remove ol.DragBoxEvent, ol.DrawEvent, ol.ObjectEvent, ol.source.VectorEvent symbols
|
2014-01-22 08:53:54 -08:00 |
|
Tom Payne
|
518571a031
|
Merge pull request #1561 from oterral/vector-api-dblclick
Draw: Finish Polygon on last point like LineString
|
2014-01-22 08:46:46 -08:00 |
|
Tom Payne
|
6cb02724da
|
Make ol.interaction.DragAndDrop fire an event instead of managing layers and sources
|
2014-01-22 17:26:47 +01:00 |
|
Frederic Junod
|
ffe1ad5fe3
|
Remove ol.DragBoxEvent, ol.DrawEvent, ol.ObjectEvent, ol.source.VectorEvent symbols
These objects will never be constructed by the application
|
2014-01-22 17:20:42 +01:00 |
|
oterral
|
cbe1650c79
|
Finish polygon drawing on last point
|
2014-01-22 09:55:55 +01:00 |
|
Éric Lemoine
|
9d6d0e03c2
|
Configure draw interaction with a vector source
|
2014-01-20 16:09:48 +01:00 |
|
Tom Payne
|
7d5b1265b7
|
Add styleFunction option to ol.interaction.DragAndDrop
|
2014-01-16 22:44:19 +01:00 |
|
oterral
|
7f12ac90da
|
Add draw interaction events
|
2014-01-14 17:38:05 +01:00 |
|
Frederic Junod
|
79c8f17e83
|
Add encoding param to goog.fs.FileReader.readAsText
This is a workaround for https://code.google.com/p/closure-library/issues/detail?id=524
|
2014-01-13 13:51:09 +01:00 |
|
Frederic Junod
|
f68631d61c
|
Use goog.asserts.assertInstanceof to check the getSource return type
See 1499af397d
|
2014-01-13 10:29:29 +01:00 |
|
Frederic Junod
|
f5ce88789e
|
Use goog.isNull in if statements
|
2014-01-13 10:28:42 +01:00 |
|
Frederic Junod
|
b53ddf5b42
|
Create 'type' annotation for 'const' variables
|
2014-01-13 08:53:36 +01:00 |
|
oterral
|
f27e42068f
|
Manage multi geometries modes
|
2014-01-10 14:01:35 +01:00 |
|
oterral
|
235af49f0b
|
Add goog.provide('ol.geom.GeometryType')
|
2014-01-10 14:00:30 +01:00 |
|
Tom Payne
|
e83e79626a
|
Only use color arrays in the library
|
2014-01-09 21:55:17 +01:00 |
|
Tom Payne
|
3b3b5013ad
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2014-01-09 15:33:58 +01:00 |
|
Frederic Junod
|
9f79d33486
|
Create 'type' annotation for 'const' variables
From https://developers.google.com/closure/compiler/docs/js-for-compiler:
"The type declaration and additional comment are optional. If you
provide a type declaration, put the declaration on a separate line."
|
2014-01-09 09:53:20 +01:00 |
|
oterral
|
34260399e7
|
Add draw features interaction
|
2014-01-08 16:40:14 +01:00 |
|
Antoine Abt
|
6dd504dcb2
|
Animate DragZoom
|
2014-01-03 16:38:25 +01:00 |
|
Antoine Abt
|
3461b026b6
|
Do not draw a rotated box, in dragbox/dragzoom
Use pixels to draw a straight box, perserving rotation while zooming
|
2014-01-03 11:55:28 +01:00 |
|
Antoine Abt
|
39cf993b39
|
Revert "Remove DragZoom from default interactions"
This reverts commit c2330b9786.
|
2014-01-03 11:55:27 +01:00 |
|
Antoine Abt
|
c2330b9786
|
Remove DragZoom from default interactions
As it only works with canvas renderer.
|
2013-12-20 15:24:53 +01:00 |
|
Antoine Abt
|
adfe20dd12
|
Make DragBox interaction dispatch events
- boxstart/boxend events are dispatched,
- behavior is removed,
- geometry drawn by box render is a simple polygon instead of one with hole.
|
2013-12-20 15:24:53 +01:00 |
|
Antoine Abt
|
43b8a72e62
|
Add ol.DragBoxEvent
|
2013-12-20 15:24:52 +01:00 |
|
Éric Lemoine
|
cf8adffdb2
|
Add style option to DragZoom interaction
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
eb840777e8
|
Add style option to DragBox interaction
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
de329b02d3
|
Rename drag zoom interaction exports file
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
0960584cfc
|
Make DragZoom interaction inherit from DragBox
|
2013-12-20 10:21:18 +01:00 |
|
Éric Lemoine
|
6b305cd146
|
Add ol.interaction.DragBox
|
2013-12-20 10:21:18 +01:00 |
|
Tom Payne
|
5c517cde19
|
Add ol.interaction.DragAndDrop
|
2013-12-19 17:54:13 +01:00 |
|
Tom Payne
|
7cadb6824e
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2013-12-18 17:09:19 +01:00 |
|
Éric Lemoine
|
28738af844
|
Merge pull request #1395 from elemoine/exports
Fix exports (remove export_as hack)
|
2013-12-18 07:17:24 -08:00 |
|
Éric Lemoine
|
1b084dba06
|
Do not use export_as for interactiondefaults exports
|
2013-12-18 08:25:14 +01:00 |
|
Tom Payne
|
79ade07fb7
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2013-12-17 12:55:36 +01:00 |
|
Éric Lemoine
|
d3f90418df
|
Make Interaction inherit from Observable
|
2013-12-17 10:39:40 +01:00 |
|
Tim Schaub
|
5caa0eb659
|
Geometries inherit from ol.Observable
Because ol.Observable is now a struct, we have stricter type checking (hence the extra assertions).
|
2013-12-13 14:18:10 -07:00 |
|
Tom Payne
|
b59eec7a83
|
Merge remote-tracking branch 'openlayers/master' into vector-api
|
2013-12-13 20:22:06 +01:00 |
|
Tom Payne
|
a93e0b85df
|
Improve type checking in ol.interaction.DragPan
|
2013-12-13 18:59:24 +01:00 |
|
Tom Payne
|
6dedac6ed8
|
Improve type checking in ol.interaction.TouchPan
|
2013-12-13 18:59:24 +01:00 |
|