diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-09-16 18:12:23 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-09-20 14:10:38 +0200 |
commit | 1e8f9c75ca3f11ee5d31b033744d99b616d6b946 (patch) | |
tree | 217420faaff56dd4a1da5ee56d8d29776da3c99e /test/fixtures | |
parent | 34e783ed9cb52686ec61c67aa37054b3083ef66c (diff) | |
download | qtlocation-mapboxgl-1e8f9c75ca3f11ee5d31b033744d99b616d6b946.tar.gz |
[core] do not render layers that are outside their zoom range
So far, we didn't properly disable layers that are outside the zoom range. This means that we rendered layers that should not have been rendered, albeit we didn't make any attempt to load tiles for those layers. However, when zooming in/out, existing tiles might already have been loaded in the source which continued to be rendered. In most cases they weren't actually visible because either the matrices weren't updated, or the clip IDs weren't set so that they would be "rendered" off-screen and clipped completely. In any case, we did way too much work.
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/map/disabled_layers/first/expected.png | bin | 0 -> 103 bytes |
-rw-r--r-- | test/fixtures/map/disabled_layers/second/expected.png | bin | 0 -> 103 bytes |
-rw-r--r-- | test/fixtures/map/disabled_layers/tile.png | bin | 0 -> 103 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/test/fixtures/map/disabled_layers/first/expected.png b/test/fixtures/map/disabled_layers/first/expected.png Binary files differnew file mode 100644 index 0000000000..388180c6d1 --- /dev/null +++ b/test/fixtures/map/disabled_layers/first/expected.png diff --git a/test/fixtures/map/disabled_layers/second/expected.png b/test/fixtures/map/disabled_layers/second/expected.png Binary files differnew file mode 100644 index 0000000000..089ac0dde9 --- /dev/null +++ b/test/fixtures/map/disabled_layers/second/expected.png diff --git a/test/fixtures/map/disabled_layers/tile.png b/test/fixtures/map/disabled_layers/tile.png Binary files differnew file mode 100644 index 0000000000..089ac0dde9 --- /dev/null +++ b/test/fixtures/map/disabled_layers/tile.png |