Skip to content

Commit 9d3ec33

Browse files
committed
Website updates
1 parent b927915 commit 9d3ec33

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h4 class="name">
196196

197197
<div class="tag-source">
198198
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js">format/Polyline.js</a>,
199-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L193">line 193</a>
199+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L195">line 195</a>
200200
</div>
201201

202202
</div>
@@ -330,6 +330,8 @@ <h4 class="name">
330330

331331

332332

333+
<dt class="important tag-deprecated">Deprecated</dt><dd class="yes-def tag-deprecated"><ul class="dummy"><li>Yes</li></ul></dd>
334+
333335

334336

335337

@@ -386,7 +388,7 @@ <h4 class="name">
386388

387389
<div class="tag-source">
388390
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js">format/Polyline.js</a>,
389-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L242">line 242</a>
391+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L244">line 244</a>
390392
</div>
391393

392394
</div>
@@ -552,7 +554,7 @@ <h4 class="name">
552554

553555
<div class="tag-source">
554556
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js">format/Polyline.js</a>,
555-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L163">line 163</a>
557+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L164">line 164</a>
556558
</div>
557559

558560
</div>
@@ -687,6 +689,8 @@ <h4 class="name">
687689

688690

689691

692+
<dt class="important tag-deprecated">Deprecated</dt><dd class="yes-def tag-deprecated"><ul class="dummy"><li>Yes</li></ul></dd>
693+
690694

691695

692696

@@ -743,7 +747,7 @@ <h4 class="name">
743747

744748
<div class="tag-source">
745749
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js">format/Polyline.js</a>,
746-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L223">line 223</a>
750+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/format/Polyline.js#L225">line 225</a>
747751
</div>
748752

749753
</div>

dist/en/main/examples/feature-move-animation.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.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/format/Polyline.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Default is `1e5`.
1111
* @return {string} The encoded string.
1212
* @api
13+
* @deprecated
1314
*/
1415
export function encodeDeltas(numbers: Array<number>, stride: number, factor?: number): string;
1516
/**
@@ -22,6 +23,7 @@ export function encodeDeltas(numbers: Array<number>, stride: number, factor?: nu
2223
* be divided. Default is `1e5`.
2324
* @return {Array<number>} A list of n-dimensional points.
2425
* @api
26+
* @deprecated
2527
*/
2628
export function decodeDeltas(encoded: string, stride: number, factor?: number): Array<number>;
2729
/**

dist/en/main/ol/format/Polyline.d.ts.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/format/Polyline.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ class Polyline extends TextFeature {
159159
* Default is `1e5`.
160160
* @return {string} The encoded string.
161161
* @api
162+
* @deprecated
162163
*/
163164
export function encodeDeltas(numbers, stride, factor) {
164165
factor = factor ? factor : 1e5;
@@ -189,6 +190,7 @@ export function encodeDeltas(numbers, stride, factor) {
189190
* be divided. Default is `1e5`.
190191
* @return {Array<number>} A list of n-dimensional points.
191192
* @api
193+
* @deprecated
192194
*/
193195
export function decodeDeltas(encoded, stride, factor) {
194196
factor = factor ? factor : 1e5;

0 commit comments

Comments
 (0)