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 |
|
Tim Schaub
|
38b48bd341
|
Explicit data tile size
|
2022-05-06 14:47:10 -06: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 |
|
mike-000
|
d2da88a3fd
|
test gutter
|
2022-03-30 13:02:21 +01: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 |
|
Andreas Hocevar
|
11e12ef94e
|
Re-assign variables on setStyle()
|
2022-01-28 07:48:21 +01:00 |
|
Andreas Hocevar
|
0004b2594d
|
Support multiple sources for layers
|
2022-01-13 17:42:52 +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
|
68ea485e69
|
Dispatch precompose and postcompose events for WebGL layers
|
2021-12-15 16:59:51 -07:00 |
|
Andreas Hocevar
|
238695a107
|
Merge pull request #13085 from ahocevar/layer-background
Add layer background
|
2021-12-06 20:39:19 +01:00 |
|
Tim Schaub
|
f5803ad6ca
|
Support expressions for band arguments
|
2021-12-05 17:04:50 -07:00 |
|
Andreas Hocevar
|
3638df90f8
|
Add layer background
|
2021-12-06 00:07:15 +01:00 |
|
Andreas Hocevar
|
60c4268569
|
Normalize relative urls for style url
|
2021-12-04 14:36:08 +01:00 |
|
Andreas Hocevar
|
544e55fe1a
|
Use source minzoom if not configured otherwise
|
2021-12-02 06:19:21 +01:00 |
|
Andreas Hocevar
|
e00d005088
|
Fix tiles and background handling
|
2021-11-24 10:53:55 +01:00 |
|
Andreas Hocevar
|
d4cc76f3f1
|
Add background to MapboxVector layer
|
2021-11-19 18:17:55 +01:00 |
|
Tim Schaub
|
0dfbedb099
|
Lazily create the WebGL helper
|
2021-11-13 11:37:09 -07:00 |
|
Tim Schaub
|
371bb85350
|
Add a map property to layers
|
2021-11-12 17:54:10 -07:00 |
|
Tim Schaub
|
924b85f4ca
|
Merge pull request #12939 from tschaub/dynamic-colors
Example that demonstrates a color expression using variables
|
2021-11-09 06:35:38 -07:00 |
|
Andreas Hocevar
|
1697d1b647
|
Use URL constructor
Co-authored-by: Tim Schaub <tschaub@users.noreply.github.com>
|
2021-11-03 13:37:47 +01:00 |
|
Andreas Hocevar
|
cbac16e21f
|
Make MapboxVector layer work in more access key scenarios
|
2021-11-02 20:45:30 +01:00 |
|
Tim Schaub
|
0e19c9aa2b
|
Example that demonstrates a color expression using variables
|
2021-10-29 11:48:41 -06:00 |
|
Tim Schaub
|
2adf74ece4
|
Include WebGL context in render events for WebGL layers
|
2021-10-29 08:39:47 -06:00 |
|
Tim Schaub
|
a332842540
|
More cleanup in the WebGL tile layer's dispose method
|
2021-09-23 12:00:00 +00:00 |
|
Andreas Hocevar
|
8585d4382b
|
Handle TileJSON urls in Mapbox Style document
|
2021-09-20 23:37:53 +00:00 |
|
Tim Schaub
|
d37e3e3134
|
Configure cache on the layer instead of the source
|
2021-08-27 18:04:00 -06:00 |
|
Andreas Hocevar
|
814d70b1cc
|
Add more tests
|
2021-08-18 17:54:48 +02:00 |
|
Andreas Hocevar
|
79f5f46d27
|
Remove lint
|
2021-06-28 18:10:51 +02:00 |
|
Andreas Hocevar
|
8520a18eae
|
Merge pull request #12219 from ahocevar/object-properties
Add 'properties' to Layer constructors
|
2021-06-17 08:44:53 +02:00 |
|
Andreas Hocevar
|
0bb802f791
|
Verify that users can provide a properties property
|
2021-05-25 11:00:33 +02:00 |
|
Andreas Hocevar
|
432bd7f851
|
Allow custom properties in the constructor using the properties option
|
2021-05-24 23:23:51 +02:00 |
|
Maximilian Krög
|
de4a93709a
|
Inherit layer group zIndex
|
2021-05-13 01:44:08 +02:00 |
|
Maximilian Krög
|
d52497a722
|
Add function to dispose whole layer group
|
2021-05-09 00:45:56 +02:00 |
|
Maximilian Krög
|
6e64969664
|
Consistently name layer group 'group'
|
2021-05-09 00:43:58 +02:00 |
|
Tim Schaub
|
490cfabe91
|
Organize tests
|
2021-04-28 09:23:33 -07:00 |
|