Skip to content

Commit 63e7513

Browse files
committed
Website updates
1 parent edb1809 commit 63e7513

23 files changed

+231
-251
lines changed

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

Lines changed: 10 additions & 10 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#L183">line 183</a>
193+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L184">line 184</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#L137">line 137</a>
323+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L138">line 138</a>
324324
</div>
325325

326326
</div>
@@ -508,13 +508,13 @@ <h4 class="name">
508508
<div class="description">
509509
<p><a href="module-ol_source_Vector-VectorSource.html"><code>VectorSource</code></a> sources use a function of this type to
510510
load features.</p>
511-
<p>This function takes up to 5 arguments. These are an <a href="module-ol_extent.html#~Extent"><code>Extent</code></a> representing
512-
the area to be loaded, a <code>{number}</code> representing the resolution (map units per pixel), a
513-
<a href="module-ol_proj_Projection-Projection.html"><code>Projection</code></a> for the projection, an optional success callback that should get
514-
the loaded features passed as an argument and an optional failure callback with no arguments. If
515-
the callbacks are not used, the corresponding vector source will not fire <code>'featuresloadend'</code> and
516-
<code>'featuresloaderror'</code> events. <code>this</code> within the function is bound to the
517-
<a href="module-ol_source_Vector-VectorSource.html"><code>VectorSource</code></a> it's called from.</p>
511+
<p>This function takes 3 arguments: an <a href="module-ol_extent.html#~Extent"><code>Extent</code></a> representing
512+
the area to be loaded, a <code>{number}</code> representing the resolution (map units per pixel), and a
513+
<a href="module-ol_proj_Projection-Projection.html"><code>Projection</code></a> for the projection. The function is expeced to return
514+
a promise that resolves to an array of features.</p>
515+
<p>There are also a deprecated signature, with <code>void</code> as
516+
return, and two additional arguments: an optional success callback that should get
517+
the loaded features passed as an argument and an optional failure callback with no arguments.</p>
518518
<p>The function is responsible for loading the features and adding them to the
519519
source.</p>
520520
</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#L37">line 37</a>
586+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/featureloader.js#L38">line 38</a>
587587
</div>
588588

589589
</div>

dist/en/main/apidoc/module-ol_source_Cluster-Cluster.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ <h4 class="name">
652652

653653
<div class="tag-source">
654654
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
655-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L337">line 337</a>
655+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L328">line 328</a>
656656
</div>
657657

658658
</div>
@@ -787,7 +787,7 @@ <h4 class="name">
787787

788788
<div class="tag-source">
789789
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
790-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L435">line 435</a>
790+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L426">line 426</a>
791791
</div>
792792

793793
</div>
@@ -1267,7 +1267,7 @@ <h4 class="name">
12671267

12681268
<div class="tag-source">
12691269
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
1270-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L600">line 600</a>
1270+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L591">line 591</a>
12711271
</div>
12721272

12731273
</div>
@@ -1408,7 +1408,7 @@ <h4 class="name">
14081408

14091409
<div class="tag-source">
14101410
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
1411-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L657">line 657</a>
1411+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L648">line 648</a>
14121412
</div>
14131413

14141414
</div>
@@ -1578,7 +1578,7 @@ <h4 class="name">
15781578

15791579
<div class="tag-source">
15801580
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
1581-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L681">line 681</a>
1581+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L672">line 672</a>
15821582
</div>
15831583

15841584
</div>
@@ -2062,7 +2062,7 @@ <h4 class="name">
20622062

20632063
<div class="tag-source">
20642064
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
2065-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L795">line 795</a>
2065+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L786">line 786</a>
20662066
</div>
20672067

20682068
</div>
@@ -2319,7 +2319,7 @@ <h4 class="name">
23192319

23202320
<div class="tag-source">
23212321
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
2322-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L851">line 851</a>
2322+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L842">line 842</a>
23232323
</div>
23242324

23252325
</div>
@@ -2459,7 +2459,7 @@ <h4 class="name">
24592459

24602460
<div class="tag-source">
24612461
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
2462-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L867">line 867</a>
2462+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L858">line 858</a>
24632463
</div>
24642464

24652465
</div>
@@ -2604,7 +2604,7 @@ <h4 class="name">
26042604

26052605
<div class="tag-source">
26062606
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
2607-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L720">line 720</a>
2607+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L711">line 711</a>
26082608
</div>
26092609

26102610
</div>
@@ -2697,7 +2697,7 @@ <h4 class="name">
26972697

26982698
<div class="tag-source">
26992699
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
2700-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L739">line 739</a>
2700+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L730">line 730</a>
27012701
</div>
27022702

27032703
</div>
@@ -2834,7 +2834,7 @@ <h4 class="name">
28342834

28352835
<div class="tag-source">
28362836
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
2837-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L710">line 710</a>
2837+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L701">line 701</a>
28382838
</div>
28392839

28402840
</div>
@@ -2928,7 +2928,7 @@ <h4 class="name">
29282928

29292929
<div class="tag-source">
29302930
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
2931-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L762">line 762</a>
2931+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L753">line 753</a>
29322932
</div>
29332933

29342934
</div>
@@ -3095,7 +3095,7 @@ <h4 class="name">
30953095

30963096
<div class="tag-source">
30973097
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
3098-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L893">line 893</a>
3098+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L884">line 884</a>
30993099
</div>
31003100

31013101
</div>
@@ -3828,7 +3828,7 @@ <h4 class="name">
38283828

38293829
<div class="tag-source">
38303830
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
3831-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L910">line 910</a>
3831+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L901">line 901</a>
38323832
</div>
38333833

38343834
</div>
@@ -3920,7 +3920,7 @@ <h4 class="name">
39203920

39213921
<div class="tag-source">
39223922
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
3923-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L965">line 965</a>
3923+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L956">line 956</a>
39243924
</div>
39253925

39263926
</div>
@@ -4391,7 +4391,7 @@ <h4 class="name">
43914391

43924392
<div class="tag-source">
43934393
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
4394-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1095">line 1095</a>
4394+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1105">line 1105</a>
43954395
</div>
43964396

43974397
</div>
@@ -4521,7 +4521,7 @@ <h4 class="name">
45214521

45224522
<div class="tag-source">
45234523
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
4524-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1078">line 1078</a>
4524+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1088">line 1088</a>
45254525
</div>
45264526

45274527
</div>
@@ -4651,7 +4651,7 @@ <h4 class="name">
46514651

46524652
<div class="tag-source">
46534653
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
4654-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1059">line 1059</a>
4654+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1069">line 1069</a>
46554655
</div>
46564656

46574657
</div>
@@ -5216,7 +5216,7 @@ <h4 class="name">
52165216

52175217
<div class="tag-source">
52185218
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
5219-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1172">line 1172</a>
5219+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1182">line 1182</a>
52205220
</div>
52215221

52225222
</div>
@@ -5755,7 +5755,7 @@ <h4 class="name">
57555755

57565756
<div class="tag-source">
57575757
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js">source/Vector.js</a>,
5758-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1181">line 1181</a>
5758+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/Vector.js#L1191">line 1191</a>
57595759
</div>
57605760

57615761
</div>

0 commit comments

Comments
 (0)