Frederic Junod
|
71ac0b18a9
|
Simplify import path in ol/reproj/
|
2018-11-05 16:26:45 +01:00 |
|
William Wall
|
a4aaab5e32
|
Change bitwise or assignment to boolean assignment
Because `tsc` does not like using bitwise operations on booleans.
|
2018-09-19 13:00:55 -06:00 |
|
Frederic Junod
|
600d156d01
|
Add missing 'module' annotation
|
2018-09-19 11:51:34 +02:00 |
|
Tim Schaub
|
ccfacc5ee6
|
Transformed types
Using the [ts.js codemod](https://gist.github.com/tschaub/1ea498c9d1e5268cf36d212b3949be4e):
jscodeshift --transform ts.js src
|
2018-09-05 08:05:29 -06:00 |
|
ahocevar
|
2f92e48e93
|
Use super.method instead of prototype.method.call
|
2018-08-06 15:30:17 +02:00 |
|
Tim Schaub
|
affbf59b77
|
Use Object<Foo, Bar> instead of Object.<Foo, Bar>
|
2018-07-25 18:33:49 -07:00 |
|
Tim Schaub
|
d12ef20b12
|
Use Array<Foo> instead of Array.<Foo>
|
2018-07-25 18:32:43 -07:00 |
|
ahocevar
|
bbe0a66d07
|
Set api annotation on classdesc, not constructor
|
2018-07-21 17:25:22 +02:00 |
|
ahocevar
|
8991dc9718
|
Do not use this before super()
|
2018-07-18 12:09:04 +02:00 |
|
Tim Schaub
|
9ce36da349
|
Remove @extends and @constructor annotations
|
2018-07-18 00:36:29 -06:00 |
|
Tim Schaub
|
b7b15eb7f0
|
Remove unused inherits
|
2018-07-18 00:13:43 -06:00 |
|
Tim Schaub
|
1a5cf52b61
|
Remove remaining use of inherits in src
|
2018-07-17 23:43:10 -06:00 |
|
Tim Schaub
|
7b4a73f3b9
|
Automated class transform
npx lebab --replace src --transform class
|
2018-07-16 16:18:16 -06:00 |
|
ahocevar
|
28409486a5
|
Make classes in ol/ available as named exports from ol
|
2018-06-21 18:08:17 +02:00 |
|
ahocevar
|
440d1ad3e1
|
Shorter module paths for default exports
|
2018-04-25 17:25:39 +02:00 |
|
Frederic Junod
|
97d2266389
|
Module type for ol.reproj.Triangulation
|
2018-04-20 15:05:57 +02:00 |
|
Frédéric Junod
|
873c627cda
|
Merge pull request #8052 from fredj/jsdoc_module
More Jsdoc module fixes
|
2018-04-19 16:22:52 +02:00 |
|
Frederic Junod
|
e77986c86c
|
Module type for ol.source.Image
|
2018-04-19 15:39:26 +02:00 |
|
Frederic Junod
|
bf40002af0
|
Module type for ol.source.TileImage
|
2018-04-19 15:39:25 +02:00 |
|
Michael Kuenzli
|
4a70ae2fc0
|
Move ol.ReprojTriangle to ol/reproj/Triangulation
|
2018-04-18 16:39:26 +02:00 |
|
Michael Kuenzli
|
edce9e9435
|
Move ol.ReprojTileFunctionType to ol/reproj/Tile
|
2018-04-18 16:35:30 +02:00 |
|
Michael Kuenzli
|
724be40854
|
Move ol.ReprojImageFunctionType to ol/reproj/Image
|
2018-04-18 16:32:59 +02:00 |
|
Frederic Junod
|
93b2fe0e95
|
Module type for ol.Tile
|
2018-03-19 14:31:04 +01:00 |
|
Frederic Junod
|
edce8785ee
|
Module type for ol.ImageBase
|
2018-03-19 14:31:04 +01:00 |
|
Frederic Junod
|
76fb0edf0d
|
Use path type instead of ol.tilegrid.TileGrid
|
2018-03-15 14:20:49 +01:00 |
|
Tim Schaub
|
a743ec3989
|
Module types for ol/proj
|
2018-03-12 08:32:09 -06:00 |
|
Andreas Hocevar
|
95d6251dbb
|
Get rid of olx.js and typedef.js typedefs for ol
|
2018-03-08 18:57:24 +01:00 |
|
Tim Schaub
|
af9b74759b
|
Merge pull request #7800 from tschaub/named-exports
More named exports
|
2018-02-09 21:43:24 -07:00 |
|
Andreas Hocevar
|
73f9d6dcdd
|
Merge pull request #7741 from ahocevar/typecheck-full-build
Type checking and full build creation
|
2018-02-10 02:09:31 +01:00 |
|
Tim Schaub
|
9c1db1f904
|
Named exports from ol/reproj
|
2018-02-09 10:04:03 -07:00 |
|
Andreas Hocevar
|
2c718db797
|
Fix type annotations
|
2018-02-08 19:51:26 +01:00 |
|
Tim Schaub
|
e075a4fbca
|
Rename _ol_ImageBase_ to ImageBase
|
2018-02-08 11:46:56 -07:00 |
|
Tim Schaub
|
7e7631c42a
|
Named exports from ol/events
|
2018-01-24 10:09:57 -07:00 |
|
Tim Schaub
|
ad62739a6e
|
Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
|
2018-01-12 00:50:30 -07:00 |
|
Tim Schaub
|
84e93efe5c
|
Rename _ol_reproj_Triangulation_ to Triangulation
|
2018-01-11 12:06:58 -07:00 |
|
Tim Schaub
|
1552f27a43
|
Rename _ol_Tile_ to Tile
|
2018-01-11 12:06:58 -07:00 |
|
Tim Schaub
|
2efdf7982c
|
Rename _ol_reproj_Tile_ to ReprojTile
|
2018-01-11 12:06:58 -07:00 |
|
Tim Schaub
|
65d30f7ec0
|
Rename _ol_reproj_Image_ to ReprojImage
|
2018-01-11 12:06:58 -07:00 |
|
Frederic Junod
|
fc00aecd2e
|
Rename _ol_TileState_ to TileState
|
2017-12-22 09:00:46 +01:00 |
|
Ron Young
|
a11208d126
|
rename _ol_math_ imports
|
2017-12-20 19:31:00 -06:00 |
|
simonseyock
|
3e82c37bed
|
removes opt_this from ol.Collection#forEach
this commit also removes all uses of the standard thisArg of
Array#forEach.
|
2017-12-19 13:14:20 +01:00 |
|
Frederic Junod
|
0a895a2867
|
Rename _ol_ImageState_ to ImageState
|
2017-12-18 10:51:21 +01:00 |
|
Marc Jansen
|
479c7a4668
|
Rename _ol_events_EventType_ to EventType
|
2017-12-15 16:19:03 +01:00 |
|
Tim Schaub
|
6f72ffe498
|
Named exports from ol/proj
|
2017-12-14 13:08:40 +01:00 |
|
Andreas Hocevar
|
c0c43bca84
|
Use named imports from extent
|
2017-12-13 14:05:42 +01:00 |
|
Tim Schaub
|
f403a06967
|
Move ENABLE_RASTER_REPROJECTION to a temporary place
|
2017-12-12 17:30:59 -07:00 |
|
Tim Schaub
|
8bf00cbfb7
|
Move raster reprojection error threshold to a common reproj module
|
2017-12-12 17:15:46 -07:00 |
|
Tim Schaub
|
60f6736360
|
Move max subdivision and max triangle width to triangulation module
|
2017-12-12 16:54:01 -07:00 |
|
Tim Schaub
|
87295a74dd
|
Use named exports from ol/index.js
|
2017-12-12 12:34:23 -07:00 |
|
Tim Schaub
|
7f47883c48
|
Transformed
|
2017-12-12 06:53:18 -07:00 |
|