Guillaume Beraudo
0f5ced8483
Reduce usage of "replay" term
2018-11-15 15:20:41 +01:00
Frederic Junod
1732ed5a04
Simplify import path in ol/render/
2018-11-05 16:26:45 +01:00
William Wall
b8addb4c24
Fix missing method declaration
...
ol/renderer/vector was using the abstract ReplayGroup type while
referencing replayGroup.addDeclutter(), which was only defined
on the canvas and webgl implementations and was also defined
differently.
2018-10-03 16:08:26 -06:00
Kevin Schmidt
ecaec7bbfa
Fix type check errors in ol/render/webgl/ReplayGroup
2018-10-02 12:55:59 -06:00
Kevin Schmidt
accdc79c05
Use typeof to simplify JSDoc class types
2018-10-01 08:30:06 -06: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
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
Frederic Junod
65b306891b
Remove 'struct' jsdoc tags, code indentation
2018-07-18 09:07:27 +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
Frederic Junod
af1f6836af
Shorter module paths for default exports
2018-05-09 11:24:43 +02:00
Tim Schaub
8e7c88d9a5
Updated type annotations
2018-05-07 15:50:56 -06:00
ahocevar
440d1ad3e1
Shorter module paths for default exports
2018-04-25 17:25:39 +02:00
Frederic Junod
48910e01ed
Module type for ol.render.ReplayGroup
2018-04-20 15:12:20 +02:00
Frederic Junod
5d22d711f8
Module type for ol.render.ReplayType
2018-04-20 14:58:49 +02:00
Frederic Junod
7701c5fd3a
Module type for ol.render.Feature
2018-04-20 14:53:56 +02:00
Frederic Junod
7cbc22fece
Module type for ol.style.*
2018-03-27 15:09:52 +02:00
Frederic Junod
5306490733
Module type for ol.webgl.Context
2018-03-23 12:17:42 +01:00
Tim Schaub
cf80733e41
Module type for ol/Feature
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
raiyni
b5b3e256f8
ol/render/replay export
2018-02-15 22:54:02 -06:00
Frederic Junod
6838d59e64
Remove private static members from ol/render/webgl/ReplayGroup
2018-02-10 09:08:47 +01:00
Frederic Junod
31e30d28b7
Named exports from ol/obj
2018-01-16 14:14:17 +01:00
Frederic Junod
3de2085cce
Rename _ol_render_webgl_TextReplay_ to WebGLTextReplay
2018-01-15 10:20:55 +01:00
Frederic Junod
a7e4768d4e
Rename _ol_render_webgl_PolygonReplay_ to WebGLPolygonReplay
2018-01-15 10:19:35 +01:00
Frederic Junod
f1987befbd
Rename _ol_render_webgl_LineStringReplay_ to WebGLLineStringReplay
2018-01-15 10:11:46 +01:00
Frederic Junod
074d09fceb
Rename _ol_render_webgl_ImageReplay_ to WebGLImageReplay
2018-01-15 09:56:04 +01:00
Frederic Junod
8de7555af6
Rename _ol_render_webgl_CircleReplay_ to WebGLCircleReplay
2018-01-15 09:54:18 +01:00
Frederic Junod
cb66d66526
Rename _ol_render_webgl_ReplayGroup_ to WebGLReplayGroup
2018-01-15 09:51:57 +01:00
Frederic Junod
53dc86b1b2
Rename _ol_render_ReplayGroup_ to ReplayGroup
2018-01-15 09:47:53 +01: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
Marc Jansen
02002082bf
Named exports from ol/array module
2017-12-19 17:22:58 +01:00
Andreas Hocevar
c0c43bca84
Use named imports from extent
2017-12-13 14:05:42 +01: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
Tim Schaub
1cdb6a66f0
Imports cased like the filename
2017-12-12 06:53:17 -07:00