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
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
Tim Schaub
5084d5566a
Test that data tiles can be loaded after error
2022-04-27 14:50:33 -06: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
cbb18ab805
Update backgrounds when function returns a different color
2022-04-09 10:53:20 +02: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
mike-000
d2da88a3fd
test gutter
2022-03-30 13:02:21 +01:00
Andreas Hocevar
bf9472ac57
Add loadstart and loadend map events
2022-03-19 10:32:22 +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
Maximilian Krög
ab786cff73
Test setting resolution to undefined
2022-02-18 00:52:40 +01:00
Maximilian Krög
c74d0a8957
Test cloning IconImage without cache
2022-02-17 00:58:35 +01:00
Maximilian Krög
9bfb0c1b9d
Test VectorSource isEmtpty without spatial index
2022-02-13 00:06:26 +01:00
Tim Schaub
437b2a0fc2
Merge pull request #13357 from tschaub/preload
...
Preload tiles for WebGL tile layers
2022-02-10 14:36:31 -07:00
mike-000
57db9a6a12
Add floor, round and ceil
2022-02-10 15:37:45 +00:00
Tim Schaub
6f005e1f30
Preload tiles for WebGL tile layers
2022-02-09 14:01:14 -07:00
Tim Schaub
bd86639351
Keep track of when a layer is unrendered
2022-02-08 10:23:55 -07:00
Tim Schaub
eb4d5e0784
Get pixel data
2022-02-07 18:35:47 -07:00
Maximilian Krög
700cdad1e2
Add missing dispose calls for webgl renderer tests
2022-02-07 00:17:32 +01:00
Tim Schaub
adbbc05159
Avoid rendering outside WebGL layer and source extent
2022-02-05 21:02:22 -07:00
Tim Schaub
f10ba5c1e3
Avoid duplicate imports
2022-02-05 11:46:26 -07:00
Andreas Hocevar
770fcc870b
Add updateStyleVariables method to WebGLPoints layer
2022-02-03 22:12:05 +01:00
Maximilian Krög
613d083e46
Test points layer ready state
2022-02-02 22:54:16 +01:00
Andreas Hocevar
7c3c1ac354
Fix rendercomplete for WebGLPoints layer and subclasses
2022-02-01 17:13:37 +01:00
Andreas Hocevar
11e12ef94e
Re-assign variables on setStyle()
2022-01-28 07:48:21 +01:00
Andreas Hocevar
30d27a1d59
Merge pull request #13212 from ahocevar/multisource-webgl
...
Support multiple sources for WebGL tile layers
2022-01-19 08:43:22 +01:00
mike-000
1c81f60fec
re-enable image smoothing after rendering
2022-01-14 10:31:17 +00:00
Andreas Hocevar
0004b2594d
Support multiple sources for layers
2022-01-13 17:42:52 +01:00
Tim Schaub
e71a8b65e1
Default CORS request mode for tiles used in WebGL rendering
2022-01-11 14:21:48 -07:00
Andreas Hocevar
48ce451f53
Do not fire modifyend event when nothing was modified
2022-01-11 12:45:08 +01:00
mike-000
d85be48da2
Test getDataAtPixel() method for WebGL
2022-01-03 13:00:55 +00:00
mike-000
37f117b782
Test scalebar text in EPSG:4326
2021-12-29 23:55:50 +00:00
Tim Schaub
e2883fb658
Deprecate the imageSmoothing option for sources
2021-12-27 15:30:48 -07:00
Andreas Hocevar
4f7cadd17d
Add layer also for programmatically selected features
2021-12-21 08:25:57 +01:00
Tim Schaub
34c84cf107
Allow WebGL tile layers to be constructed without a source
2021-12-19 09:58:40 -07:00
Tim Schaub
0cc3bae8fe
Preserve the drawing buffer by default for WebGL layers
2021-12-18 12:25:03 -07:00
Andreas Hocevar
ae637bf683
Merge pull request #13120 from ahocevar/view-properties
...
Populate view's object properties
2021-12-16 22:09:08 +01:00
Andreas Hocevar
628e5c1c90
Also update zoom property
2021-12-16 12:32:57 +01:00
Tim Schaub
68ea485e69
Dispatch precompose and postcompose events for WebGL layers
2021-12-15 16:59:51 -07:00
Andreas Hocevar
f6cb4c296d
Populate view's object properties
2021-12-16 00:11:15 +01:00