Tim Schaub
|
3c0ef430db
|
Use ol.object.assign() instead of goog.object.extend()
|
2016-02-04 06:54:43 -07:00 |
|
Tim Schaub
|
80df1f5ae8
|
Move opt_useCapture arg to the end of the list
|
2016-02-03 11:19:38 +01: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 |
|
Tim Schaub
|
13a981c94b
|
Fewer blank lines
|
2016-01-11 22:03:23 -08:00 |
|
Tim Schaub
|
3cf8618fc7
|
Prefer single line assignment to 80 character limit
|
2016-01-11 18:56:08 -08:00 |
|
Andreas Hocevar
|
152dc6e5d0
|
Remove ol.ImageUrlFunction
This was only used in ol.source.ImageMapGuide, and added unnecessary
overhead there.
|
2015-11-13 11:27:44 +01:00 |
|
Andreas Hocevar
|
c5f4710b8d
|
Revert "Merge pull request #4344 from bartvde/issue-2844"
This reverts commit e5c44b37c9, reversing
changes made to 7f4c6e3634.
|
2015-11-12 19:17:07 +01:00 |
|
Bart van den Eijnden
|
979342091a
|
Support different resolutions in x and y direction for ol.source.ImageStatic
|
2015-10-30 19:27:31 +01:00 |
|
Petr Sloup
|
0f408e341f
|
Rename ol.source.Image#getImage implementations to #getImageInternal
This allows for the reprojection to be initialized in the #getImage,
while #getImageInternal is used to obtain the actual data.
|
2015-10-16 09:28:41 +02:00 |
|
Marc Jansen
|
e1f477ad8c
|
Remove goog.isNull in source classes
|
2015-10-01 09:18:52 +02:00 |
|
Tim Schaub
|
83c59ee255
|
Inline goog.isDef() calls for properties
|
2015-09-27 10:40:20 -06:00 |
|
Tim Schaub
|
b36d697585
|
Inline goog.isDef() property checks
|
2015-09-27 10:21:50 -06:00 |
|
Tim Schaub
|
7659e47e07
|
Inline simple goog.isDef() checks
|
2015-09-27 10:18:44 -06:00 |
|
Marc Jansen
|
99e39fe06e
|
Add basic documentation to @api symbols
|
2015-04-17 22:38:29 +02:00 |
|
Bart van den Eijnden
|
4569858882
|
Add image loading events to image sources
|
2015-03-17 12:56:39 +01:00 |
|
Bart van den Eijnden
|
ce8d57b534
|
Add setters and getters for imageLoadFunction
|
2015-02-05 10:53:21 +01:00 |
|
Andreas Hocevar
|
46870456ac
|
Add imageLoadFunction option to ol.source.ImageMapGuide
|
2014-10-30 09:22:44 +01:00 |
|
Andreas Hocevar
|
ebe3b48e0a
|
Rename ol.Observable#dispatchChangeEvent() to #changed()
Since dispatchChangeEvent does not only dispatch a change event, but
also increases the revision counter, the method name should reflect
this.
|
2014-09-04 19:30:48 -06:00 |
|
Éric Lemoine
|
daf7715bc6
|
Add @api stable annotations for ol.source.ImageMapGuide
|
2014-08-22 11:07:35 +02:00 |
|
Éric Lemoine
|
ec81c05cce
|
Rename ol.source.MapGuide to ol.source.ImageMapGuide
|
2014-08-19 09:44:15 +02:00 |
|