Skip to content

Commit ce4ec7b

Browse files
committed
Website updates
1 parent 030db37 commit ce4ec7b

File tree

166 files changed

+4558
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+4558
-315
lines changed

dist/en/main/apidoc/module-ol_layer_Heatmap-Heatmap.html

Lines changed: 327 additions & 24 deletions
Large diffs are not rendered by default.

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

Lines changed: 142 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@
6363
</div>
6464
<div class="navigation-list-wrapper">
6565
<ul class="navigation-list search-empty">
66+
<li class="item item-module toggle-manual toggle-manual-show" data-longname="module:ol/layer/Heatmap" data-name="ol/layer/heatmap">
67+
<span class="title toggle">
68+
<span class="fa fa-plus me-2 mt-1"></span>
69+
<span><a href="module-ol_layer_Heatmap.html">ol​/layer​/Heatmap</a></span>
70+
</span>
71+
<div class="member-list" data-type="typedefs">
72+
<span class="subtitle">Typedefs</span>
73+
<ul>
74+
<li data-name="options"><a href="module-ol_layer_Heatmap.html#~Options">Options</a>
75+
<li data-name="weightexpression"><a href="module-ol_layer_Heatmap.html#~WeightExpression">WeightExpression</a>
76+
</ul>
77+
</div>
6678
<li class="loading">Loading …
6779
</ul>
6880
</div>
@@ -457,7 +469,7 @@ <h5 class="subsection-title">Properties:</h5>
457469
<td class="type">
458470

459471

460-
<span class="param-type">number</span>
472+
<span class="param-type"><a href="module-ol_style_flat.html#~NumberExpression">NumberExpression</a></span>
461473

462474

463475

@@ -467,7 +479,8 @@ <h5 class="subsection-title">Properties:</h5>
467479
</td>
468480

469481
<td class="description last">
470-
<p>Radius size in pixels.</p>
482+
<p>Radius size in pixels. Note that for LineStrings,
483+
the width of the line will be double the radius.</p>
471484

472485
</td>
473486
</tr>
@@ -482,7 +495,7 @@ <h5 class="subsection-title">Properties:</h5>
482495
<td class="type">
483496

484497

485-
<span class="param-type">number</span>
498+
<span class="param-type"><a href="module-ol_style_flat.html#~NumberExpression">NumberExpression</a></span>
486499

487500

488501

@@ -492,7 +505,8 @@ <h5 class="subsection-title">Properties:</h5>
492505
</td>
493506

494507
<td class="description last">
495-
<p>Blur size in pixels.</p>
508+
<p>Blur size in pixels. This is added to the <code>radius</code>
509+
parameter above to create the final size of the blur effect.</p>
496510

497511
</td>
498512
</tr>
@@ -507,10 +521,7 @@ <h5 class="subsection-title">Properties:</h5>
507521
<td class="type">
508522

509523

510-
<span class="param-type">string</span>
511-
|
512-
513-
<span class="param-type">function</span>
524+
<span class="param-type"><a href="module-ol_layer_Heatmap.html#~WeightExpression">WeightExpression</a></span>
514525

515526

516527

@@ -521,14 +532,60 @@ <h5 class="subsection-title">Properties:</h5>
521532

522533
<td class="description last">
523534
<p>The feature
524-
attribute to use for the weight or a function that returns a weight from a feature. Weight values
535+
attribute to use for the weight. This also supports expressions returning a number or a function that returns a weight from a feature. Weight values
525536
should range from 0 to 1 (and values outside will be clamped to that range).</p>
526537

527538
</td>
528539
</tr>
529540

530541

531542

543+
<tr>
544+
545+
<td class="name"><code>filter</code></td>
546+
547+
548+
<td class="type">
549+
550+
551+
<span class="param-type"><a href="module-ol_style_flat.html#~BooleanExpression">BooleanExpression</a></span>
552+
553+
| undefined
554+
555+
556+
</td>
557+
558+
<td class="description last">
559+
<p>Optional filter expression.</p>
560+
561+
</td>
562+
</tr>
563+
564+
565+
566+
<tr>
567+
568+
<td class="name"><code>variables</code></td>
569+
570+
571+
<td class="type">
572+
573+
574+
<span class="param-type">Object.&lt;string, (number|Array.&lt;number>|string|boolean)></span>
575+
576+
| undefined
577+
578+
579+
</td>
580+
581+
<td class="description last">
582+
<p>Variables used in expressions (optional)</p>
583+
584+
</td>
585+
</tr>
586+
587+
588+
532589
<tr>
533590

534591
<td class="name"><code>source</code></td>
@@ -602,6 +659,82 @@ <h5 class="subsection-title">Properties:</h5>
602659

603660

604661

662+
</dd>
663+
664+
665+
666+
<dt class="">
667+
668+
<div class="nameContainer">
669+
<div class="anchor" id="~WeightExpression">
670+
</div>
671+
<h4 class="name">
672+
WeightExpression<span class="signature">()</span>
673+
674+
675+
676+
</h4>
677+
678+
<div class="tag-source">
679+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Heatmap.js">layer/Heatmap.js</a>,
680+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/Heatmap.js#L18">line 18</a>
681+
</div>
682+
683+
</div>
684+
685+
686+
</dt>
687+
<dd class="">
688+
689+
690+
691+
692+
693+
694+
695+
696+
697+
698+
699+
700+
701+
702+
<dl class="details">
703+
704+
705+
706+
707+
708+
709+
710+
711+
712+
713+
714+
715+
716+
717+
718+
719+
720+
721+
722+
723+
724+
</dl>
725+
726+
727+
728+
729+
730+
731+
732+
733+
734+
735+
736+
737+
605738
</dd>
606739

607740
</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#L285">line 285</a>
201+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L284">line 284</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#L517">line 517</a>
1399+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L516">line 516</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#L506">line 506</a>
5872+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/layer/WebGLTile.js#L505">line 505</a>
58735873
</div>
58745874

58755875
</div>

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3710,6 +3710,7 @@
37103710
<li data-name="setblur"><a href="module-ol_layer_Heatmap-Heatmap.html#setBlur">setBlur</a>
37113711
<li data-name="setdeclutter"><a href="module-ol_layer_Heatmap-Heatmap.html#setDeclutter">setDeclutter</a>
37123712
<li data-name="setextent"><a href="module-ol_layer_Heatmap-Heatmap.html#setExtent">setExtent</a>
3713+
<li data-name="setfilter"><a href="module-ol_layer_Heatmap-Heatmap.html#setFilter">setFilter</a>
37133714
<li data-name="setgradient"><a href="module-ol_layer_Heatmap-Heatmap.html#setGradient">setGradient</a>
37143715
<li data-name="setmap"><a href="module-ol_layer_Heatmap-Heatmap.html#setMap">setMap</a>
37153716
<li data-name="setmaxresolution"><a href="module-ol_layer_Heatmap-Heatmap.html#setMaxResolution">setMaxResolution</a>
@@ -3722,6 +3723,7 @@
37223723
<li data-name="setsource"><a href="module-ol_layer_Heatmap-Heatmap.html#setSource">setSource</a>
37233724
<li data-name="setstyle"><a href="module-ol_layer_Heatmap-Heatmap.html#setStyle">setStyle</a>
37243725
<li data-name="setvisible"><a href="module-ol_layer_Heatmap-Heatmap.html#setVisible">setVisible</a>
3726+
<li data-name="setweight"><a href="module-ol_layer_Heatmap-Heatmap.html#setWeight">setWeight</a>
37253727
<li data-name="setzindex"><a href="module-ol_layer_Heatmap-Heatmap.html#setZIndex">setZIndex</a>
37263728
<li data-name="un"><a href="module-ol_layer_Heatmap-Heatmap.html#un">un</a>
37273729
<li data-name="unset"><a href="module-ol_layer_Heatmap-Heatmap.html#unset">unset</a>
@@ -3750,6 +3752,18 @@
37503752
<li data-name="sourceready">sourceready
37513753
</ul>
37523754
</div>
3755+
<li class="item item-module" data-longname="module:ol/layer/Heatmap" data-name="ol/layer/heatmap">
3756+
<span class="title toggle">
3757+
<span class="fa fa-plus me-2 mt-1"></span>
3758+
<span><a href="module-ol_layer_Heatmap.html">ol​/layer​/Heatmap</a></span>
3759+
</span>
3760+
<div class="member-list" data-type="typedefs">
3761+
<span class="subtitle">Typedefs</span>
3762+
<ul>
3763+
<li data-name="options"><a href="module-ol_layer_Heatmap.html#~Options">Options</a>
3764+
<li data-name="weightexpression"><a href="module-ol_layer_Heatmap.html#~WeightExpression">WeightExpression</a>
3765+
</ul>
3766+
</div>
37533767
<li class="item item-class" data-longname="module:ol/layer/Image~ImageLayer" data-name="ol/layer/image">
37543768
<span class="title toggle">
37553769
<span class="fa fa-chevron-right me-2 mt-1"></span>

dist/en/main/examples/animated-gif.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ <h4 id="title">Animated GIF</h4>
155155
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./topojson.html&quot;&gt;TopoJSON&lt;/a&gt;
156156
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./topolis.html&quot;&gt;topolis integration&lt;/a&gt;
157157
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./tracing.html&quot;&gt;Tracing around a polygon&lt;/a&gt;
158+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./heatmap-trajectories.html&quot;&gt;Trajectories Heatmap&lt;/a&gt;
158159
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./translate-features.html&quot;&gt;Translate Features&lt;/a&gt;
159160
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./turf.html&quot;&gt;turf.js&lt;/a&gt;
160161
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./layer-clipping-vector.html&quot;&gt;Vector Clipping Layer&lt;/a&gt;
@@ -172,7 +173,7 @@ <h4 id="title">Animated GIF</h4>
172173
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./wind-arrows.html&quot;&gt;Wind Arrows&lt;/a&gt;
173174
&lt;/ul&gt;"
174175
tabindex="0"
175-
>81</a>
176+
>82</a>
176177
</span>
177178
<span class="badge-group">
178179
<a

dist/en/main/examples/cluster.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ <h4 id="title">Clustered Features</h4>
153153
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./topojson.html&quot;&gt;TopoJSON&lt;/a&gt;
154154
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./topolis.html&quot;&gt;topolis integration&lt;/a&gt;
155155
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./tracing.html&quot;&gt;Tracing around a polygon&lt;/a&gt;
156+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./heatmap-trajectories.html&quot;&gt;Trajectories Heatmap&lt;/a&gt;
156157
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./translate-features.html&quot;&gt;Translate Features&lt;/a&gt;
157158
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./turf.html&quot;&gt;turf.js&lt;/a&gt;
158159
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./layer-clipping-vector.html&quot;&gt;Vector Clipping Layer&lt;/a&gt;
@@ -170,7 +171,7 @@ <h4 id="title">Clustered Features</h4>
170171
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./wind-arrows.html&quot;&gt;Wind Arrows&lt;/a&gt;
171172
&lt;/ul&gt;"
172173
tabindex="0"
173-
>81</a>
174+
>82</a>
174175
</span>
175176
</p>
176177
<div class="modal modal-tag-example" id="tag-example-list" tabindex="-1" role="dialog" aria-labelledby="tag-example-title" aria-hidden="true">

dist/en/main/examples/clusters-dynamic.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ <h4 id="title">Dynamic clusters</h4>
172172
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./topojson.html&quot;&gt;TopoJSON&lt;/a&gt;
173173
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./topolis.html&quot;&gt;topolis integration&lt;/a&gt;
174174
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./tracing.html&quot;&gt;Tracing around a polygon&lt;/a&gt;
175+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./heatmap-trajectories.html&quot;&gt;Trajectories Heatmap&lt;/a&gt;
175176
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./translate-features.html&quot;&gt;Translate Features&lt;/a&gt;
176177
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./turf.html&quot;&gt;turf.js&lt;/a&gt;
177178
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./layer-clipping-vector.html&quot;&gt;Vector Clipping Layer&lt;/a&gt;
@@ -189,7 +190,7 @@ <h4 id="title">Dynamic clusters</h4>
189190
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./wind-arrows.html&quot;&gt;Wind Arrows&lt;/a&gt;
190191
&lt;/ul&gt;"
191192
tabindex="0"
192-
>81</a>
193+
>82</a>
193194
</span>
194195
<span class="badge-group">
195196
<a

dist/en/main/examples/cog-stretch.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,15 @@ <h4 id="title">Band Contrast Stretch</h4>
111111
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./numpytile.html&quot;&gt;Rendering 16-bit NumpyTiles&lt;/a&gt;
112112
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-sea-level.html&quot;&gt;Sea Level (with WebGL)&lt;/a&gt;
113113
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-shaded-relief.html&quot;&gt;Shaded Relief (with WebGL)&lt;/a&gt;
114+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./heatmap-trajectories.html&quot;&gt;Trajectories Heatmap&lt;/a&gt;
114115
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-points-layer.html&quot;&gt;WebGL points layer&lt;/a&gt;
115116
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-tile-style.html&quot;&gt;WebGL Tile Layer Styles&lt;/a&gt;
116117
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-tiles.html&quot;&gt;WebGL Tiles&lt;/a&gt;
117118
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-vector-layer.html&quot;&gt;WebGL Vector Layer&lt;/a&gt;
118119
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-vector-tiles.html&quot;&gt;WebGL Vector Tiles Layer&lt;/a&gt;
119120
&lt;/ul&gt;"
120121
tabindex="0"
121-
>17</a>
122+
>18</a>
122123
</span>
123124
<span class="badge-group">
124125
<a

dist/en/main/examples/cog-style.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,15 @@ <h4 id="title">Change Tile Layer Style</h4>
110110
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./numpytile.html&quot;&gt;Rendering 16-bit NumpyTiles&lt;/a&gt;
111111
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-sea-level.html&quot;&gt;Sea Level (with WebGL)&lt;/a&gt;
112112
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-shaded-relief.html&quot;&gt;Shaded Relief (with WebGL)&lt;/a&gt;
113+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./heatmap-trajectories.html&quot;&gt;Trajectories Heatmap&lt;/a&gt;
113114
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-points-layer.html&quot;&gt;WebGL points layer&lt;/a&gt;
114115
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-tile-style.html&quot;&gt;WebGL Tile Layer Styles&lt;/a&gt;
115116
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-tiles.html&quot;&gt;WebGL Tiles&lt;/a&gt;
116117
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-vector-layer.html&quot;&gt;WebGL Vector Layer&lt;/a&gt;
117118
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./webgl-vector-tiles.html&quot;&gt;WebGL Vector Tiles Layer&lt;/a&gt;
118119
&lt;/ul&gt;"
119120
tabindex="0"
120-
>17</a>
121+
>18</a>
121122
</span>
122123
<span class="badge-group">
123124
<a

dist/en/main/examples/common.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)