Skip to content

Commit 7d68f81

Browse files
committed
Website updates
1 parent 9824af1 commit 7d68f81

File tree

9 files changed

+17
-13
lines changed

9 files changed

+17
-13
lines changed

dist/en/main/apidoc/module-ol_featureloader.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h4 class="name">
190190

191191
<div class="tag-source">
192192
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js">featureloader.js</a>,
193-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L179">line 179</a>
193+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L183">line 183</a>
194194
</div>
195195

196196
</div>
@@ -320,7 +320,7 @@ <h4 class="name">
320320

321321
<div class="tag-source">
322322
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js">featureloader.js</a>,
323-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L138">line 138</a>
323+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L137">line 137</a>
324324
</div>
325325

326326
</div>
@@ -493,7 +493,7 @@ <h4 class="name">
493493

494494
<div class="tag-source">
495495
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js">featureloader.js</a>,
496-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L13">line 13</a>
496+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L12">line 12</a>
497497
</div>
498498

499499
</div>
@@ -583,7 +583,7 @@ <h4 class="name">
583583

584584
<div class="tag-source">
585585
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js">featureloader.js</a>,
586-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L38">line 38</a>
586+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L37">line 37</a>
587587
</div>
588588

589589
</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.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/featureloader.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/featureloader.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* @module ol/featureloader
33
*/
4-
import {VOID} from './functions.js';
54

65
/**
76
*
@@ -164,7 +163,12 @@ export function xhr(url, format) {
164163
success(features);
165164
}
166165
},
167-
/* FIXME handle error */ failure ? failure : VOID,
166+
() => {
167+
this.changed();
168+
if (failure !== undefined) {
169+
failure();
170+
}
171+
},
168172
);
169173
};
170174
}

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)