Skip to content

Commit 85d8f3d

Browse files
committed
Website updates
1 parent 5f3215b commit 85d8f3d

35 files changed

Lines changed: 267 additions & 234 deletions

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

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
<li data-name="literalvalue"><a href="module-ol_expr_expression.html#~LiteralValue">LiteralValue</a>
7979
<li data-name="parser"><a href="module-ol_expr_expression.html#~Parser">Parser</a>
8080
<li data-name="parsingcontext"><a href="module-ol_expr_expression.html#~ParsingContext">ParsingContext</a>
81+
<li data-name="valuetype"><a href="module-ol_expr_expression.html#~ValueType">ValueType</a>
8182
</ul>
8283
</div>
8384
<li class="loading">Loading …
@@ -187,7 +188,7 @@ <h4 class="name">
187188

188189
<div class="tag-source">
189190
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/expr/expression.js">expr/expression.js</a>,
190-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/expr/expression.js#L605">line 605</a>
191+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/expr/expression.js#L609">line 609</a>
191192
</div>
192193

193194
</div>
@@ -597,7 +598,7 @@ <h4 class="name">
597598

598599
<div class="tag-source">
599600
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/expr/expression.js">expr/expression.js</a>,
600-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/expr/expression.js#L432">line 432</a>
601+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/expr/expression.js#L436">line 436</a>
601602
</div>
602603

603604
</div>
@@ -710,15 +711,15 @@ <h5 class="subsection-title">Properties:</h5>
710711
<td class="type">
711712

712713

713-
<span class="param-type">Set.&lt;string></span>
714+
<span class="param-type">Map&lt;ValueType></span>
714715

715716

716717

717718

718719
</td>
719720

720721
<td class="description last">
721-
<p>Variables referenced with the 'var' operator.</p>
722+
<p>Variables referenced with the 'var' operator; key is name, value is type.</p>
722723

723724
</td>
724725
</tr>
@@ -733,15 +734,15 @@ <h5 class="subsection-title">Properties:</h5>
733734
<td class="type">
734735

735736

736-
<span class="param-type">Set.&lt;string></span>
737+
<span class="param-type">Map&lt;ValueType></span>
737738

738739

739740

740741

741742
</td>
742743

743744
<td class="description last">
744-
<p>Properties referenced with the 'get' operator.</p>
745+
<p>Properties referenced with the 'get' operator; key is name, value is type.</p>
745746

746747
</td>
747748
</tr>
@@ -861,6 +862,52 @@ <h5 class="subsection-title">Properties:</h5>
861862

862863

863864

865+
866+
867+
</dl>
868+
869+
870+
871+
</dd>
872+
873+
874+
875+
<dt class="">
876+
<div class="nameContainer">
877+
<div class="anchor" id="~ValueType">
878+
</div>
879+
<h4 class="name">
880+
ValueType<span class="type-signature type number">{number}</span>
881+
882+
883+
</h4>
884+
</div>
885+
886+
</dt>
887+
<dd class="">
888+
889+
890+
891+
<dl class="details">
892+
893+
894+
895+
896+
897+
898+
899+
900+
901+
902+
903+
904+
905+
906+
907+
908+
909+
910+
864911

865912

866913
</dl>

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#L302">line 302</a>
201+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L301">line 301</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#L552">line 552</a>
1399+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L551">line 551</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#L541">line 541</a>
5872+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L540">line 540</a>
58735873
</div>
58745874

58755875
</div>

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

Lines changed: 1 addition & 1 deletion
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#L1189">line 1189</a>
1838+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/source/GeoTIFF.js#L1192">line 1192</a>
18391839
</div>
18401840

18411841
</div>

dist/en/main/apidoc/navigation.tmpl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@
698698
<li data-name="literalvalue"><a href="module-ol_expr_expression.html#~LiteralValue">LiteralValue</a>
699699
<li data-name="parser"><a href="module-ol_expr_expression.html#~Parser">Parser</a>
700700
<li data-name="parsingcontext"><a href="module-ol_expr_expression.html#~ParsingContext">ParsingContext</a>
701+
<li data-name="valuetype"><a href="module-ol_expr_expression.html#~ValueType">ValueType</a>
701702
</ul>
702703
</div>
703704
<li class="item item-module" data-longname="module:ol/extent" data-name="ol/extent">

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

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/examples/tiled-layer-rendering-in-offscreen-canvas.worker.worker.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/tiled-layer-rendering-in-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.

0 commit comments

Comments
 (0)