Skip to content

Commit 522cafe

Browse files
committed
Website updates
1 parent 732e6ab commit 522cafe

File tree

10 files changed

+13
-9
lines changed

10 files changed

+13
-9
lines changed

dist/en/main/apidoc/module-ol_Tile-Tile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ <h4 class="name">
466466

467467
<div class="tag-source">
468468
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/Tile.js">Tile.js</a>,
469-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/Tile.js#L189">line 189</a>
469+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/Tile.js#L193">line 193</a>
470470
</div>
471471

472472
</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/examples/offscreen-canvas.worker.worker.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/offscreen-canvas.worker.worker.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/Tile.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/Tile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ class Tile extends EventTarget {
172172
* @api
173173
*/
174174
setState(state) {
175+
if (this.state === TileState.EMPTY) {
176+
// no more state changes
177+
return;
178+
}
175179
if (this.state !== TileState.ERROR && this.state > state) {
176180
throw new Error('Tile load sequence violation');
177181
}

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/main.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.

0 commit comments

Comments
 (0)