Olivier Guyot
|
4a275c543a
|
Use post-processes in the heatmap example
|
2018-11-16 14:02:10 +01:00 |
|
Olivier Guyot
|
7fa2189fe9
|
Remove the bulk of the WebGL legacy code.
Things left to do:
* redo an icon layer example
* redo a clipping layer example
* update docs where WebGL renderers are mentioned
|
2018-11-16 14:02:08 +01:00 |
|
Olivier Guyot
|
494b817f47
|
Use the new webgl renderer in the heatmap layer
|
2018-11-16 14:01:21 +01:00 |
|
Frederic Junod
|
e991dcc38c
|
Fix JSdoc type cast format
|
2018-11-16 11:12:17 +01:00 |
|
Olivier Guyot
|
d5c390e726
|
Fixed tests & linting
|
2018-11-15 17:12:40 +01:00 |
|
Olivier Guyot
|
1b8a6baa35
|
Added extent handling to graticule layer
|
2018-11-15 17:12:40 +01:00 |
|
Olivier Guyot
|
94bcb8a0f6
|
Added wrapX option on graticule
|
2018-11-15 17:12:40 +01:00 |
|
Olivier Guyot
|
4ee75359c0
|
Implemented a feature pool for lines and labels
|
2018-11-15 17:12:40 +01:00 |
|
Olivier Guyot
|
adb1bd7a31
|
First version to handle lines only
|
2018-11-15 17:12:40 +01:00 |
|
Olivier Guyot
|
dbd6dad4f3
|
Add a new Graticule layer, nothing rendered for now
|
2018-11-15 17:12:40 +01:00 |
|
Frédéric Junod
|
4adcb5ae6c
|
Merge pull request #8914 from fredj/layer_className
Add new className property to ol/layer/Base
|
2018-11-14 16:23:56 +01:00 |
|
Frederic Junod
|
22eb96637f
|
Add new className property to ol/layer/Base
|
2018-11-13 13:09:06 +01:00 |
|
Florent gravin
|
c2c599a517
|
Layer is now responsible of its rendering
|
2018-11-13 12:51:04 +01:00 |
|
Florent gravin
|
d21a88edce
|
Remove map renderer dependency in layer renderer
|
2018-11-13 12:51:04 +01:00 |
|
Tim Schaub
|
ca5b0c63a5
|
Remove LayerType
|
2018-11-12 14:54:11 +01:00 |
|
Tim Schaub
|
f6b838c635
|
Make webgl layer renderers dependencies of webgl layers
|
2018-11-12 14:54:11 +01:00 |
|
Tim Schaub
|
2ec509fbca
|
Add an image vector layer for rendering vectors to an image
|
2018-11-12 14:54:11 +01:00 |
|
Tim Schaub
|
ae1f3afd66
|
Base for tile layers, renderer-specific tile layer types
|
2018-11-12 14:54:11 +01:00 |
|
Tim Schaub
|
285a610c46
|
Base for image layers, renderer-specific image layer types
|
2018-11-12 14:54:10 +01:00 |
|
Tim Schaub
|
c9529b9acd
|
Create the appropriate renderer for vector tile layers
|
2018-11-12 14:54:10 +01:00 |
|
Tim Schaub
|
7ffaa134c7
|
Conditionally get renderer from the layer
|
2018-11-12 14:54:10 +01:00 |
|
Tim Schaub
|
6c052c0dab
|
Split vector layer into Canvas and WebGL implementations
|
2018-11-12 14:54:09 +01:00 |
|
Frederic Junod
|
6a797e84ff
|
Simplify import path in ol/layer/
|
2018-11-05 16:26:45 +01:00 |
|
Tim Schaub
|
d197864f5a
|
Remove RenderType enum from vector tile layer
|
2018-11-04 10:27:35 -07:00 |
|
Andreas Hocevar
|
3f69066d79
|
Merge pull request #8869 from ahocevar/typescript-fixes
Fix more types for TypeScript
|
2018-10-31 12:07:28 +01:00 |
|
ahocevar
|
1cdd040c96
|
Throw when calling abstract methods; fix abstract return types
|
2018-10-30 18:55:49 +01:00 |
|
ahocevar
|
1df9189d7f
|
Fix more types for TypeScript
|
2018-10-30 18:55:03 +01:00 |
|
Tim Schaub
|
f58603bddf
|
Remove RenderType enum from vector layer
|
2018-10-23 08:46:50 -06:00 |
|
Frederic Junod
|
041836c645
|
Change getUid return type from number to string
|
2018-10-17 10:22:53 +02:00 |
|
Andreas Hocevar
|
9285b283c0
|
Merge pull request #8787 from ahocevar/no-instanceof
Replace instanceof checks with other logic
|
2018-10-12 20:44:41 +02:00 |
|
ahocevar
|
9163558511
|
Replace instanceof checks with other logic
|
2018-10-12 20:35:59 +02:00 |
|
Frederic Junod
|
720993431c
|
Fix indentation
|
2018-10-08 08:50:40 +02:00 |
|
Kevin Schmidt
|
3781a6881d
|
Fix type check errors in ol/layer/VectorTile
|
2018-10-03 11:24:41 -06:00 |
|
Kevin Schmidt
|
38aa620afa
|
Fix type check errors in ol/layer/Layer
|
2018-10-03 10:42:05 -06:00 |
|
Frederic Junod
|
f58cd03f3b
|
Remove extra parameters
|
2018-09-28 09:13:43 +02:00 |
|
ahocevar
|
f29e6ac397
|
Fix more incorrect type imports
|
2018-09-13 11:42:59 +02:00 |
|
Frederic Junod
|
3c05e09189
|
Add missing map property in ol/layer/Layer constructor options
|
2018-09-07 09:05:04 +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
|
db04052b7a
|
Fix default zIndex value and documentation for layer options
|
2018-08-29 11:33:09 +02:00 |
|
ahocevar
|
161c5b0105
|
Better documentation of the zIndex default
|
2018-08-15 11:24:29 +02:00 |
|
ahocevar
|
95533e2425
|
Use configured zIndex for unmanaged layers
|
2018-08-15 10:58:52 +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 |
|
Tim Schaub
|
6f22f1b7ac
|
Param name on same line as type
|
2018-07-23 16:28:22 -07: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 |
|
ahocevar
|
bbe0a66d07
|
Set api annotation on classdesc, not constructor
|
2018-07-21 17:25:22 +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 |
|