Skip to content

Commit c2a98a6

Browse files
committed
Website updates
1 parent c34a41b commit c2a98a6

27 files changed

Lines changed: 343 additions & 88 deletions

dist/en/main/apidoc/module-ol_layer_WebGLTile-WebGLTileLayer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h4 class="name">
198198

199199
<div class="tag-source">
200200
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js">layer/WebGLTile.js</a>,
201-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L303">line 303</a>
201+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L304">line 304</a>
202202
</div>
203203

204204
</div>
@@ -1396,7 +1396,7 @@ <h4 class="name">
13961396

13971397
<div class="tag-source">
13981398
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js">layer/WebGLTile.js</a>,
1399-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L553">line 553</a>
1399+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L635">line 635</a>
14001400
</div>
14011401

14021402
</div>
@@ -5869,7 +5869,7 @@ <h4 class="name">
58695869

58705870
<div class="tag-source">
58715871
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js">layer/WebGLTile.js</a>,
5872-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L542">line 542</a>
5872+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L624">line 624</a>
58735873
</div>
58745874

58755875
</div>

dist/en/main/apidoc/module-ol_source_DataTile-DataTileSource.html

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h4 class="name">
164164

165165
<div class="tag-source">
166166
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
167-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L83">line 83</a>
167+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L87">line 87</a>
168168
</div>
169169

170170
</div>
@@ -575,6 +575,34 @@ <h4 class="name">
575575

576576

577577

578+
<tr class="">
579+
580+
<td class="name"><code>hasAlpha</code></td>
581+
582+
583+
584+
<td class="type">
585+
586+
587+
<span class="param-type">boolean</span>
588+
589+
| undefined
590+
591+
592+
</td>
593+
594+
595+
596+
<td class="description last">
597+
598+
<p>Whether the data includes an alpha band. Used when
599+
reprojecting to decide whether a coverage alpha band needs to be appended so areas
600+
outside the source footprint render transparent. Defaults to <code>true</code> for 2 (luminance
601+
alpha) or 4 (RGBA) bands and <code>false</code> otherwise.</p></td>
602+
</tr>
603+
604+
605+
578606
<tr class="">
579607

580608
<td class="name"><code>interpolate</code></td>
@@ -2954,7 +2982,7 @@ <h4 class="name">
29542982

29552983
<div class="tag-source">
29562984
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
2957-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L468">line 468</a>
2985+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L484">line 484</a>
29582986
</div>
29592987

29602988
</div>

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,32 @@ <h5 class="subsection-title">Properties:</h5>
852852

853853

854854

855+
<tr>
856+
857+
<td class="name"><code>hasAlpha</code></td>
858+
859+
860+
<td class="type">
861+
862+
863+
<span class="param-type">boolean</span>
864+
865+
| undefined
866+
867+
868+
</td>
869+
870+
<td class="description last">
871+
<p>Whether the data includes an alpha band. Used when
872+
reprojecting to decide whether a coverage alpha band needs to be appended so areas
873+
outside the source footprint render transparent. Defaults to <code>true</code> for 2 (luminance
874+
alpha) or 4 (RGBA) bands and <code>false</code> otherwise.</p>
875+
876+
</td>
877+
</tr>
878+
879+
880+
855881
<tr>
856882

857883
<td class="name"><code>interpolate</code></td>

dist/en/main/apidoc/module-ol_source_GeoTIFF-GeoTIFFSource.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ <h4 class="name">
18351835

18361836
<div class="tag-source">
18371837
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js">source/GeoTIFF.js</a>,
1838-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js#L1193">line 1193</a>
1838+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js#L1188">line 1188</a>
18391839
</div>
18401840

18411841
</div>
@@ -2821,7 +2821,7 @@ <h4 class="name">
28212821

28222822
<div class="tag-source">
28232823
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
2824-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L468">line 468</a>
2824+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L484">line 484</a>
28252825
</div>
28262826

28272827
</div>

dist/en/main/apidoc/module-ol_source_ImageTile-ImageTileSource.html

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

29242924
<div class="tag-source">
29252925
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
2926-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L468">line 468</a>
2926+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L484">line 484</a>
29272927
</div>
29282928

29292929
</div>

dist/en/main/apidoc/module-ol_source_SentinelHub-SentinelHub.html

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

36013601
<div class="tag-source">
36023602
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
3603-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L468">line 468</a>
3603+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L484">line 484</a>
36043604
</div>
36053605

36063606
</div>

dist/en/main/apidoc/module-ol_source_TileDebug-TileDebug.html

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

26282628
<div class="tag-source">
26292629
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
2630-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L468">line 468</a>
2630+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L484">line 484</a>
26312631
</div>
26322632

26332633
</div>

dist/en/main/examples/874.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/874.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/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.

0 commit comments

Comments
 (0)