Skip to content

Commit ccb9c41

Browse files
committed
Website updates
1 parent d3974f9 commit ccb9c41

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

dist/en/main/apidoc/module-ol_source_ImageWMS-ImageWMS.html

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

38113811
<div class="tag-source">
38123812
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageWMS.js">source/ImageWMS.js</a>,
3813-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageWMS.js#L283">line 283</a>
3813+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageWMS.js#L285">line 285</a>
38143814
</div>
38153815

38163816
</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/source/ImageWMS.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/source/ImageWMS.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ class ImageWMS extends ImageSource {
272272
*/
273273
setParams(params) {
274274
this.params_ = Object.assign({}, params);
275+
// Reset loader to pick up new params
276+
this.loader = null;
275277
this.changed();
276278
}
277279

0 commit comments

Comments
 (0)