Frederic Junod
7135cec0fd
Rename ol.DragBoxEvent to ol.interaction.DragBox.Event
2016-09-06 09:10:17 +02:00
Frederic Junod
ed4401e15e
Remove unused removeExtentFeature_ function in ol.interaction.Extent
2016-09-05 09:14:49 +02:00
Frederic Junod
cd7bc2e4bf
Remove unused removeExtentFeature_ function in ol.interaction.Extent
2016-09-05 09:14:49 +02:00
Frederic Junod
d863cff28d
Remove unused lastPixel_ in ol.interaction.Extent
2016-09-05 09:14:49 +02:00
Frederic Junod
6c7f50a38e
Add '=' to optional parameter annotation
2016-09-05 09:14:49 +02:00
Tim Schaub
956aed7eb4
Merge pull request #5837 from tschaub/global
...
Remove ol.global
2016-09-02 21:18:26 -06:00
Marc Jansen
02c1e78412
Rename source.VectorEvent(*) to source.Vector.Event(*)
2016-09-02 14:29:15 +02:00
Tim Schaub
651c6959ab
Remove ol.global
2016-09-01 23:13:00 -06:00
Tim Schaub
ff8a84a220
Deal with ol.global issues
2016-09-01 06:58:12 -06:00
Frederic Junod
db741a1530
Remove goog.provide('ol.interaction.SnapProperty')
2016-09-01 06:58:11 -06:00
Frederic Junod
14e3914b7d
Add missing goog.require('ol.functions')
2016-09-01 06:58:09 -06:00
Frederic Junod
d0801036d2
Add missing goog.require('ol.has')
2016-09-01 06:58:09 -06:00
Andreas Hocevar
d1e4b33760
Rename goog.DEBUG to ol.DEBUG
2016-08-31 21:10:01 +02:00
Bart van den Eijnden
fcc854bcea
Merge pull request #5769 from bartvde/issue-5759
...
Only call addToDrawing if sketchFeature
2016-08-29 09:59:37 +02:00
Bart van den Eijnden
fe6fe702b2
Merge pull request #5290 from tbarsballe/bboxinteraction
...
Add extent interaction
2016-08-27 09:08:28 +02:00
Torben Barsbsballe
7ed96f69f7
Add extent interaction
2016-08-25 17:41:39 +02:00
Bart van den Eijnden
3118df320b
Only call addToDrawing if sketchFeature
2016-08-23 18:05:06 +02:00
Frederic Junod
243f1061df
Accept feature without geometry in ol.interaction.Modify
2016-08-23 13:49:43 +02:00
Frederic Junod
fe75924941
Force a map render when the view is not updated
2016-08-23 10:57:20 +02:00
Tim Schaub
684a551273
Remove extra map.render() calls from mousewheel zoom interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
22add7e431
Remove extra map.render() calls from keyboard zoom interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
1439f14cf3
Remove extra map.render() calls from drag rotate/zoom interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
92e83aebe0
Remove extra map.render() calls from drag rotate interaction
2016-08-23 10:23:23 +02:00
Tim Schaub
5d461fa0e7
Remove extra map.render() calls from drag pan interaction
2016-08-23 10:23:23 +02:00
Frederic Junod
522398d064
Add missing goog.require('ol.style.Style')
2016-08-17 10:00:36 +02:00
Frederic Junod
d4ad9ad616
Add missing goog.require('ol')
2016-08-17 09:57:21 +02:00
Frederic Junod
ca7fbc25de
Add missing goog.require('ol.asserts')
2016-08-17 09:57:21 +02:00
Tim Schaub
3afb42828f
Add Hint and Property as ol.View properties
2016-08-12 10:53:50 -06:00
Tim Schaub
2da724cad4
Static ol.style.Style functions
2016-08-12 10:53:48 -06:00
Tim Schaub
d02cf1e7a9
Shuffle assertions
2016-08-12 10:53:47 -06:00
Pierre GIRAUD
bac39d3996
Fix cursor change in translate interaction
2016-08-09 16:01:51 +02:00
Tim Schaub
907a65ab83
Remove unused goog.require() calls in the source
2016-08-08 09:58:10 -06:00
Tim Schaub
feb7713225
Remove lint
2016-08-07 13:28:19 -06:00
Tim Schaub
b1593124ba
Put the primary provide first
2016-08-07 10:49:13 -06:00
Tim Schaub
1b8310a6fe
Rename ol/objectutil.js to ol/obj.js
2016-08-07 10:49:12 -06:00
Tim Schaub
035885c25d
Move interaction files so they are named like their provides
2016-08-07 10:49:10 -06:00
Tim Schaub
ffe3565166
Single provide from ol/collection.js
2016-08-07 10:49:06 -06:00
Andreas Hocevar
e18d41b5e0
Remove gratuitous debug assertions
2016-08-04 11:29:54 +02:00
Andreas Hocevar
e0015b3d4e
Use goog.DEBUG instead of ol.DEBUG for now
2016-08-04 11:29:54 +02:00
Andreas Hocevar
6f5ed17fc5
Remove goog.asserts.*
...
This pull requests replaces type check hint assertions with type casts,
library sanity check assertions with conditional console.assert statements
in debug mode, and runtime sanity checks with assertions that throw an
ol.AssertionError with an error code for lookup outside the library.
2016-08-04 11:29:54 +02:00
Peter Robins
f8f2cd11d5
Replace goog.getUid with ol.getUid
2016-07-20 11:01:00 +00:00
Andreas Hocevar
ccf15b8be3
Remove useless target argument from ol.Event and subclass constructors
2016-07-05 09:40:00 +02:00
Frederic Junod
460ea4e809
Return if a vertex was removed in ol.interaction.Modify#removeVertex_
2016-07-04 17:09:01 +02:00
Frederic Junod
b562f4d68a
Don't dispatch select event if a selected feature is selected again
2016-06-29 15:03:42 +02:00
Frederic Junod
e7c2d9ab32
Don't dispatch select event if no feature is selected or deselected
2016-06-29 15:03:42 +02:00
Frederic Junod
b8ce70fbf0
Get rid of goog.isFunction
2016-06-20 16:09:25 +02:00
Andreas Hocevar
6718fc982e
Merge pull request #5450 from probins/typedefs
...
Remove sub-namespaces from all remaining typedefs
2016-06-14 17:32:10 +02:00
Andreas Hocevar
d26ac55ed0
Merge pull request #5453 from ahocevar/mapbrowserpointerevent
...
Reference ol.MapBrowserEvent instead of ol.MapBrowserPointerEvent
2016-06-13 14:01:49 +02:00
Andreas Hocevar
400484e663
Reference ol.MapBrowserEvent instead of ol.MapBrowserPointerEvent
...
There is nothing exportable in ol.MapBrowserEvent in addition to what is
exportable in ol.MapBrowserEvent.
2016-06-09 18:22:11 +02:00
Frederic Junod
4bf1f56405
Add missing semicolon
2016-06-09 15:39:46 +02:00