@mapcomponents/react-maplibre 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/storybook.yml +6 -3
- package/coverage/clover.xml +2 -2
- package/coverage/lcov-report/block-navigation.js +8 -0
- package/coverage/lcov-report/components/MapLibreMap/MapLibreMap.js.html +8 -2
- package/coverage/lcov-report/components/MapLibreMap/index.html +8 -2
- package/coverage/lcov-report/components/MlCreatePdfButton/MlCreatePdfButton.js.html +8 -2
- package/coverage/lcov-report/components/MlCreatePdfButton/index.html +8 -2
- package/coverage/lcov-report/components/MlFeatureEditor/MlFeatureEditor.js.html +8 -2
- package/coverage/lcov-report/components/MlFeatureEditor/index.html +8 -2
- package/coverage/lcov-report/components/MlFillExtrusionLayer/MlFillExtrusionLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlFillExtrusionLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlFollowGps/MlFollowGps.js.html +8 -2
- package/coverage/lcov-report/components/MlFollowGps/index.html +8 -2
- package/coverage/lcov-report/components/MlGPXViewer/MlGPXViewer.js.html +8 -2
- package/coverage/lcov-report/components/MlGPXViewer/gpxConverter.js.html +8 -2
- package/coverage/lcov-report/components/MlGPXViewer/index.html +8 -2
- package/coverage/lcov-report/components/MlGeoJsonLayer/MlGeoJsonLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlGeoJsonLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlImageMarkerLayer/MlImageMarkerLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlImageMarkerLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlLayer/MlLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlLayerMagnify/MlLayerMagnify.js.html +8 -2
- package/coverage/lcov-report/components/MlLayerMagnify/index.html +8 -2
- package/coverage/lcov-report/components/MlLayerSwipe/MlLayerSwipe.js.html +8 -2
- package/coverage/lcov-report/components/MlLayerSwipe/index.html +8 -2
- package/coverage/lcov-report/components/MlMarker/MlMarker.js.html +8 -2
- package/coverage/lcov-report/components/MlMarker/index.html +8 -2
- package/coverage/lcov-report/components/MlNavigationCompass/MlNavigationCompass.js.html +8 -2
- package/coverage/lcov-report/components/MlNavigationCompass/index.html +8 -2
- package/coverage/lcov-report/components/MlNavigationTools/MlNavigationTools.js.html +8 -2
- package/coverage/lcov-report/components/MlNavigationTools/index.html +8 -2
- package/coverage/lcov-report/components/MlOsmLayer/MlOsmLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlOsmLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlScaleReference/MlScaleReference.js.html +8 -2
- package/coverage/lcov-report/components/MlScaleReference/index.html +8 -2
- package/coverage/lcov-report/components/MlShareMapState/MlShareMapState.js.html +8 -2
- package/coverage/lcov-report/components/MlShareMapState/index.html +8 -2
- package/coverage/lcov-report/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js.html +8 -2
- package/coverage/lcov-report/components/MlSpatialElevationProfile/index.html +8 -2
- package/coverage/lcov-report/components/MlThreeJsLayer/MlThreeJsLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlThreeJsLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlUseMapDebugger/MlUseMapDebugger.js.html +8 -2
- package/coverage/lcov-report/components/MlUseMapDebugger/index.html +8 -2
- package/coverage/lcov-report/components/MlVectorTileLayer/MlVectorTileLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlVectorTileLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +8 -2
- package/coverage/lcov-report/components/MlWmsFeatureInfoPopup/index.html +8 -2
- package/coverage/lcov-report/components/MlWmsLayer/MlWmsLayer.js.html +8 -2
- package/coverage/lcov-report/components/MlWmsLayer/index.html +8 -2
- package/coverage/lcov-report/components/MlWmsLoader/MlWmsLoader.js.html +8 -2
- package/coverage/lcov-report/components/MlWmsLoader/index.html +8 -2
- package/coverage/lcov-report/hooks/index.html +8 -2
- package/coverage/lcov-report/hooks/useMap.js.html +8 -2
- package/coverage/lcov-report/hooks/useMapState.js.html +8 -2
- package/coverage/lcov-report/hooks/useWms.js.html +8 -2
- package/coverage/lcov-report/index.html +8 -2
- package/coverage/lcov-report/sorter.js +26 -0
- package/package.json +1 -1
- package/rollup.config.js +7 -1
- package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta.json +1 -1
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +1 -1
- package/src/components/MlVectorTileLayer/MlVectorTileLayer.meta.json +3 -3
- package/src/ui_components/Sidebar.js +7 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name: Build and
|
|
1
|
+
name: Build and deploy storybook
|
|
2
2
|
on:
|
|
3
3
|
[push]
|
|
4
4
|
jobs:
|
|
@@ -9,10 +9,13 @@ jobs:
|
|
|
9
9
|
uses: actions/checkout@v2.3.1
|
|
10
10
|
with:
|
|
11
11
|
persist-credentials: false
|
|
12
|
-
- name: Install and
|
|
12
|
+
- name: Install and build 🔧
|
|
13
13
|
run: | # Install packages and build the Storybook files
|
|
14
|
-
yarn
|
|
14
|
+
yarn
|
|
15
|
+
yarn build-catalogue-meta
|
|
16
|
+
yarn build-catalogue-markdown-docs
|
|
15
17
|
yarn build-storybook
|
|
18
|
+
npx sb extract ./docs-build ./docs-build/stories.json
|
|
16
19
|
- name: Deploy 🚀
|
|
17
20
|
uses: JamesIves/github-pages-deploy-action@3.6.2
|
|
18
21
|
with:
|
package/coverage/clover.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1638615355631" clover="3.2.0">
|
|
3
|
+
<project timestamp="1638615355631" name="All files">
|
|
4
4
|
<metrics statements="1509" coveredstatements="562" conditionals="831" coveredconditionals="253" methods="258" coveredmethods="91" elements="2598" coveredelements="906" complexity="0" loc="1509" ncloc="1509" packages="25" files="28" classes="28"/>
|
|
5
5
|
<package name="components.MapLibreMap">
|
|
6
6
|
<metrics statements="25" coveredstatements="25" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="6"/>
|
|
@@ -63,6 +63,14 @@ var jumpToCode = (function init() {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
return function jump(event) {
|
|
66
|
+
if (
|
|
67
|
+
document.getElementById('fileSearch') === document.activeElement &&
|
|
68
|
+
document.activeElement != null
|
|
69
|
+
) {
|
|
70
|
+
// if we're currently focused on the search input, we don't want to navigate
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
|
|
66
74
|
switch (event.which) {
|
|
67
75
|
case 78: // n
|
|
68
76
|
case 74: // j
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -333,8 +339,8 @@ export default MapLibreMap;
|
|
|
333
339
|
</div><!-- /wrapper -->
|
|
334
340
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
335
341
|
Code coverage generated by
|
|
336
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
337
|
-
at
|
|
342
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
343
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
338
344
|
</div>
|
|
339
345
|
</div>
|
|
340
346
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line low'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -219,8 +225,8 @@ export default MlCreatePdfButton;
|
|
|
219
225
|
</div><!-- /wrapper -->
|
|
220
226
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
221
227
|
Code coverage generated by
|
|
222
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
223
|
-
at
|
|
228
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
229
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
224
230
|
</div>
|
|
225
231
|
</div>
|
|
226
232
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line low'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -420,8 +426,8 @@ export default MlFeatureEditor;
|
|
|
420
426
|
</div><!-- /wrapper -->
|
|
421
427
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
422
428
|
Code coverage generated by
|
|
423
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
424
|
-
at
|
|
429
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
430
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
425
431
|
</div>
|
|
426
432
|
</div>
|
|
427
433
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -522,8 +528,8 @@ export default MlFillExtrusionLayer;
|
|
|
522
528
|
</div><!-- /wrapper -->
|
|
523
529
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
524
530
|
Code coverage generated by
|
|
525
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
526
|
-
at
|
|
531
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
532
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
527
533
|
</div>
|
|
528
534
|
</div>
|
|
529
535
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -570,8 +576,8 @@ export default MlFollowGps;
|
|
|
570
576
|
</div><!-- /wrapper -->
|
|
571
577
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
572
578
|
Code coverage generated by
|
|
573
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
574
|
-
at
|
|
579
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
580
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
575
581
|
</div>
|
|
576
582
|
</div>
|
|
577
583
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -1170,8 +1176,8 @@ export default MlGPXViewer;
|
|
|
1170
1176
|
</div><!-- /wrapper -->
|
|
1171
1177
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1172
1178
|
Code coverage generated by
|
|
1173
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
1174
|
-
at
|
|
1179
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
1180
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
1175
1181
|
</div>
|
|
1176
1182
|
</div>
|
|
1177
1183
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line low'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -1644,8 +1650,8 @@ export default toGeoJSON;
|
|
|
1644
1650
|
</div><!-- /wrapper -->
|
|
1645
1651
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1646
1652
|
Code coverage generated by
|
|
1647
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
1648
|
-
at
|
|
1653
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
1654
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
1649
1655
|
</div>
|
|
1650
1656
|
</div>
|
|
1651
1657
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line low'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -109,8 +115,8 @@
|
|
|
109
115
|
</div><!-- /wrapper -->
|
|
110
116
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
111
117
|
Code coverage generated by
|
|
112
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
113
|
-
at
|
|
118
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
119
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
114
120
|
</div>
|
|
115
121
|
</div>
|
|
116
122
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -741,8 +747,8 @@ export default MlGeoJsonLayer;
|
|
|
741
747
|
</div><!-- /wrapper -->
|
|
742
748
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
743
749
|
Code coverage generated by
|
|
744
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
745
|
-
at
|
|
750
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
751
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
746
752
|
</div>
|
|
747
753
|
</div>
|
|
748
754
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -396,8 +402,8 @@ export default MlImageMarkerLayer;
|
|
|
396
402
|
</div><!-- /wrapper -->
|
|
397
403
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
398
404
|
Code coverage generated by
|
|
399
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
400
|
-
at
|
|
405
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
406
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
401
407
|
</div>
|
|
402
408
|
</div>
|
|
403
409
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -321,8 +327,8 @@ export default MlLayer;
|
|
|
321
327
|
</div><!-- /wrapper -->
|
|
322
328
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
323
329
|
Code coverage generated by
|
|
324
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
325
|
-
at
|
|
330
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
331
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
326
332
|
</div>
|
|
327
333
|
</div>
|
|
328
334
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line high'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -684,8 +690,8 @@ export default MlLayerMagnify;
|
|
|
684
690
|
</div><!-- /wrapper -->
|
|
685
691
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
686
692
|
Code coverage generated by
|
|
687
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
688
|
-
at
|
|
693
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
694
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
689
695
|
</div>
|
|
690
696
|
</div>
|
|
691
697
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -477,8 +483,8 @@ export default MlLayerSwipe;
|
|
|
477
483
|
</div><!-- /wrapper -->
|
|
478
484
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
479
485
|
Code coverage generated by
|
|
480
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
481
|
-
at
|
|
486
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
487
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
482
488
|
</div>
|
|
483
489
|
</div>
|
|
484
490
|
<script src="../../prettify.js"></script>
|
|
@@ -54,6 +54,12 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
57
63
|
</div>
|
|
58
64
|
<div class='status-line medium'></div>
|
|
59
65
|
<div class="pad1">
|
|
@@ -94,8 +100,8 @@
|
|
|
94
100
|
</div><!-- /wrapper -->
|
|
95
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
96
102
|
Code coverage generated by
|
|
97
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
-
at
|
|
103
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
99
105
|
</div>
|
|
100
106
|
</div>
|
|
101
107
|
<script src="../../prettify.js"></script>
|