Frederic Junod
|
81bab31efb
|
Remove extra imports in jsdoc
The symbols are already imported (es6 import)
|
2018-09-08 11:01:02 +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 |
|
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 |
|
Frédéric Junod
|
d84c64b3e7
|
Merge pull request #8524 from NeoRaider/xhtml-fixes
Fix compatiblity with XHTML content type
|
2018-08-22 13:13:22 +02:00 |
|
ahocevar
|
1baa8be269
|
Add 'rendercomplete' event
|
2018-08-22 09:53:24 +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
|
f3cd1d8dfd
|
Round center in viewState
|
2018-08-09 18:16:58 +02:00 |
|
Tim Schaub
|
2eb07aa081
|
Use Template<Foo> instead of Template.<Foo>
|
2018-07-25 18:37:08 -07: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 |
|
Jaap Koelewijn
|
fd9219f035
|
Incorporate review comments of ahocevar and tschaub.
|
2018-07-23 21:12:43 +02:00 |
|
Jaap Koelewijn
|
2769953204
|
Fix JSDoc such that ng build --prod with angular/cli 6.0.8 succeeds again.
|
2018-07-23 01:05:26 +02:00 |
|
Tim Schaub
|
e5493d1288
|
Add ol/pixel module for Pixel type
|
2018-07-19 10:17:00 -06:00 |
|
ahocevar
|
505f88031b
|
Use extends and super for PluggableMap
|
2018-07-17 14:15:33 +02:00 |
|
Frederic Junod
|
f2d0b11d24
|
Move jsdoc constructor comments
|
2018-07-17 09:59:00 +02:00 |
|
Tim Schaub
|
7b4a73f3b9
|
Automated class transform
npx lebab --replace src --transform class
|
2018-07-16 16:18:16 -06:00 |
|
Frederic Junod
|
8c4c70e9f0
|
Change 'Element' type to 'HTMLElement'
|
2018-06-29 09:31:59 +02:00 |
|
simonseyock
|
fcc7d87b06
|
Support hitTolerance in forEachLayerAtPixel
|
2018-06-25 09:09:02 -06:00 |
|
ahocevar
|
28409486a5
|
Make classes in ol/ available as named exports from ol
|
2018-06-21 18:08:17 +02:00 |
|
Frederic Junod
|
1c897c33ea
|
Remove extra parameters passed to createRenderer
|
2018-06-18 11:45:09 +02:00 |
|
ahocevar
|
64e1139230
|
Fix remaining type issues
|
2018-05-17 12:29:22 -05:00 |
|
Frédéric Junod
|
8271a51f65
|
Merge pull request #8194 from fredj/cleanup
miscellaneous code cleanup
|
2018-05-16 08:31:27 +02:00 |
|
Frederic Junod
|
90ce02941a
|
Better code indentation
|
2018-05-14 14:58:36 +02:00 |
|
ahocevar
|
8657e31b00
|
Fix a few doc comment typos
|
2018-05-13 10:26:29 -05:00 |
|
Frederic Junod
|
af1f6836af
|
Shorter module paths for default exports
|
2018-05-09 11:24:43 +02:00 |
|
ahocevar
|
59d904e509
|
Fix some types
|
2018-04-27 09:30:51 +02:00 |
|
Frederic Junod
|
61067e6c2c
|
Module type for ol.Feature and short notation for ol/render/Feature
|
2018-04-26 15:38:51 +02:00 |
|
Frederic Junod
|
11d9f6de83
|
Module type for ol.renderer.*
|
2018-04-26 15:35:48 +02:00 |
|
ahocevar
|
440d1ad3e1
|
Shorter module paths for default exports
|
2018-04-25 17:25:39 +02:00 |
|
ahocevar
|
c23a5086ae
|
Fix enum types
|
2018-04-21 10:48:38 +02:00 |
|
ahocevar
|
417dd85f83
|
Fix some jsdoc path types
|
2018-04-21 10:17:53 +02:00 |
|
Tim Schaub
|
be35f82ae5
|
Explicit map renderer construction
|
2018-04-14 09:38:40 -06:00 |
|
Frederic Junod
|
29b37b179c
|
Move olx.ViewState to ol/View
|
2018-03-23 11:42:46 +01:00 |
|
Frederic Junod
|
bd9e603036
|
Module type for ol.layer.Layer
|
2018-03-23 08:44:21 +01:00 |
|
Frederic Junod
|
8a4d60192f
|
Mark optional property with square brackets
|
2018-03-19 08:29:50 +01:00 |
|
Frederic Junod
|
671af4dd41
|
Use 'module:ol/plugins~MapRendererPlugin' instead of 'olx.MapRendererPlugin'
|
2018-03-13 16:38:29 +01:00 |
|
Frederic Junod
|
8c58bb4332
|
Use 'module:ol/PluggableMap~FrameState' instead of 'olx.FrameState'
|
2018-03-13 16:06:46 +01:00 |
|
Tim Schaub
|
f306fd0aa0
|
Move AtPixelOptions to PluggableMap
|
2018-03-11 10:30:02 -06:00 |
|
Frederic Junod
|
b6695794d3
|
Fix bad type annotation
|
2018-03-09 17:09:15 +01:00 |
|
Andreas Hocevar
|
95d6251dbb
|
Get rid of olx.js and typedef.js typedefs for ol
|
2018-03-08 18:57:24 +01:00 |
|
Frederic Junod
|
3435ac575e
|
Better type definition
Fixes the `Invalid type(s) for operator IN.` warnings from the closure compiler.
|
2018-03-07 16:45:46 +01:00 |
|
Andreas Hocevar
|
9ee79aa6b7
|
New typedef syntax and constructor options for PluggableMap
|
2018-03-07 13:56:03 +01:00 |
|
Andreas Hocevar
|
938e475db1
|
Move MapOptionsInternal to PluggableMap
|
2018-03-07 13:46:36 +01:00 |
|
Frederic Junod
|
500a017faf
|
Better code indentation
|
2018-03-05 15:36:40 +01:00 |
|
Tim Schaub
|
b3d915629e
|
Merge pull request #7914 from gberaudo/some_easy_window_cleanups
Some easy window cleanups
|
2018-03-03 13:04:30 -07:00 |
|
Guillaume Beraudo
|
6280941669
|
Remove window prefix from event listener functions
|
2018-02-28 23:28:38 +01:00 |
|
Frederic Junod
|
73b15ef8d7
|
Better code indentation
|
2018-02-28 16:46:45 +01:00 |
|
Tim Schaub
|
4e6cf58de1
|
Remove static members from BaseObject
|
2018-02-25 08:49:28 -07:00 |
|
Frederic Junod
|
ab28c48338
|
Only compute the viewState focus when it's needed
|
2018-02-21 14:42:45 +01:00 |
|