Tim Schaub
2e6dd3b251
Run tests as a GitHub CI workflow
2020-05-16 23:37:25 -06:00
mike-000
9a8b9d8ade
add Image source imageSmoothing option
...
Add Image smoothing checkbox to example
Test imageSmoothing option
2020-05-09 10:41:20 +01:00
Tim Schaub
4d9975754f
Mapbox vector layer
2020-05-03 16:07:27 -06:00
Tim Schaub
054af09032
Make code prettier
...
This updates ESLint and our shared eslint-config-openlayers to use Prettier. Most formatting changes were automatically applied with this:
npm run lint -- --fix
A few manual changes were required:
* In `examples/offscreen-canvas.js`, the `//eslint-disable-line` comment needed to be moved to the appropriate line to disable the error about the `'worker-loader!./offscreen-canvas.worker.js'` import.
* In `examples/webpack/exapmle-builder.js`, spaces could not be added after a couple `function`s for some reason. While editing this, I reworked `ExampleBuilder` to be a class.
* In `src/ol/format/WMSGetFeatureInfo.js`, the `// @ts-ignore` comment needed to be moved down one line so it applied to the `parsersNS` argument.
2020-04-06 12:54:09 -06:00
mike-000
74ba208c22
test imageSmoothing: false without reprojection
2020-04-02 23:18:10 +01:00
mike-000
dd95d60c2e
test imageSmoothing: false without reprojection
2020-04-02 23:17:10 +01:00
mike-000
5ad788194e
remove prerender context setting
2020-04-02 22:30:08 +01:00
mike-000
1cd4d37c45
change option name to imageSmoothing
2020-04-02 18:44:07 +01:00
mike-000
7af9697b40
Merge branch 'master' into patch-4
2020-02-28 12:20:06 +00:00
Tim Schaub
341e482f30
Add rendering test for image style opacity
2020-02-18 18:31:57 -07:00
Frederic Junod
a4915d0ef6
Update expected image for layer-vectortile-rotate-hidpi rendering test
2020-02-03 09:40:05 +01:00
jkonieczny
78378f0253
refactor offset to displacement
2020-01-15 11:13:45 +01:00
jkonieczny
1506e13b60
use anchor for offsetting
2020-01-15 11:13:44 +01:00
mike-000
560931e976
Set reprojection canvas context options
...
Add example of disabling image smoothing
Add test for reprojection context options
2019-12-20 11:41:42 +00:00
Andreas Hocevar
cf6cd09f58
Bring back vector render mode for vector tile layers
2019-11-18 10:40:05 +01:00
Andreas Hocevar
bb6c02ae57
Update reference images
2019-11-18 10:19:53 +01:00
Andreas Hocevar
43d6247671
Add rendering test case
2019-11-01 22:23:34 +01:00
Andreas Hocevar
bb2bdb17aa
Render vector tile layers to a single canvas
2019-10-31 20:29:19 +01:00
Frederic Junod
2ce14a50a1
Add a rendering test case for text-align css property
2019-10-07 13:25:04 +02:00
Tim Schaub
b64ab8a6b2
Rendering test for immediate API with geographic coordinates
2019-09-30 08:52:07 -06:00
Olivier Guyot
28d157af56
Shader builder / add circle and triangle shapes for symbols
2019-09-26 16:30:19 +02:00
Olivier Guyot
607f2f0746
Merge pull request #9994 from jahow/add-webgl-layer-type
...
Add a new layer type: WebGLPointsLayer
2019-09-26 14:55:09 +02:00
Olivier Guyot
7da3b60061
Webgl Layer / rename literalStyle property to style
2019-09-26 14:44:32 +02:00
Olivier Guyot
9e55a8b2f0
Webgl / linting & test fixes
2019-09-25 17:22:36 +02:00
Tim Schaub
4a37483294
Rendering test instructions
2019-09-25 09:26:03 +02:00
Tim Schaub
30cbbfea9d
Get simplified transformed geometry and load features in user projection
2019-09-24 17:45:04 +02:00
Tim Schaub
54d3af40dd
Transform the layer extent when a user projection is set
2019-09-23 17:23:20 +02:00
Tim Schaub
773ae437e4
Small tolerance by default
2019-09-23 16:48:22 +02:00
Tim Schaub
295c720645
Update to work with globby@10
...
With the globby v10 release, the shape of the file info object changed when requesting stats.
See https://github.com/mrmlnc/fast-glob#stats for details.
2019-09-23 15:34:24 +02:00
mike-000
dd9e2e1f0c
second attempt
2019-09-21 10:08:21 +01:00
mike-000
52125e7d9c
New test for Image layer with extent and rotation
...
Follow up for #9585/#9930
2019-09-21 00:26:53 +01:00
mike-000
e782f906ae
New test for Image layer with extent and rotation
...
Follow up for #9585/#9930
2019-09-21 00:20:41 +01:00
ahocevar
aa55cce3ba
Add rendering test for decluttered multipolygons
2019-08-18 15:43:41 +02:00
ahocevar
189ad24528
Adjust expected image for CircleCI
2019-08-16 13:22:18 +02:00
ahocevar
4aa11ecc94
Remove lint
2019-08-16 13:05:46 +02:00
Andreas Hocevar
e61c5c07bc
Merge pull request #9389 from KaiVolland/tile-rendering
...
Replaces listener test in tile.tests.js and removes artifacts
2019-08-16 13:02:48 +02:00
ahocevar
ba9cdd3aa2
Fix rendering tests
2019-07-23 19:28:28 +02:00
Marc Jansen
f6fba61b47
Fix linting error (import extension missing)
2019-07-23 11:52:31 +02:00
Marc Jansen
b9c2ef389c
Merge pull request #9375 from KaiVolland/reproj-rendering
...
Replaces reproj image.tests.js and tile.tests.js
2019-07-23 08:20:28 +02:00
Frederic Junod
9aa11d2e11
Update the circle style after setRadius calls
2019-06-25 10:42:52 +02:00
ahocevar
c0a2549285
Try to make rendering tests run again in puppeteer
2019-06-24 10:20:47 +02:00
Olivier Guyot
98b0c65450
Rendering tests / add custom web worker loader
...
Also includes a change in the rollup-babel plugin to avoid
adding helpers as dependencies (which would give out errors).
2019-06-01 15:33:36 +02:00
Tim Schaub
deb00f20fe
Include full filename in import specifier
2019-05-29 08:51:10 -06:00
Frederic Junod
bfea858306
Add missing extension in import
2019-05-29 09:19:17 +02:00
Frederic Junod
40c49a9ce5
Remove layerState param from prepareFrame and renderFrame function
2019-05-25 07:19:10 +02:00
ahocevar
b0fae46aa6
Do not use css z-index
2019-05-16 22:29:32 +02:00
Tim Schaub
217c6ba764
Avoid panning off the edge of the world
2019-05-14 20:15:51 -06:00
Andreas Hocevar
6e3d3d4877
Merge pull request #9466 from ahocevar/declutter-global
...
Declutter in correct order and for all layers
2019-05-07 14:33:24 +02:00
ahocevar
00c09eb281
Make rendering tests more cross-platform proof
2019-05-05 15:05:02 +02:00
ahocevar
6c8c8a6477
Fix decluttering on VectorImage layers
2019-05-05 14:54:23 +02:00