Kevin Schmidt
|
124fccf127
|
Fix style TypeScript errors
|
2018-09-17 12:38:00 -06:00 |
|
ahocevar
|
fc5aafe9fe
|
Lazily detect tainted canvas
|
2018-09-10 10:13:41 +02:00 |
|
Frederic Junod
|
ea616e7751
|
Don't import ourselves
|
2018-09-06 09:05:32 +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 |
|
Marc Jansen
|
99245b47f7
|
Better type annotation
|
2018-09-03 21:17:56 +02:00 |
|
Frederic Junod
|
25c1754052
|
Cast empty optional options in constructor
To remove the typescript errors:
```
Property 'xxx' does not exist on type '{}'
```
|
2018-09-03 09:40:59 +02:00 |
|
Matthias Schiffer
|
321166849b
|
Consistently use lowercase HTML tag names
Unlike HTML, XHTML is case-sensitive.
|
2018-08-18 12:48:14 +02:00 |
|
ahocevar
|
f382ddf230
|
Remove snapToPixel option and deprecate getters/setters
|
2018-08-09 18:16:58 +02:00 |
|
Tim Schaub
|
6cfa2b22a7
|
Explicit void
|
2018-07-26 10:46:39 -06:00 |
|
Tim Schaub
|
40486a0ecc
|
Avoid shadowing EventTarget
|
2018-07-26 10:14:58 -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 |
|
Tim Schaub
|
6f22f1b7ac
|
Param name on same line as type
|
2018-07-23 16:28:22 -07:00 |
|
ahocevar
|
bbe0a66d07
|
Set api annotation on classdesc, not constructor
|
2018-07-21 17:25:22 +02:00 |
|
Tim Schaub
|
d46471d763
|
Replace {@link https://www.example.com/} with https://www.example.com/
|
2018-07-19 08:34:35 -06:00 |
|
Tim Schaub
|
b8c9125602
|
Remove lint
|
2018-07-18 10:35:54 -06:00 |
|
ahocevar
|
87a3510c83
|
Clean up super calls
|
2018-07-18 12:19:15 +02:00 |
|
Frederic Junod
|
65b306891b
|
Remove 'struct' jsdoc tags, code indentation
|
2018-07-18 09:07:27 +02:00 |
|
Tim Schaub
|
7713015b26
|
Call super before accessing this in icon
|
2018-07-18 00:49:00 -06:00 |
|
Tim Schaub
|
3f4ba0af5f
|
Call super in regular shape
|
2018-07-18 00:44:24 -06: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
|
d0ab8dce38
|
Lint removal
|
2018-07-16 17:57:57 -06:00 |
|
Tim Schaub
|
f78d0d4cfa
|
Manual class transform
|
2018-07-16 17:09:50 -06:00 |
|
Tobias Bieniek
|
2096a1d0db
|
style/Icon: Add setAnchor() method
This allows users to adjust the anchor after the `Icon` is defined. This can be useful if the anchor should depend on the rotation of the icon.
|
2018-07-16 12:48:52 +02:00 |
|
Frederic Junod
|
0c300d651f
|
Change 'Image' type to 'HTMLImageElement'
|
2018-06-29 09:31:32 +02:00 |
|
ahocevar
|
28409486a5
|
Make classes in ol/ available as named exports from ol
|
2018-06-21 18:08:17 +02:00 |
|
Frederic Junod
|
bb3bd7380f
|
Fix style documentation
|
2018-06-21 11:32:58 +02:00 |
|
Frederic Junod
|
90ce02941a
|
Better code indentation
|
2018-05-14 14:58:36 +02:00 |
|
Frederic Junod
|
273be272b7
|
Fix typo in ol/style/Image~Options typedef
|
2018-05-09 15:11:21 +02:00 |
|
Tim Schaub
|
5a9fad218b
|
Remove *.jsdoc files
|
2018-05-07 21:53:20 -06:00 |
|
Frederic Junod
|
8684d4f7c6
|
Shorter module paths for default exports
|
2018-04-30 13:15:50 +02:00 |
|
Frederic Junod
|
7ed10b9579
|
Add missing lineDashOffset to ol/style/RegularShape~RenderOptions typedef
|
2018-04-30 13:15:50 +02:00 |
|
ahocevar
|
9bfdf818e4
|
Rename Style~Function path type to Style~StyleFunction
|
2018-04-27 09:30:51 +02:00 |
|
ahocevar
|
59d904e509
|
Fix some types
|
2018-04-27 09:30:51 +02:00 |
|
ahocevar
|
440d1ad3e1
|
Shorter module paths for default exports
|
2018-04-25 17:25:39 +02:00 |
|
Tim Schaub
|
e28305186c
|
Export shared icon image class from IconImageCache module
|
2018-04-24 09:37:19 -06:00 |
|
ahocevar
|
d7f3e633b7
|
Fix code snippet JavaScript
|
2018-04-23 08:33:50 +02:00 |
|
ahocevar
|
c23a5086ae
|
Fix enum types
|
2018-04-21 10:48:38 +02:00 |
|
Frederic Junod
|
7701c5fd3a
|
Module type for ol.render.Feature
|
2018-04-20 14:53:56 +02:00 |
|
ahocevar
|
3d50c0ec68
|
Fix rotation default
|
2018-04-20 01:17:02 +02:00 |
|
Michael Kuenzli
|
5e810ccc6a
|
Move olx.render.State to ol/render
|
2018-04-19 17:41:00 +02:00 |
|
Michael Kuenzli
|
76572b6ccf
|
Move ol.RegularShapeRenderOptions to ol/style/RegularShape
|
2018-04-19 16:48:29 +02:00 |
|
Benjamin Gerber
|
84b6e6c7ad
|
Correct type for TextPlacement (jsdoc)
|
2018-04-19 10:09:21 +02:00 |
|
Иван Агафонов
|
84a49ec943
|
Mark functions setRotateWithView and setSnapToPixel of ol/style/Image with @api
|
2018-04-18 14:52:49 +03:00 |
|
Michael Kuenzli
|
c06bea9a4e
|
Move ol.StyleImageOptions from typedefs.js to ol/style/Image
|
2018-04-17 17:22:04 +02:00 |
|
Michael Kuenzli
|
e388527200
|
Move ol.StyleRenderFunction from typedefs.js to ol/style/Style
|
2018-04-17 17:22:04 +02:00 |
|
Michael Kuenzli
|
4f183f33f1
|
Move ol.StyleGeometryFunction from typedefs.js to ol/style/Style
|
2018-04-17 17:22:04 +02:00 |
|
Michael Kuenzli
|
663d2bb1bb
|
Move olx.style.StyleOptions to ol/style/Style
|
2018-04-17 17:22:04 +02:00 |
|