@mapcomponents/react-maplibre 0.1.8 → 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/ISSUE_TEMPLATE/bug_report.md +2 -2
- package/.github/ISSUE_TEMPLATE/feature_request.md +3 -3
- package/.github/workflows/node_version_test.yml +25 -0
- package/.github/workflows/storybook.yml +6 -3
- package/CODE_OF_CONDUCT.md +70 -0
- package/CONTRIBUTING.md +149 -0
- package/README.md +16 -9
- package/coverage/clover.xml +76 -72
- package/coverage/coverage-final.json +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 +53 -8
- package/coverage/lcov-report/components/MlFollowGps/index.html +18 -12
- 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 +35 -17
- package/coverage/lcov-report/components/MlGeoJsonLayer/index.html +26 -20
- 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 +32 -26
- package/coverage/lcov-report/sorter.js +26 -0
- package/coverage/lcov.info +153 -149
- package/dist/index.esm.js +68 -38
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/rollup.config.js +10 -2
- package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta.json +1 -1
- package/src/components/MlFollowGps/MlFollowGps.js +14 -1
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js +8 -4
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +1 -1
- package/src/components/MlGeoJsonLayer/util/transitionFunctions.js +19 -12
- package/src/components/MlVectorTileLayer/MlVectorTileLayer.meta.json +3 -3
- package/src/decorators/MapContextDashboardDecorator.js +0 -5
- package/src/decorators/MapContextDecorator.js +0 -5
- package/src/decorators/MapContextKlokantechBasicDecorator.js +0 -5
- package/src/decorators/MultiMapContextDecorator.js +0 -5
- package/src/hooks/useMapState.stories.js +7 -2
- 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 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>
|
|
@@ -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
|
<div class="pad1">
|
|
@@ -124,8 +130,8 @@
|
|
|
124
130
|
</div><!-- /wrapper -->
|
|
125
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
132
|
Code coverage generated by
|
|
127
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
133
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
134
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
129
135
|
</div>
|
|
130
136
|
</div>
|
|
131
137
|
<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">
|
|
@@ -360,8 +366,8 @@ export default useMap;
|
|
|
360
366
|
</div><!-- /wrapper -->
|
|
361
367
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
362
368
|
Code coverage generated by
|
|
363
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
364
|
-
at
|
|
369
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
370
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
365
371
|
</div>
|
|
366
372
|
</div>
|
|
367
373
|
<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">
|
|
@@ -558,8 +564,8 @@ export default useMapState;
|
|
|
558
564
|
</div><!-- /wrapper -->
|
|
559
565
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
560
566
|
Code coverage generated by
|
|
561
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
562
|
-
at
|
|
567
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
568
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
563
569
|
</div>
|
|
564
570
|
</div>
|
|
565
571
|
<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">
|
|
@@ -348,8 +354,8 @@ export default useWms;
|
|
|
348
354
|
</div><!-- /wrapper -->
|
|
349
355
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
350
356
|
Code coverage generated by
|
|
351
|
-
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
352
|
-
at
|
|
357
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
358
|
+
at Sat Dec 04 2021 10:55:55 GMT+0000 (Coordinated Universal Time)
|
|
353
359
|
</div>
|
|
354
360
|
</div>
|
|
355
361
|
<script src="../prettify.js"></script>
|