Skip to content

Commit 47644fc

Browse files
committed
Website updates
1 parent 0d33ff4 commit 47644fc

34 files changed

+484
-50
lines changed

dist/en/main/apidoc/module-ol_renderer_canvas_VectorLayer-CanvasVectorLayerRenderer.html

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

146146
<div class="tag-source">
147147
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/renderer/canvas/VectorLayer.js">renderer/canvas/VectorLayer.js</a>,
148-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/renderer/canvas/VectorLayer.js#L50">line 50</a>
148+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/renderer/canvas/VectorLayer.js#L51">line 51</a>
149149
</div>
150150

151151
</div>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ <h5>Returns:</h5>
23092309
<div class="anchor" id="getExtent">
23102310
</div>
23112311
<h4 class="name">
2312-
getExtent<span class="signature">(<span class="optional">extent</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{<a href="module-ol_extent.html#~Extent">Extent</a>}</span>
2312+
getExtent<span class="signature">(<span class="optional">extent</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{<a href="module-ol_extent.html#~Extent">Extent</a> | null}</span>
23132313

23142314
<span class="inherited"><a href="module-ol_source_Vector-VectorSource.html#getExtent">inherited</a></span>
23152315

@@ -2333,7 +2333,7 @@ <h4 class="name">
23332333

23342334
<div class="description">
23352335
<p>Get the extent of the features currently in the source.</p>
2336-
<p>This method is not available when the source is configured with
2336+
<p>This will return <code>null</code> when the source is configured with
23372337
<code>useSpatialIndex</code> set to <code>false</code>.</p>
23382338
</div>
23392339

dist/en/main/apidoc/module-ol_source_Vector-VectorSource.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@ <h5>Returns:</h5>
23072307
<div class="anchor" id="getExtent">
23082308
</div>
23092309
<h4 class="name">
2310-
getExtent<span class="signature">(<span class="optional">extent</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{<a href="module-ol_extent.html#~Extent">Extent</a>}</span>
2310+
getExtent<span class="signature">(<span class="optional">extent</span>)</span><span class="fa fa-arrow-circle-right"></span><span class="type-signature returnType">{<a href="module-ol_extent.html#~Extent">Extent</a> | null}</span>
23112311

23122312

23132313

@@ -2329,7 +2329,7 @@ <h4 class="name">
23292329

23302330
<div class="description">
23312331
<p>Get the extent of the features currently in the source.</p>
2332-
<p>This method is not available when the source is configured with
2332+
<p>This will return <code>null</code> when the source is configured with
23332333
<code>useSpatialIndex</code> set to <code>false</code>.</p>
23342334
</div>
23352335

dist/en/main/examples/box-selection.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,11 @@ <h4 id="title">Box Selection</h4>
128128
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action active&quot; href=&quot;./box-selection.html&quot;&gt;Box Selection&lt;/a&gt;
129129
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./extent-interaction.html&quot;&gt;Extent Interaction&lt;/a&gt;
130130
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./extent-interaction-modify.html&quot;&gt;Modify an extent&lt;/a&gt;
131+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./polygon-wrapping.html&quot;&gt;Polygon map wrapping&lt;/a&gt;
131132
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./rectangle.html&quot;&gt;Rectangle&lt;/a&gt;
132133
&lt;/ul&gt;"
133134
tabindex="0"
134-
>4</a>
135+
>5</a>
135136
</span>
136137
</p>
137138
<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/cartodb.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@ <h4 id="title">CartoDB source example</h4>
7474
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action active&quot; href=&quot;./cartodb.html&quot;&gt;CartoDB source example&lt;/a&gt;
7575
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./mapbox-vector-tiles.html&quot;&gt;Mapbox Vector Tiles&lt;/a&gt;
7676
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./mapbox-layer.html&quot;&gt;Mapbox-gl Layer&lt;/a&gt;
77+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./polygon-wrapping.html&quot;&gt;Polygon map wrapping&lt;/a&gt;
7778
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./rectangle.html&quot;&gt;Rectangle&lt;/a&gt;
7879
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./simple.html&quot;&gt;Simple Map&lt;/a&gt;
7980
&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;
8081
&lt;/ul&gt;"
8182
tabindex="0"
82-
>6</a>
83+
>7</a>
8384
</span>
8485
<span class="badge-group">
8586
<a

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/earthquake-clusters.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,12 @@ <h4 id="title">Earthquake Clusters</h4>
230230
data-title="geometry"
231231
data-content="&lt;ul class=&quot;list-group&quot;&gt;
232232
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action active&quot; href=&quot;./earthquake-clusters.html&quot;&gt;Earthquake Clusters&lt;/a&gt;
233+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./polygon-wrapping.html&quot;&gt;Polygon map wrapping&lt;/a&gt;
233234
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./rectangle.html&quot;&gt;Rectangle&lt;/a&gt;
234235
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./render-geometry.html&quot;&gt;Render geometries to a canvas&lt;/a&gt;
235236
&lt;/ul&gt;"
236237
tabindex="0"
237-
>3</a>
238+
>4</a>
238239
</span>
239240
<span class="badge-group">
240241
<a

dist/en/main/examples/examples-info.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/extent-interaction-modify.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ <h4 id="title">Modify an extent</h4>
111111
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./box-selection.html&quot;&gt;Box Selection&lt;/a&gt;
112112
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./extent-interaction.html&quot;&gt;Extent Interaction&lt;/a&gt;
113113
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action active&quot; href=&quot;./extent-interaction-modify.html&quot;&gt;Modify an extent&lt;/a&gt;
114+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./polygon-wrapping.html&quot;&gt;Polygon map wrapping&lt;/a&gt;
114115
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./rectangle.html&quot;&gt;Rectangle&lt;/a&gt;
115116
&lt;/ul&gt;"
116117
tabindex="0"
117-
>4</a>
118+
>5</a>
118119
</span>
119120
<span class="badge-group">
120121
<a
@@ -127,11 +128,12 @@ <h4 id="title">Modify an extent</h4>
127128
data-content="&lt;ul class=&quot;list-group&quot;&gt;
128129
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action active&quot; href=&quot;./extent-interaction-modify.html&quot;&gt;Modify an extent&lt;/a&gt;
129130
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./vector-osm.html&quot;&gt;OSM XML&lt;/a&gt;
131+
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./polygon-wrapping.html&quot;&gt;Polygon map wrapping&lt;/a&gt;
130132
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./rectangle.html&quot;&gt;Rectangle&lt;/a&gt;
131133
&lt;li&gt;&lt;a class=&quot;list-group-item list-group-item-action&quot; href=&quot;./vector-wfs.html&quot;&gt;WFS&lt;/a&gt;
132134
&lt;/ul&gt;"
133135
tabindex="0"
134-
>4</a>
136+
>5</a>
135137
</span>
136138
<span class="badge-group">
137139
<a

0 commit comments

Comments
 (0)