Tim Schaub
cf7daf36d6
Include layer visibility in the URL
2022-05-21 10:50:45 -06:00
Tim Schaub
6690dc99dd
Link interaction
2022-05-21 10:50:38 -06:00
Maximilian Krög
ecf90a49c8
Improve browser tests
...
- Listen for image change event instead of waiting 200 ms
- Properly fake fetch response, can never be undefined on resolve
2022-05-15 22:30:40 +02:00
Maximilian Krög
302a9d51e1
Fix WebGLTile browser tests
...
The loader has to return a TypedArray, not ImageData
2022-05-15 22:30:40 +02:00
Maximilian Krög
744324859e
Fix font rerender test when font is a system font
2022-05-15 22:30:40 +02:00
Maximilian Krög
72d61f887d
Use document.head instead of getElementByTagName
2022-05-15 21:34:26 +02:00
Tim Schaub
25b2007636
Handle NaN nodata
2022-05-12 11:31:08 -06:00
Tim Schaub
a5c2c8d3d4
Merge pull request #13648 from tschaub/data-tile-size
...
Explicit data tile size
2022-05-07 10:16:40 -06:00
Tim Schaub
38b48bd341
Explicit data tile size
2022-05-06 14:47:10 -06:00
VLCEK Martin
6ab4d452a4
reference image from CI
2022-05-06 16:52:56 +02:00
VLCEK Martin
bce37b5650
Zoom out a bit for rendering test
2022-05-06 06:56:13 +02:00
VLCEK Martin
9adfe7aca6
improve test with overlapping circles.
2022-05-05 13:47:46 +02:00
VLCEK Martin
9338286661
improve test with overlapping circles.
2022-05-05 13:26:12 +02:00
VLCEK Martin
e1593ce59d
Support declutter mode for image styles
...
Allows to specify for each image style, whether the image
should be decluttered, always drawn but still serving as
obstacle, or drawn without being an obstacle for other
images/texts.
The layer must still have declutter = true set for this
property to have any effect.
2022-05-05 12:34:00 +02:00
Andreas Hocevar
c2639f89f2
Merge pull request #13602 from openlayers/dependabot/npm_and_yarn/ol-mapbox-style-8.0.7
...
Bump ol-mapbox-style from 8.0.5 to 8.0.7
2022-05-04 00:53:17 +02:00
Andreas Hocevar
27830562fd
Update test image
2022-05-04 00:39:30 +02:00
Andreas Hocevar
6ace5e7530
Let transform function transform all dimensions it is capable of
2022-05-02 22:25:11 +02:00
Tim Schaub
5084d5566a
Test that data tiles can be loaded after error
2022-04-27 14:50:33 -06:00
Tim Schaub
de9f6e2dc5
Handle rotation with non-square tiles
2022-04-25 10:40:37 -06:00
Andreas Hocevar
d315675ecc
Merge pull request #13528 from burleight/webglpointslayer-wrap-x
...
WebGLPointsLayer wrapX support - partially addressing #11131
2022-04-17 17:34:01 +02:00
Andreas Hocevar
041b9a188a
Use reference image from CI
2022-04-14 08:14:47 +02:00
Denis
359512c6b2
Add test for text justification within the text-box
...
See: https://github.com/openlayers/openlayers/issues/13481
2022-04-13 15:35:52 +02:00
Andreas Hocevar
de0f5be04c
Merge pull request #13546 from drnextgis/draw_stride
...
Add geometryLayout property to Draw interaction
2022-04-11 21:43:54 +02:00
Andreas Hocevar
bde8c94fdf
Merge pull request #13552 from ahocevar/ol-mapbox-style-8
...
Updates for ol-mapbox-style v8
2022-04-11 21:20:45 +02:00
Denis Rykov
026c88ca35
Add geometryLayout property to Draw interaction
2022-04-11 13:13:25 +02:00
Andreas Hocevar
5722460250
Load source maps of dependencies for tests
2022-04-10 21:41:00 +02:00
Andreas Hocevar
ffee2f727e
Updates and example improvements for ol-mapbox-style v8
2022-04-10 21:41:00 +02:00
jipexu
6a35a20ff1
Update scaleline.test.js
2022-04-10 21:01:42 +02:00
jipexu
96cebca3b7
Update scaleline.test.js
2022-04-10 20:37:18 +02:00
Andreas Hocevar
ae00bf6c48
Merge pull request #13550 from ahocevar/background
...
Update backgrounds when function returns a different color
2022-04-10 01:25:49 +02:00
Andreas Hocevar
cbb18ab805
Update backgrounds when function returns a different color
2022-04-09 10:53:20 +02:00
mike-000
6ca44f6ffa
add gutter option
2022-04-08 14:17:54 +01:00
Andreas Hocevar
c03f58fe5d
Merge pull request #12936 from ejn/bugfix/gml-multiple-element-parsing
...
Bugfix for GML parsing with multiple property elements with XML attributes
2022-04-05 11:57:53 +02:00
Bart van den Eijnden
5742f0c068
Add tests
2022-04-01 14:29:01 +02:00
Tomas Burleigh
d524d46969
WebGLPointsLayer wrapX support - partially addressing #11131
...
WebGLPointsLayer renderFrame and renderHitDetection will now draw
multiple worlds if the source and projection support wrapX.
Hit detection needs additional improvement. It stops working after
more than one wrap around the world. If 0 is the middle world, then
the hit detection works for worlds -1, 0, and -1, but not for worlds
> 2 or < -2.
The example has hit detection enabled, demonstrated with a colour
change on hover for the circle styles. When moving the mouse, the hit
detection is unreliable and flickers on/off. This needs improvement.
The webgl-points renderer test has been updated.
2022-04-01 13:35:13 +13:00
mike-000
d2da88a3fd
test gutter
2022-03-30 13:02:21 +01:00
Tim Schaub
b8c04ee7c5
Store rendererd source on the layer instead of the layer state
2022-03-26 10:18:49 -06:00
mike-000
c4bf3f1e1a
Change imageSmoothing to interpolate
2022-03-25 08:53:59 -06:00
Andreas Hocevar
bf9472ac57
Add loadstart and loadend map events
2022-03-19 10:32:22 +01:00
Andreas Hocevar
373cf81fc0
Merge pull request #13464 from ahocevar/projection-warning
...
Do not warn about coordinates when view projection is configured
2022-03-10 20:13:33 +01:00
Andreas Hocevar
5c7b9124cc
Do not warn about coordinates when view projection is configured
2022-03-10 16:52:49 +01:00
Andreas Hocevar
46ddbd7e0e
Reset image when empty
2022-03-10 16:27:24 +01:00
Maximilian Krög
8b5b5db00f
Add test for snap to vertex placed on line
2022-03-07 08:57:31 +01:00
Alan Moffat
87d87a155a
Ensure FullScreen button has classname set on render.
...
When the FullScreen icon is first rendered, the button within it is not having the inactive classname set. The class name is set on toggling fullscreen on/off - just not being set on render.
2022-03-04 11:13:02 +00:00
Maximilian Kroeg
28b6026bc4
Test rendercomplete works with invisible layers
2022-03-02 11:03:42 +01:00
Andreas Hocevar
18f06b8b9a
Rich text labels
2022-02-23 12:36:56 +01:00
Maximilian Krög
ab786cff73
Test setting resolution to undefined
2022-02-18 00:52:40 +01:00
MoonE
57e9a4d1a8
Merge pull request #13390 from MoonE/icon-clone
...
Fix clone of icon loses imgSize when cache is full
2022-02-17 20:04:32 +01:00
Maximilian Krög
c74d0a8957
Test cloning IconImage without cache
2022-02-17 00:58:35 +01:00
Andreas Hocevar
63fc00902f
Warn once when suspicious coordinate are used
2022-02-15 08:50:05 +01:00