@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
|
@@ -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">
|
|
@@ -531,8 +537,8 @@ export default MlMarker;
|
|
|
531
537
|
</div><!-- /wrapper -->
|
|
532
538
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
533
539
|
Code coverage generated by
|
|
534
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
535
|
-
at
|
|
540
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
541
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
536
542
|
</div>
|
|
537
543
|
</div>
|
|
538
544
|
<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 medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -756,8 +762,8 @@ export default MlNavigationCompass;
|
|
|
756
762
|
</div><!-- /wrapper -->
|
|
757
763
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
758
764
|
Code coverage generated by
|
|
759
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
760
|
-
at
|
|
765
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
766
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
761
767
|
</div>
|
|
762
768
|
</div>
|
|
763
769
|
<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 low'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -555,8 +561,8 @@ export default MlNavigationTools;
|
|
|
555
561
|
</div><!-- /wrapper -->
|
|
556
562
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
557
563
|
Code coverage generated by
|
|
558
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
559
|
-
at
|
|
564
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
565
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
560
566
|
</div>
|
|
561
567
|
</div>
|
|
562
568
|
<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">
|
|
@@ -399,8 +405,8 @@ export default MlOsmLayer;
|
|
|
399
405
|
</div><!-- /wrapper -->
|
|
400
406
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
401
407
|
Code coverage generated by
|
|
402
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
403
|
-
at
|
|
408
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
409
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
404
410
|
</div>
|
|
405
411
|
</div>
|
|
406
412
|
<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">
|
|
@@ -528,8 +534,8 @@ export default MlScaleReference;
|
|
|
528
534
|
</div><!-- /wrapper -->
|
|
529
535
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
530
536
|
Code coverage generated by
|
|
531
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
532
|
-
at
|
|
537
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
538
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
533
539
|
</div>
|
|
534
540
|
</div>
|
|
535
541
|
<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 low'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -420,8 +426,8 @@ export default MlShareMapState;
|
|
|
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 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>
|
package/coverage/lcov-report/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js.html
CHANGED
|
@@ -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">
|
|
@@ -762,8 +768,8 @@ export default MlSpatialElevationProfile;
|
|
|
762
768
|
</div><!-- /wrapper -->
|
|
763
769
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
764
770
|
Code coverage generated by
|
|
765
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
766
|
-
at
|
|
771
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
772
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
767
773
|
</div>
|
|
768
774
|
</div>
|
|
769
775
|
<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 medium'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -705,8 +711,8 @@ export default MlThreeJsLayer;
|
|
|
705
711
|
</div><!-- /wrapper -->
|
|
706
712
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
707
713
|
Code coverage generated by
|
|
708
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
709
|
-
at
|
|
714
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
715
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
710
716
|
</div>
|
|
711
717
|
</div>
|
|
712
718
|
<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 low'></div>
|
|
59
65
|
<pre><table class="coverage">
|
|
@@ -306,8 +312,8 @@ export default MlUseMapDebugger;
|
|
|
306
312
|
</div><!-- /wrapper -->
|
|
307
313
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
308
314
|
Code coverage generated by
|
|
309
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
310
|
-
at
|
|
315
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
316
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
311
317
|
</div>
|
|
312
318
|
</div>
|
|
313
319
|
<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">
|
|
@@ -462,8 +468,8 @@ export default MlVectorTileLayer;
|
|
|
462
468
|
</div><!-- /wrapper -->
|
|
463
469
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
464
470
|
Code coverage generated by
|
|
465
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
466
|
-
at
|
|
471
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
472
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
467
473
|
</div>
|
|
468
474
|
</div>
|
|
469
475
|
<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">
|
|
@@ -255,8 +261,8 @@ export default MlWmsFeatureInfoPopup;
|
|
|
255
261
|
</div><!-- /wrapper -->
|
|
256
262
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
257
263
|
Code coverage generated by
|
|
258
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
259
|
-
at
|
|
264
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
265
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
260
266
|
</div>
|
|
261
267
|
</div>
|
|
262
268
|
<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">
|
|
@@ -615,8 +621,8 @@ export default MlWmsLayer;
|
|
|
615
621
|
</div><!-- /wrapper -->
|
|
616
622
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
617
623
|
Code coverage generated by
|
|
618
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
619
|
-
at
|
|
624
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
625
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
620
626
|
</div>
|
|
621
627
|
</div>
|
|
622
628
|
<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">
|
|
@@ -957,8 +963,8 @@ export default MlWmsLoader;
|
|
|
957
963
|
</div><!-- /wrapper -->
|
|
958
964
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
959
965
|
Code coverage generated by
|
|
960
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
961
|
-
at
|
|
966
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
967
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
962
968
|
</div>
|
|
963
969
|
</div>
|
|
964
970
|
<script src="../../prettify.js"></script>
|