Skip to content

Commit be39609

Browse files
committed
Website updates
1 parent c79cc44 commit be39609

15 files changed

+153
-12
lines changed

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

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

164164
<div class="tag-source">
165165
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
166-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L74">line 74</a>
166+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L77">line 77</a>
167167
</div>
168168

169169
</div>
@@ -653,6 +653,37 @@ <h4 class="name">
653653
</tr>
654654

655655

656+
657+
<tr class="">
658+
659+
<td class="name"><code>zDirection</code></td>
660+
661+
662+
663+
<td class="type">
664+
665+
666+
<span class="param-type">number</span>
667+
|
668+
669+
<span class="param-type"><a href="module-ol_array.html#~NearestDirectionFunction">NearestDirectionFunction</a></span>
670+
671+
672+
673+
(defaults to 0)
674+
675+
676+
</td>
677+
678+
679+
680+
<td class="description last">
681+
682+
<p>Choose whether to use tiles with a higher or lower zoom level when between integer
683+
zoom levels. See <a href="module-ol_tilegrid_TileGrid-TileGrid.html#getZForResolution"><code>getZForResolution</code></a>.</p></td>
684+
</tr>
685+
686+
656687
</tbody>
657688
</table>
658689

@@ -2810,7 +2841,7 @@ <h4 class="name">
28102841

28112842
<div class="tag-source">
28122843
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
2813-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L386">line 386</a>
2844+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L390">line 390</a>
28142845
</div>
28152846

28162847
</div>

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,35 @@ <h5 class="subsection-title">Properties:</h5>
902902
</tr>
903903

904904

905+
906+
<tr>
907+
908+
<td class="name"><code>zDirection</code></td>
909+
910+
911+
<td class="type">
912+
913+
914+
<span class="param-type">number</span>
915+
|
916+
917+
<span class="param-type"><a href="module-ol_array.html#~NearestDirectionFunction">NearestDirectionFunction</a></span>
918+
919+
920+
921+
<br>(defaults to 0)
922+
923+
924+
</td>
925+
926+
<td class="description last">
927+
<p>Choose whether to use tiles with a higher or lower zoom level when between integer
928+
zoom levels. See <a href="module-ol_tilegrid_TileGrid-TileGrid.html#getZForResolution"><code>getZForResolution</code></a>.</p>
929+
930+
</td>
931+
</tr>
932+
933+
905934
</tbody>
906935
</table></dl>
907936

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

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

26852685
<div class="tag-source">
26862686
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
2687-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L386">line 386</a>
2687+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L390">line 390</a>
26882688
</div>
26892689

26902690
</div>

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

Lines changed: 34 additions & 3 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/ImageTile.js">source/ImageTile.js</a>,
167-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageTile.js#L143">line 143</a>
167+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageTile.js#L146">line 146</a>
168168
</div>
169169

170170
</div>
@@ -628,6 +628,37 @@ <h4 class="name">
628628
</tr>
629629

630630

631+
632+
<tr class="">
633+
634+
<td class="name"><code>zDirection</code></td>
635+
636+
637+
638+
<td class="type">
639+
640+
641+
<span class="param-type">number</span>
642+
|
643+
644+
<span class="param-type"><a href="module-ol_array.html#~NearestDirectionFunction">NearestDirectionFunction</a></span>
645+
646+
647+
648+
(defaults to 0)
649+
650+
651+
</td>
652+
653+
654+
655+
<td class="description last">
656+
657+
<p>Choose whether to use tiles with a higher or lower zoom level when between integer
658+
zoom levels. See <a href="module-ol_tilegrid_TileGrid-TileGrid.html#getZForResolution"><code>getZForResolution</code></a>.</p></td>
659+
</tr>
660+
661+
631662
</tbody>
632663
</table>
633664

@@ -2776,7 +2807,7 @@ <h4 class="name">
27762807

27772808
<div class="tag-source">
27782809
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js">source/DataTile.js</a>,
2779-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L386">line 386</a>
2810+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/DataTile.js#L390">line 390</a>
27802811
</div>
27812812

27822813
</div>
@@ -2931,7 +2962,7 @@ <h4 class="name">
29312962

29322963
<div class="tag-source">
29332964
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageTile.js">source/ImageTile.js</a>,
2934-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageTile.js#L196">line 196</a>
2965+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/ImageTile.js#L200">line 200</a>
29352966
</div>
29362967

29372968
</div>

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,35 @@ <h5 class="subsection-title">Properties:</h5>
692692
</tr>
693693

694694

695+
696+
<tr>
697+
698+
<td class="name"><code>zDirection</code></td>
699+
700+
701+
<td class="type">
702+
703+
704+
<span class="param-type">number</span>
705+
|
706+
707+
<span class="param-type"><a href="module-ol_array.html#~NearestDirectionFunction">NearestDirectionFunction</a></span>
708+
709+
710+
711+
<br>(defaults to 0)
712+
713+
714+
</td>
715+
716+
<td class="description last">
717+
<p>Choose whether to use tiles with a higher or lower zoom level when between integer
718+
zoom levels. See <a href="module-ol_tilegrid_TileGrid-TileGrid.html#getZForResolution"><code>getZForResolution</code></a>.</p>
719+
720+
</td>
721+
</tr>
722+
723+
695724
</tbody>
696725
</table></dl>
697726

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/DataTile.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ export type Options = {
9595
* Key for use in caching tiles.
9696
*/
9797
key?: string | undefined;
98+
/**
99+
* Choose whether to use tiles with a higher or lower zoom level when between integer
100+
* zoom levels. See {@link module :ol/tilegrid/TileGrid~TileGrid#getZForResolution}.
101+
*/
102+
zDirection?: number | import("../array.js").NearestDirectionFunction | undefined;
98103
};
99104
/**
100105
* @typedef {'anonymous'|'use-credentials'} CrossOriginAttribute
@@ -136,6 +141,9 @@ export type Options = {
136141
* the nearest neighbor is used when resampling.
137142
* @property {CrossOriginAttribute} [crossOrigin='anonymous'] The crossOrigin property to pass to loaders for image data.
138143
* @property {string} [key] Key for use in caching tiles.
144+
* @property {number|import("../array.js").NearestDirectionFunction} [zDirection=0]
145+
* Choose whether to use tiles with a higher or lower zoom level when between integer
146+
* zoom levels. See {@link module:ol/tilegrid/TileGrid~TileGrid#getZForResolution}.
139147
*/
140148
/**
141149
* @classdesc

0 commit comments

Comments
 (0)