Skip to content

Commit 4c24b1e

Browse files
committed
Update api docs
1 parent 8ea1a45 commit 4c24b1e

39 files changed

+366
-293
lines changed

docs/annotations__AnnotationManager.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
217217
<br class="clear">
218218

219219
<footer>
220-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:38 GMT-0400 (Eastern Daylight Time)
220+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
221221
</footer>
222222

223223
<script> prettyPrint(); </script>

docs/annotations_markers_arrow.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
211211
<br class="clear">
212212

213213
<footer>
214-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:38 GMT-0400 (Eastern Daylight Time)
214+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
215215
</footer>
216216

217217
<script> prettyPrint(); </script>

docs/annotations_markups__MarkupManager.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
464464
<br class="clear">
465465

466466
<footer>
467-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:38 GMT-0400 (Eastern Daylight Time)
467+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
468468
</footer>
469469

470470
<script> prettyPrint(); </script>

docs/annotations_markups_measurement.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ <h1 class="page-title">Source: annotations/markups/measurement.js</h1>
4141
* @return {string} The formatted measure of this feature
4242
*/
4343
export const format = (feature, units, pyramid) => {
44-
const length = getFeatureScoord3dLength(feature, pyramid)
4544
const area = getFeatureScoord3dArea(feature, pyramid)
46-
const value = length || area
45+
const length = getFeatureScoord3dLength(feature, pyramid)
46+
const value = length || area || 0
4747
return length
4848
? `${value.toFixed(2)} ${units}`
4949
: `${value.toFixed(2)} ${units}²`
@@ -117,7 +117,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
117117
<br class="clear">
118118

119119
<footer>
120-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:38 GMT-0400 (Eastern Daylight Time)
120+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
121121
</footer>
122122

123123
<script> prettyPrint(); </script>

docs/annotations_markups_textEvaluation.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
175175
<br class="clear">
176176

177177
<footer>
178-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:38 GMT-0400 (Eastern Daylight Time)
178+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
179179
</footer>
180180

181181
<script> prettyPrint(); </script>

docs/annotations_markups_utils_getShortestLineBetweenOverlayAndFeature.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
8787
<br class="clear">
8888

8989
<footer>
90-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:38 GMT-0400 (Eastern Daylight Time)
90+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
9191
</footer>
9292

9393
<script> prettyPrint(); </script>

docs/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
125125
<br class="clear">
126126

127127
<footer>
128-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:39 GMT-0400 (Eastern Daylight Time)
128+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
129129
</footer>
130130

131131
<script> prettyPrint(); </script>

docs/channel.BlendingInformation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h4 class="name" id="BlendingInformation"><span class="type-signature"></span>ne
9494

9595
<dt class="tag-source">Source:</dt>
9696
<dd class="tag-source"><ul class="dummy"><li>
97-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line34">line 34</a>
97+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line33">line 33</a>
9898
</li></ul></dd>
9999

100100

@@ -162,7 +162,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
162162
<br class="clear">
163163

164164
<footer>
165-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:39 GMT-0400 (Eastern Daylight Time)
165+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
166166
</footer>
167167

168168
<script> prettyPrint(); </script>

docs/channel._Channel.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h6>Properties</h6>
313313

314314
<dt class="tag-source">Source:</dt>
315315
<dd class="tag-source"><ul class="dummy"><li>
316-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line72">line 72</a>
316+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line71">line 71</a>
317317
</li></ul></dd>
318318

319319

@@ -470,7 +470,7 @@ <h5>Parameters:</h5>
470470

471471
<dt class="tag-source">Source:</dt>
472472
<dd class="tag-source"><ul class="dummy"><li>
473-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line454">line 454</a>
473+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line484">line 484</a>
474474
</li></ul></dd>
475475

476476

@@ -629,7 +629,7 @@ <h5>Parameters:</h5>
629629

630630
<dt class="tag-source">Source:</dt>
631631
<dd class="tag-source"><ul class="dummy"><li>
632-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line629">line 629</a>
632+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line651">line 651</a>
633633
</li></ul></dd>
634634

635635

@@ -717,7 +717,7 @@ <h4 class="name" id="getBlendingInformation"><span class="type-signature"></span
717717

718718
<dt class="tag-source">Source:</dt>
719719
<dd class="tag-source"><ul class="dummy"><li>
720-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line636">line 636</a>
720+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line660">line 660</a>
721721
</li></ul></dd>
722722

723723

@@ -1156,7 +1156,7 @@ <h5>Parameters:</h5>
11561156

11571157
<dt class="tag-source">Source:</dt>
11581158
<dd class="tag-source"><ul class="dummy"><li>
1159-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line100">line 100</a>
1159+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line99">line 99</a>
11601160
</li></ul></dd>
11611161

11621162

@@ -1480,7 +1480,7 @@ <h6>Properties</h6>
14801480

14811481
<dt class="tag-source">Source:</dt>
14821482
<dd class="tag-source"><ul class="dummy"><li>
1483-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line652">line 652</a>
1483+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line676">line 676</a>
14841484
</li></ul></dd>
14851485

14861486

@@ -1686,7 +1686,7 @@ <h5>Parameters:</h5>
16861686

16871687
<dt class="tag-source">Source:</dt>
16881688
<dd class="tag-source"><ul class="dummy"><li>
1689-
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line703">line 703</a>
1689+
<a href="channel.js.html">channel.js</a>, <a href="channel.js.html#line727">line 727</a>
16901690
</li></ul></dd>
16911691

16921692

@@ -1760,7 +1760,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="api.ht
17601760
<br class="clear">
17611761

17621762
<footer>
1763-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Thu Aug 05 2021 16:24:39 GMT-0400 (Eastern Daylight Time)
1763+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a> on Mon Aug 09 2021 23:18:31 GMT-0400 (Eastern Daylight Time)
17641764
</footer>
17651765

17661766
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)