Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 31, 2024
1 parent 8174ff2 commit b9d6cd2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ <h4 class="name">

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

</div>
Expand Down Expand Up @@ -5869,7 +5869,7 @@ <h4 class="name">

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

</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/layer/WebGLTile.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/en/main/ol/layer/WebGLTile.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ class WebGLTileLayer extends BaseTileLayer {
*/
this.styleVariables_ = this.style_.variables || {};

this.handleSourceUpdate_();
this.addChangeListener(LayerProperty.SOURCE, this.handleSourceUpdate_);
}

Expand Down

0 comments on commit b9d6cd2

Please sign in to comment.