Skip to content

Commit b9d6cd2

Browse files
committed
Website updates
1 parent 8174ff2 commit b9d6cd2

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

dist/en/main/apidoc/module-ol_layer_WebGLTile-WebGLTileLayer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ <h4 class="name">
13961396

13971397
<div class="tag-source">
13981398
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js">layer/WebGLTile.js</a>,
1399-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L516">line 516</a>
1399+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L517">line 517</a>
14001400
</div>
14011401

14021402
</div>
@@ -5869,7 +5869,7 @@ <h4 class="name">
58695869

58705870
<div class="tag-source">
58715871
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js">layer/WebGLTile.js</a>,
5872-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L505">line 505</a>
5872+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L506">line 506</a>
58735873
</div>
58745874

58755875
</div>

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/layer/WebGLTile.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/layer/WebGLTile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ class WebGLTileLayer extends BaseTileLayer {
324324
*/
325325
this.styleVariables_ = this.style_.variables || {};
326326

327+
this.handleSourceUpdate_();
327328
this.addChangeListener(LayerProperty.SOURCE, this.handleSourceUpdate_);
328329
}
329330

0 commit comments

Comments
 (0)