@mapcomponents/react-maplibre 0.1.13 → 0.1.17
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 +4 -2
- package/CHANGELOG.md +33 -0
- package/README.md +22 -6
- package/coverage/clover.xml +447 -460
- package/coverage/coverage-final.json +14 -14
- package/coverage/lcov-report/index.html +77 -78
- package/coverage/lcov-report/src/components/MapLibreMap/MapLibreMap.js.html +2 -3
- package/coverage/lcov-report/src/components/MapLibreMap/index.html +2 -3
- package/coverage/lcov-report/src/components/MlCreatePdfButton/MlCreatePdfButton.js.html +2 -3
- package/coverage/lcov-report/src/components/MlCreatePdfButton/index.html +2 -3
- package/coverage/lcov-report/src/components/MlFeatureEditor/MlFeatureEditor.js.html +2 -3
- package/coverage/lcov-report/src/components/MlFeatureEditor/index.html +2 -3
- package/coverage/lcov-report/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.js.html +2 -3
- package/coverage/lcov-report/src/components/MlFillExtrusionLayer/index.html +2 -3
- package/coverage/lcov-report/src/components/MlFollowGps/MlFollowGps.js.html +112 -107
- package/coverage/lcov-report/src/components/MlFollowGps/index.html +16 -17
- package/coverage/lcov-report/src/components/MlGPXViewer/MlGPXViewer.js.html +2 -3
- package/coverage/lcov-report/src/components/MlGPXViewer/gpxConverter.js.html +2 -3
- package/coverage/lcov-report/src/components/MlGPXViewer/index.html +2 -3
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js.html +142 -134
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/index.html +20 -21
- package/coverage/lcov-report/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js.html +46 -152
- package/coverage/lcov-report/src/components/MlImageMarkerLayer/index.html +20 -21
- package/coverage/lcov-report/src/components/MlLayer/MlLayer.js.html +92 -30
- package/coverage/lcov-report/src/components/MlLayer/index.html +20 -21
- package/coverage/lcov-report/src/components/MlLayerMagnify/MlLayerMagnify.js.html +2 -3
- package/coverage/lcov-report/src/components/MlLayerMagnify/index.html +2 -3
- package/coverage/lcov-report/src/components/MlLayerSwipe/MlLayerSwipe.js.html +2 -3
- package/coverage/lcov-report/src/components/MlLayerSwipe/index.html +2 -3
- package/coverage/lcov-report/src/components/MlLayerSwitcher/MlLayerSwitcher.js.html +3 -10
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/LayerBox.js.html +9 -82
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/index.html +10 -11
- package/coverage/lcov-report/src/components/MlLayerSwitcher/index.html +2 -3
- package/coverage/lcov-report/src/components/MlMarker/MlMarker.js.html +6 -7
- package/coverage/lcov-report/src/components/MlMarker/index.html +6 -7
- package/coverage/lcov-report/src/components/MlNavigationCompass/MlNavigationCompass.js.html +2 -3
- package/coverage/lcov-report/src/components/MlNavigationCompass/index.html +2 -3
- package/coverage/lcov-report/src/components/MlNavigationTools/MlNavigationTools.js.html +11 -15
- package/coverage/lcov-report/src/components/MlNavigationTools/index.html +8 -9
- package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.js.html +2 -3
- package/coverage/lcov-report/src/components/MlOsmLayer/index.html +2 -3
- package/coverage/lcov-report/src/components/MlScaleReference/MlScaleReference.js.html +2 -3
- package/coverage/lcov-report/src/components/MlScaleReference/index.html +2 -3
- package/coverage/lcov-report/src/components/MlShareMapState/MlShareMapState.js.html +209 -18
- package/coverage/lcov-report/src/components/MlShareMapState/index.html +10 -11
- package/coverage/lcov-report/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js.html +2 -3
- package/coverage/lcov-report/src/components/MlSpatialElevationProfile/index.html +2 -3
- package/coverage/lcov-report/src/components/MlThreeJsLayer/MlThreeJsLayer.js.html +2 -3
- package/coverage/lcov-report/src/components/MlThreeJsLayer/index.html +2 -3
- package/coverage/lcov-report/src/components/MlUseMapDebugger/MlUseMapDebugger.js.html +6 -25
- package/coverage/lcov-report/src/components/MlUseMapDebugger/index.html +6 -7
- package/coverage/lcov-report/src/components/MlVectorTileLayer/MlVectorTileLayer.js.html +2 -3
- package/coverage/lcov-report/src/components/MlVectorTileLayer/index.html +2 -3
- package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +2 -3
- package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/index.html +2 -3
- package/coverage/lcov-report/src/components/MlWmsLayer/MlWmsLayer.js.html +2 -3
- package/coverage/lcov-report/src/components/MlWmsLayer/index.html +2 -3
- package/coverage/lcov-report/src/components/MlWmsLoader/MlWmsLoader.js.html +6 -19
- package/coverage/lcov-report/src/components/MlWmsLoader/index.html +8 -9
- package/coverage/lcov-report/src/hooks/index.html +35 -36
- package/coverage/lcov-report/src/hooks/useMap.js.html +81 -169
- package/coverage/lcov-report/src/hooks/useMapState.js.html +82 -125
- package/coverage/lcov-report/src/hooks/useWms.js.html +9 -22
- package/coverage/lcov-report/src/i18n.js.html +2 -3
- package/coverage/lcov-report/src/index.html +2 -3
- package/coverage/lcov-report/src/translations/english.js.html +2 -3
- package/coverage/lcov-report/src/translations/german.js.html +2 -3
- package/coverage/lcov-report/src/translations/index.html +2 -3
- package/coverage/lcov.info +891 -896
- package/dist/index.esm.js +941 -717
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/MapLibreMap/lib/MapLibreGlWrapper.js +16 -14
- package/src/components/MlComponentTemplate/MlComponentTemplate.js +7 -32
- package/src/components/MlFollowGps/MlFollowGps.js +67 -65
- package/src/components/MlFollowGps/MlFollowGps.test.js +3 -5
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js +91 -88
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.js +20 -6
- package/src/components/MlGeoJsonLayer/assets/sample_polygon_1.json +33 -0
- package/src/components/MlGeoJsonLayer/util/getDefaultLayerTypeByGeometry.js +25 -0
- package/src/components/MlGeoJsonLayer/util/getDefaultPaintPropsByType.js +22 -0
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js +21 -56
- package/src/components/MlLayer/MlLayer.js +26 -5
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.js +0 -2
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.stories.js +3 -6
- package/src/components/MlLayerSwitcher/components/LayerBox.js +2 -26
- package/src/components/MlMarker/MlMarker.js +1 -1
- package/src/components/MlNavigationTools/MlNavigationTools.js +4 -5
- package/src/components/MlShareMapState/MlShareMapState.js +73 -9
- package/src/components/MlShareMapState/MlShareMapState.stories.js +22 -2
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.js +1 -3
- package/src/components/MlUseMapDebugger/MlUseMapDebugger.js +1 -7
- package/src/components/MlWmsLoader/MlWmsLoader.js +0 -4
- package/src/hooks/useMap.js +33 -62
- package/src/hooks/useMapState.js +3 -17
- package/src/hooks/useWms.js +2 -7
- package/src/index.js +3 -0
- package/src/ui_components/ImageLoader.js +8 -3
- package/src/ui_components/Sidebar.js +1 -1
- package/src/ui_components/TopToolbar.js +0 -2
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1641748388561" clover="3.2.0">
|
|
3
|
+
<project timestamp="1641748388561" name="All files">
|
|
4
|
+
<metrics statements="1588" coveredstatements="598" conditionals="922" coveredconditionals="257" methods="280" coveredmethods="100" elements="2790" coveredelements="955" complexity="0" loc="1588" ncloc="1588" packages="29" files="33" classes="33"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="i18n.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/i18n.js">
|
|
@@ -144,49 +144,39 @@
|
|
|
144
144
|
</file>
|
|
145
145
|
</package>
|
|
146
146
|
<package name="src.components.MlFollowGps">
|
|
147
|
-
<metrics statements="
|
|
147
|
+
<metrics statements="30" coveredstatements="20" conditionals="18" coveredconditionals="10" methods="7" coveredmethods="4"/>
|
|
148
148
|
<file name="MlFollowGps.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFollowGps/MlFollowGps.js">
|
|
149
|
-
<metrics statements="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="32" count="
|
|
158
|
-
<line num="33" count="
|
|
159
|
-
<line num="34" count="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
149
|
+
<metrics statements="30" coveredstatements="20" conditionals="18" coveredconditionals="10" methods="7" coveredmethods="4"/>
|
|
150
|
+
<line num="22" count="1" type="stmt"/>
|
|
151
|
+
<line num="23" count="9" type="stmt"/>
|
|
152
|
+
<line num="25" count="9" type="stmt"/>
|
|
153
|
+
<line num="26" count="9" type="stmt"/>
|
|
154
|
+
<line num="27" count="9" type="stmt"/>
|
|
155
|
+
<line num="28" count="9" type="stmt"/>
|
|
156
|
+
<line num="30" count="9" type="stmt"/>
|
|
157
|
+
<line num="32" count="9" type="stmt"/>
|
|
158
|
+
<line num="33" count="2" type="stmt"/>
|
|
159
|
+
<line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
160
|
+
<line num="35" count="0" type="stmt"/>
|
|
161
|
+
<line num="36" count="0" type="stmt"/>
|
|
162
|
+
<line num="41" count="9" type="stmt"/>
|
|
163
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
164
|
+
<line num="45" count="0" type="stmt"/>
|
|
165
|
+
<line num="46" count="0" type="stmt"/>
|
|
164
166
|
<line num="47" count="0" type="stmt"/>
|
|
165
167
|
<line num="48" count="0" type="stmt"/>
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
168
|
+
<line num="53" count="9" type="stmt"/>
|
|
169
|
+
<line num="54" count="0" type="stmt"/>
|
|
170
|
+
<line num="55" count="0" type="stmt"/>
|
|
171
|
+
<line num="58" count="9" type="stmt"/>
|
|
172
|
+
<line num="59" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
173
|
+
<line num="61" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
172
174
|
<line num="62" count="2" type="stmt"/>
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="70" count="0" type="stmt"/>
|
|
179
|
-
<line num="71" count="0" type="stmt"/>
|
|
180
|
-
<line num="74" count="7" type="stmt"/>
|
|
181
|
-
<line num="75" count="0" type="stmt"/>
|
|
182
|
-
<line num="76" count="0" type="stmt"/>
|
|
183
|
-
<line num="79" count="7" type="stmt"/>
|
|
184
|
-
<line num="125" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
185
|
-
<line num="126" count="1" type="stmt"/>
|
|
186
|
-
<line num="128" count="2" type="stmt"/>
|
|
187
|
-
<line num="133" count="3" type="stmt"/>
|
|
188
|
-
<line num="143" count="1" type="stmt"/>
|
|
189
|
-
<line num="161" count="1" type="stmt"/>
|
|
175
|
+
<line num="67" count="3" type="stmt"/>
|
|
176
|
+
<line num="71" count="9" type="stmt"/>
|
|
177
|
+
<line num="109" count="3" type="stmt"/>
|
|
178
|
+
<line num="119" count="1" type="stmt"/>
|
|
179
|
+
<line num="139" count="1" type="stmt"/>
|
|
190
180
|
</file>
|
|
191
181
|
</package>
|
|
192
182
|
<package name="src.components.MlGPXViewer">
|
|
@@ -596,162 +586,158 @@
|
|
|
596
586
|
</file>
|
|
597
587
|
</package>
|
|
598
588
|
<package name="src.components.MlGeoJsonLayer">
|
|
599
|
-
<metrics statements="
|
|
589
|
+
<metrics statements="63" coveredstatements="40" conditionals="60" coveredconditionals="33" methods="9" coveredmethods="8"/>
|
|
600
590
|
<file name="MlGeoJsonLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js">
|
|
601
|
-
<metrics statements="
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
630
|
-
<line num="
|
|
631
|
-
<line num="
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
591
|
+
<metrics statements="63" coveredstatements="40" conditionals="60" coveredconditionals="33" methods="9" coveredmethods="8"/>
|
|
592
|
+
<line num="12" count="2" type="stmt"/>
|
|
593
|
+
<line num="13" count="2" type="stmt"/>
|
|
594
|
+
<line num="20" count="2" type="stmt"/>
|
|
595
|
+
<line num="22" count="12" type="stmt"/>
|
|
596
|
+
<line num="23" count="12" type="stmt"/>
|
|
597
|
+
<line num="24" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
598
|
+
<line num="25" count="12" type="stmt"/>
|
|
599
|
+
<line num="28" count="12" type="stmt"/>
|
|
600
|
+
<line num="29" count="12" type="stmt"/>
|
|
601
|
+
<line num="30" count="12" type="stmt"/>
|
|
602
|
+
<line num="31" count="12" type="stmt"/>
|
|
603
|
+
<line num="32" count="12" type="stmt"/>
|
|
604
|
+
<line num="33" count="12" type="stmt"/>
|
|
605
|
+
<line num="35" count="12" type="stmt"/>
|
|
606
|
+
<line num="36" count="4" type="stmt"/>
|
|
607
|
+
<line num="38" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
608
|
+
<line num="39" count="0" type="stmt"/>
|
|
609
|
+
<line num="44" count="12" type="stmt"/>
|
|
610
|
+
<line num="45" count="8" type="cond" truecount="3" falsecount="1"/>
|
|
611
|
+
<line num="47" count="0" type="stmt"/>
|
|
612
|
+
<line num="48" count="0" type="stmt"/>
|
|
613
|
+
<line num="52" count="12" type="stmt"/>
|
|
614
|
+
<line num="53" count="8" type="cond" truecount="3" falsecount="1"/>
|
|
615
|
+
<line num="55" count="0" type="stmt"/>
|
|
616
|
+
<line num="56" count="0" type="stmt"/>
|
|
617
|
+
<line num="60" count="12" type="stmt"/>
|
|
618
|
+
<line num="62" count="0" type="stmt"/>
|
|
619
|
+
<line num="79" count="12" type="stmt"/>
|
|
620
|
+
<line num="80" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
621
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
622
|
+
<line num="87" count="0" type="stmt"/>
|
|
623
|
+
<line num="88" count="0" type="stmt"/>
|
|
624
|
+
<line num="89" count="0" type="stmt"/>
|
|
625
|
+
<line num="90" count="0" type="stmt"/>
|
|
626
|
+
<line num="91" count="0" type="stmt"/>
|
|
636
627
|
<line num="93" count="0" type="stmt"/>
|
|
637
|
-
<line num="94" count="0" type="stmt"/>
|
|
638
628
|
<line num="95" count="0" type="stmt"/>
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
655
|
-
<line num="
|
|
656
|
-
<line num="
|
|
657
|
-
<line num="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="
|
|
660
|
-
<line num="
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
629
|
+
<line num="105" count="12" type="stmt"/>
|
|
630
|
+
<line num="106" count="4" type="stmt"/>
|
|
631
|
+
<line num="108" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
632
|
+
<line num="114" count="0" type="stmt"/>
|
|
633
|
+
<line num="115" count="0" type="stmt"/>
|
|
634
|
+
<line num="118" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
635
|
+
<line num="120" count="4" type="stmt"/>
|
|
636
|
+
<line num="135" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
637
|
+
<line num="136" count="0" type="stmt"/>
|
|
638
|
+
<line num="139" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
639
|
+
<line num="140" count="0" type="stmt"/>
|
|
640
|
+
<line num="143" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
641
|
+
<line num="144" count="0" type="stmt"/>
|
|
642
|
+
<line num="147" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
643
|
+
<line num="152" count="0" type="stmt"/>
|
|
644
|
+
<line num="153" count="0" type="stmt"/>
|
|
645
|
+
<line num="157" count="12" type="stmt"/>
|
|
646
|
+
<line num="158" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
647
|
+
<line num="160" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
648
|
+
<line num="166" count="0" type="stmt"/>
|
|
649
|
+
<line num="167" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
650
|
+
<line num="172" count="0" type="stmt"/>
|
|
651
|
+
<line num="176" count="4" type="stmt"/>
|
|
652
|
+
<line num="178" count="4" type="stmt"/>
|
|
653
|
+
<line num="181" count="12" type="stmt"/>
|
|
654
|
+
<line num="184" count="2" type="stmt"/>
|
|
664
655
|
</file>
|
|
665
656
|
</package>
|
|
666
657
|
<package name="src.components.MlImageMarkerLayer">
|
|
667
|
-
<metrics statements="
|
|
658
|
+
<metrics statements="31" coveredstatements="22" conditionals="29" coveredconditionals="14" methods="6" coveredmethods="5"/>
|
|
668
659
|
<file name="MlImageMarkerLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js">
|
|
669
|
-
<metrics statements="
|
|
670
|
-
<line num="
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="
|
|
673
|
-
<line num="
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="12" count="
|
|
676
|
-
<line num="13" count="
|
|
677
|
-
<line num="14" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
678
|
-
<line num="16" count="8" type="stmt"/>
|
|
679
|
-
<line num="17" count="4" type="stmt"/>
|
|
660
|
+
<metrics statements="31" coveredstatements="22" conditionals="29" coveredconditionals="14" methods="6" coveredmethods="5"/>
|
|
661
|
+
<line num="5" count="2" type="stmt"/>
|
|
662
|
+
<line num="6" count="12" type="stmt"/>
|
|
663
|
+
<line num="8" count="12" type="stmt"/>
|
|
664
|
+
<line num="9" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
665
|
+
<line num="10" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
666
|
+
<line num="12" count="12" type="stmt"/>
|
|
667
|
+
<line num="13" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
680
668
|
<line num="18" count="4" type="stmt"/>
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="28" count="
|
|
685
|
-
<line num="29" count="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="41" count="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
696
|
-
<line num="
|
|
697
|
-
<line num="
|
|
698
|
-
<line num="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="85" count="4" type="stmt"/>
|
|
705
|
-
<line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
706
|
-
<line num="87" count="0" type="stmt"/>
|
|
707
|
-
<line num="90" count="4" type="stmt"/>
|
|
708
|
-
<line num="93" count="8" type="stmt"/>
|
|
709
|
-
<line num="94" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
710
|
-
<line num="99" count="4" type="stmt"/>
|
|
711
|
-
<line num="104" count="4" type="stmt"/>
|
|
712
|
-
<line num="107" count="8" type="stmt"/>
|
|
669
|
+
<line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
670
|
+
<line num="24" count="0" type="stmt"/>
|
|
671
|
+
<line num="25" count="0" type="stmt"/>
|
|
672
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
673
|
+
<line num="29" count="0" type="stmt"/>
|
|
674
|
+
<line num="30" count="0" type="stmt"/>
|
|
675
|
+
<line num="35" count="12" type="stmt"/>
|
|
676
|
+
<line num="36" count="4" type="stmt"/>
|
|
677
|
+
<line num="41" count="4" type="stmt"/>
|
|
678
|
+
<line num="42" count="4" type="stmt"/>
|
|
679
|
+
<line num="45" count="12" type="stmt"/>
|
|
680
|
+
<line num="46" count="8" type="cond" truecount="5" falsecount="0"/>
|
|
681
|
+
<line num="48" count="4" type="stmt"/>
|
|
682
|
+
<line num="50" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
683
|
+
<line num="51" count="4" type="stmt"/>
|
|
684
|
+
<line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
685
|
+
<line num="53" count="0" type="stmt"/>
|
|
686
|
+
<line num="57" count="4" type="stmt"/>
|
|
687
|
+
<line num="60" count="12" type="stmt"/>
|
|
688
|
+
<line num="61" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
689
|
+
<line num="66" count="4" type="stmt"/>
|
|
690
|
+
<line num="69" count="0" type="stmt"/>
|
|
691
|
+
<line num="72" count="12" type="stmt"/>
|
|
713
692
|
</file>
|
|
714
693
|
</package>
|
|
715
694
|
<package name="src.components.MlLayer">
|
|
716
|
-
<metrics statements="
|
|
695
|
+
<metrics statements="43" coveredstatements="28" conditionals="32" coveredconditionals="13" methods="6" coveredmethods="5"/>
|
|
717
696
|
<file name="MlLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayer/MlLayer.js">
|
|
718
|
-
<metrics statements="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="45" count="0" type="stmt"/>
|
|
741
|
-
<line num="47" count="0" type="stmt"/>
|
|
742
|
-
<line num="50" count="0" type="stmt"/>
|
|
743
|
-
<line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
697
|
+
<metrics statements="43" coveredstatements="28" conditionals="32" coveredconditionals="13" methods="6" coveredmethods="5"/>
|
|
698
|
+
<line num="7" count="1" type="stmt"/>
|
|
699
|
+
<line num="9" count="16" type="stmt"/>
|
|
700
|
+
<line num="11" count="16" type="stmt"/>
|
|
701
|
+
<line num="19" count="16" type="stmt"/>
|
|
702
|
+
<line num="20" count="16" type="stmt"/>
|
|
703
|
+
<line num="21" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
704
|
+
<line num="22" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
705
|
+
<line num="23" count="16" type="stmt"/>
|
|
706
|
+
<line num="24" count="16" type="stmt"/>
|
|
707
|
+
<line num="26" count="16" type="stmt"/>
|
|
708
|
+
<line num="27" count="4" type="stmt"/>
|
|
709
|
+
<line num="29" count="4" type="stmt"/>
|
|
710
|
+
<line num="30" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
711
|
+
<line num="31" count="2" type="stmt"/>
|
|
712
|
+
<line num="32" count="2" type="stmt"/>
|
|
713
|
+
<line num="37" count="16" type="stmt"/>
|
|
714
|
+
<line num="38" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
715
|
+
<line num="44" count="12" type="stmt"/>
|
|
716
|
+
<line num="49" count="0" type="stmt"/>
|
|
717
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
718
|
+
<line num="51" count="0" type="stmt"/>
|
|
744
719
|
<line num="52" count="0" type="stmt"/>
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="65" count="
|
|
751
|
-
<line num="66" count="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="
|
|
720
|
+
<line num="54" count="0" type="stmt"/>
|
|
721
|
+
<line num="57" count="0" type="stmt"/>
|
|
722
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
723
|
+
<line num="59" count="0" type="stmt"/>
|
|
724
|
+
<line num="60" count="0" type="stmt"/>
|
|
725
|
+
<line num="65" count="16" type="stmt"/>
|
|
726
|
+
<line num="66" count="16" type="cond" truecount="4" falsecount="0"/>
|
|
727
|
+
<line num="71" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
728
|
+
<line num="72" count="0" type="stmt"/>
|
|
729
|
+
<line num="74" count="0" type="stmt"/>
|
|
730
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
731
|
+
<line num="76" count="0" type="stmt"/>
|
|
732
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
733
|
+
<line num="80" count="0" type="stmt"/>
|
|
734
|
+
<line num="84" count="4" type="stmt"/>
|
|
735
|
+
<line num="85" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
736
|
+
<line num="86" count="4" type="stmt"/>
|
|
737
|
+
<line num="87" count="4" type="stmt"/>
|
|
738
|
+
<line num="99" count="4" type="stmt"/>
|
|
739
|
+
<line num="100" count="4" type="stmt"/>
|
|
740
|
+
<line num="104" count="16" type="stmt"/>
|
|
755
741
|
</file>
|
|
756
742
|
</package>
|
|
757
743
|
<package name="src.components.MlLayerMagnify">
|
|
@@ -887,101 +873,90 @@
|
|
|
887
873
|
<metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
888
874
|
<file name="MlLayerSwitcher.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/MlLayerSwitcher.js">
|
|
889
875
|
<metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
876
|
+
<line num="21" count="0" type="stmt"/>
|
|
877
|
+
<line num="22" count="0" type="stmt"/>
|
|
890
878
|
<line num="23" count="0" type="stmt"/>
|
|
891
879
|
<line num="24" count="0" type="stmt"/>
|
|
892
880
|
<line num="25" count="0" type="stmt"/>
|
|
893
|
-
<line num="
|
|
894
|
-
<line num="
|
|
881
|
+
<line num="34" count="0" type="stmt"/>
|
|
882
|
+
<line num="35" count="0" type="stmt"/>
|
|
895
883
|
<line num="36" count="0" type="stmt"/>
|
|
896
|
-
<line num="37" count="0" type="stmt"/>
|
|
897
884
|
<line num="38" count="0" type="stmt"/>
|
|
898
|
-
<line num="40" count="0" type="
|
|
899
|
-
<line num="
|
|
900
|
-
<line num="
|
|
901
|
-
<line num="
|
|
902
|
-
<line num="45" count="0" type="
|
|
885
|
+
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
886
|
+
<line num="41" count="0" type="stmt"/>
|
|
887
|
+
<line num="42" count="0" type="stmt"/>
|
|
888
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
889
|
+
<line num="45" count="0" type="stmt"/>
|
|
890
|
+
<line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
903
891
|
<line num="47" count="0" type="stmt"/>
|
|
904
|
-
<line num="
|
|
905
|
-
<line num="
|
|
906
|
-
<line num="54" count="0" type="stmt"/>
|
|
892
|
+
<line num="52" count="0" type="stmt"/>
|
|
893
|
+
<line num="53" count="0" type="stmt"/>
|
|
907
894
|
<line num="55" count="0" type="stmt"/>
|
|
908
|
-
<line num="
|
|
895
|
+
<line num="64" count="0" type="stmt"/>
|
|
896
|
+
<line num="65" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
909
897
|
<line num="66" count="0" type="stmt"/>
|
|
910
|
-
<line num="67" count="0" type="
|
|
898
|
+
<line num="67" count="0" type="stmt"/>
|
|
911
899
|
<line num="68" count="0" type="stmt"/>
|
|
912
900
|
<line num="69" count="0" type="stmt"/>
|
|
913
|
-
<line num="70" count="0" type="stmt"/>
|
|
914
901
|
<line num="71" count="0" type="stmt"/>
|
|
915
|
-
<line num="
|
|
902
|
+
<line num="72" count="0" type="stmt"/>
|
|
903
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
916
904
|
<line num="74" count="0" type="stmt"/>
|
|
917
|
-
<line num="
|
|
918
|
-
<line num="
|
|
919
|
-
<line num="
|
|
920
|
-
<line num="
|
|
921
|
-
<line num="84" count="0" type="
|
|
905
|
+
<line num="77" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
906
|
+
<line num="78" count="0" type="stmt"/>
|
|
907
|
+
<line num="82" count="0" type="stmt"/>
|
|
908
|
+
<line num="83" count="0" type="stmt"/>
|
|
909
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
922
910
|
<line num="85" count="0" type="stmt"/>
|
|
923
|
-
<line num="
|
|
924
|
-
<line num="87" count="0" type="stmt"/>
|
|
911
|
+
<line num="88" count="0" type="stmt"/>
|
|
925
912
|
<line num="90" count="0" type="stmt"/>
|
|
926
|
-
<line num="
|
|
927
|
-
<line num="
|
|
928
|
-
<line num="
|
|
929
|
-
<line num="
|
|
913
|
+
<line num="94" count="0" type="stmt"/>
|
|
914
|
+
<line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
915
|
+
<line num="98" count="0" type="stmt"/>
|
|
916
|
+
<line num="99" count="0" type="stmt"/>
|
|
917
|
+
<line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
930
918
|
<line num="101" count="0" type="stmt"/>
|
|
931
|
-
<line num="
|
|
932
|
-
<line num="
|
|
933
|
-
<line num="
|
|
934
|
-
<line num="
|
|
935
|
-
<line num="
|
|
936
|
-
<line num="
|
|
937
|
-
<line num="
|
|
919
|
+
<line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
920
|
+
<line num="107" count="0" type="stmt"/>
|
|
921
|
+
<line num="110" count="0" type="stmt"/>
|
|
922
|
+
<line num="111" count="0" type="stmt"/>
|
|
923
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
924
|
+
<line num="117" count="0" type="stmt"/>
|
|
925
|
+
<line num="118" count="0" type="stmt"/>
|
|
938
926
|
<line num="119" count="0" type="stmt"/>
|
|
939
|
-
<line num="120" count="0" type="
|
|
927
|
+
<line num="120" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
940
928
|
<line num="121" count="0" type="stmt"/>
|
|
941
|
-
<line num="
|
|
942
|
-
<line num="
|
|
943
|
-
<line num="127" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
929
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
930
|
+
<line num="126" count="0" type="stmt"/>
|
|
944
931
|
<line num="128" count="0" type="stmt"/>
|
|
932
|
+
<line num="129" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
945
933
|
<line num="130" count="0" type="stmt"/>
|
|
946
|
-
<line num="
|
|
947
|
-
<line num="
|
|
948
|
-
<line num="
|
|
949
|
-
<line num="
|
|
950
|
-
<line num="
|
|
951
|
-
<line num="
|
|
952
|
-
<line num="
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="184" count="0" type="stmt"/>
|
|
955
|
-
<line num="198" count="0" type="stmt"/>
|
|
934
|
+
<line num="136" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
935
|
+
<line num="137" count="0" type="stmt"/>
|
|
936
|
+
<line num="140" count="0" type="stmt"/>
|
|
937
|
+
<line num="150" count="0" type="stmt"/>
|
|
938
|
+
<line num="159" count="0" type="stmt"/>
|
|
939
|
+
<line num="173" count="0" type="stmt"/>
|
|
940
|
+
<line num="182" count="0" type="stmt"/>
|
|
941
|
+
<line num="196" count="0" type="stmt"/>
|
|
956
942
|
</file>
|
|
957
943
|
</package>
|
|
958
944
|
<package name="src.components.MlLayerSwitcher.components">
|
|
959
|
-
<metrics statements="
|
|
945
|
+
<metrics statements="6" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
960
946
|
<file name="LayerBox.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/components/LayerBox.js">
|
|
961
|
-
<metrics statements="
|
|
947
|
+
<metrics statements="6" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
948
|
+
<line num="11" count="0" type="stmt"/>
|
|
962
949
|
<line num="12" count="0" type="stmt"/>
|
|
963
|
-
<line num="
|
|
964
|
-
<line num="
|
|
965
|
-
<line num="15" count="0" type="stmt"/>
|
|
966
|
-
<line num="26" count="0" type="stmt"/>
|
|
967
|
-
<line num="27" count="0" type="stmt"/>
|
|
968
|
-
<line num="28" count="0" type="stmt"/>
|
|
950
|
+
<line num="23" count="0" type="stmt"/>
|
|
951
|
+
<line num="25" count="0" type="stmt"/>
|
|
969
952
|
<line num="30" count="0" type="stmt"/>
|
|
970
|
-
<line num="35" count="0" type="stmt"/>
|
|
971
|
-
<line num="42" count="0" type="stmt"/>
|
|
972
953
|
<line num="44" count="0" type="stmt"/>
|
|
973
|
-
<line num="45" count="0" type="stmt"/>
|
|
974
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
975
|
-
<line num="48" count="0" type="stmt"/>
|
|
976
|
-
<line num="50" count="0" type="stmt"/>
|
|
977
|
-
<line num="54" count="0" type="stmt"/>
|
|
978
|
-
<line num="68" count="0" type="stmt"/>
|
|
979
954
|
</file>
|
|
980
955
|
</package>
|
|
981
956
|
<package name="src.components.MlMarker">
|
|
982
|
-
<metrics statements="
|
|
957
|
+
<metrics statements="36" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
983
958
|
<file name="MlMarker.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlMarker/MlMarker.js">
|
|
984
|
-
<metrics statements="
|
|
959
|
+
<metrics statements="36" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
985
960
|
<line num="21" count="0" type="stmt"/>
|
|
986
961
|
<line num="22" count="0" type="stmt"/>
|
|
987
962
|
<line num="23" count="0" type="stmt"/>
|
|
@@ -1010,13 +985,12 @@
|
|
|
1010
985
|
<line num="68" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1011
986
|
<line num="69" count="0" type="stmt"/>
|
|
1012
987
|
<line num="70" count="0" type="stmt"/>
|
|
1013
|
-
<line num="
|
|
988
|
+
<line num="72" count="0" type="stmt"/>
|
|
1014
989
|
<line num="73" count="0" type="stmt"/>
|
|
1015
990
|
<line num="74" count="0" type="stmt"/>
|
|
1016
991
|
<line num="75" count="0" type="stmt"/>
|
|
1017
|
-
<line num="
|
|
1018
|
-
<line num="
|
|
1019
|
-
<line num="86" count="0" type="stmt"/>
|
|
992
|
+
<line num="77" count="0" type="stmt"/>
|
|
993
|
+
<line num="85" count="0" type="stmt"/>
|
|
1020
994
|
<line num="134" count="0" type="stmt"/>
|
|
1021
995
|
<line num="138" count="0" type="stmt"/>
|
|
1022
996
|
</file>
|
|
@@ -1068,9 +1042,9 @@
|
|
|
1068
1042
|
</file>
|
|
1069
1043
|
</package>
|
|
1070
1044
|
<package name="src.components.MlNavigationTools">
|
|
1071
|
-
<metrics statements="
|
|
1045
|
+
<metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
1072
1046
|
<file name="MlNavigationTools.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationTools/MlNavigationTools.js">
|
|
1073
|
-
<metrics statements="
|
|
1047
|
+
<metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
1074
1048
|
<line num="18" count="0" type="stmt"/>
|
|
1075
1049
|
<line num="19" count="0" type="stmt"/>
|
|
1076
1050
|
<line num="20" count="0" type="stmt"/>
|
|
@@ -1080,42 +1054,43 @@
|
|
|
1080
1054
|
<line num="25" count="0" type="stmt"/>
|
|
1081
1055
|
<line num="26" count="0" type="stmt"/>
|
|
1082
1056
|
<line num="27" count="0" type="stmt"/>
|
|
1057
|
+
<line num="44" count="0" type="stmt"/>
|
|
1083
1058
|
<line num="45" count="0" type="stmt"/>
|
|
1084
|
-
<line num="
|
|
1085
|
-
<line num="
|
|
1086
|
-
<line num="55" count="0" type="
|
|
1059
|
+
<line num="47" count="0" type="stmt"/>
|
|
1060
|
+
<line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1061
|
+
<line num="55" count="0" type="stmt"/>
|
|
1087
1062
|
<line num="56" count="0" type="stmt"/>
|
|
1088
|
-
<line num="
|
|
1089
|
-
<line num="
|
|
1090
|
-
<line num="63" count="0" type="
|
|
1091
|
-
<line num="
|
|
1063
|
+
<line num="58" count="0" type="stmt"/>
|
|
1064
|
+
<line num="62" count="0" type="stmt"/>
|
|
1065
|
+
<line num="63" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1066
|
+
<line num="66" count="0" type="stmt"/>
|
|
1092
1067
|
<line num="67" count="0" type="stmt"/>
|
|
1093
1068
|
<line num="68" count="0" type="stmt"/>
|
|
1094
|
-
<line num="
|
|
1095
|
-
<line num="
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="79" count="0" type="
|
|
1098
|
-
<line num="
|
|
1099
|
-
<line num="82" count="0" type="
|
|
1100
|
-
<line num="
|
|
1101
|
-
<line num="87" count="0" type="
|
|
1102
|
-
<line num="
|
|
1103
|
-
<line num="90" count="0" type="
|
|
1104
|
-
<line num="
|
|
1105
|
-
<line num="95" count="0" type="
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="98" count="0" type="
|
|
1108
|
-
<line num="99" count="0" type="
|
|
1109
|
-
<line num="
|
|
1110
|
-
<line num="
|
|
1069
|
+
<line num="71" count="0" type="stmt"/>
|
|
1070
|
+
<line num="75" count="0" type="stmt"/>
|
|
1071
|
+
<line num="78" count="0" type="stmt"/>
|
|
1072
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1073
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1074
|
+
<line num="82" count="0" type="stmt"/>
|
|
1075
|
+
<line num="86" count="0" type="stmt"/>
|
|
1076
|
+
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1077
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1078
|
+
<line num="90" count="0" type="stmt"/>
|
|
1079
|
+
<line num="94" count="0" type="stmt"/>
|
|
1080
|
+
<line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1081
|
+
<line num="97" count="0" type="stmt"/>
|
|
1082
|
+
<line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1083
|
+
<line num="99" count="0" type="stmt"/>
|
|
1084
|
+
<line num="101" count="0" type="stmt"/>
|
|
1085
|
+
<line num="104" count="0" type="stmt"/>
|
|
1111
1086
|
<line num="105" count="0" type="stmt"/>
|
|
1112
|
-
<line num="
|
|
1087
|
+
<line num="108" count="0" type="stmt"/>
|
|
1113
1088
|
<line num="109" count="0" type="stmt"/>
|
|
1114
|
-
<line num="
|
|
1089
|
+
<line num="112" count="0" type="stmt"/>
|
|
1115
1090
|
<line num="113" count="0" type="stmt"/>
|
|
1116
1091
|
<line num="114" count="0" type="stmt"/>
|
|
1117
|
-
<line num="
|
|
1118
|
-
<line num="
|
|
1092
|
+
<line num="117" count="0" type="stmt"/>
|
|
1093
|
+
<line num="146" count="0" type="stmt"/>
|
|
1119
1094
|
</file>
|
|
1120
1095
|
</package>
|
|
1121
1096
|
<package name="src.components.MlOsmLayer">
|
|
@@ -1214,57 +1189,90 @@
|
|
|
1214
1189
|
</file>
|
|
1215
1190
|
</package>
|
|
1216
1191
|
<package name="src.components.MlShareMapState">
|
|
1217
|
-
<metrics statements="
|
|
1192
|
+
<metrics statements="81" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
1218
1193
|
<file name="MlShareMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlShareMapState/MlShareMapState.js">
|
|
1219
|
-
<metrics statements="
|
|
1220
|
-
<line num="
|
|
1221
|
-
<line num="
|
|
1194
|
+
<metrics statements="81" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
1195
|
+
<line num="16" count="0" type="stmt"/>
|
|
1196
|
+
<line num="18" count="0" type="stmt"/>
|
|
1222
1197
|
<line num="19" count="0" type="stmt"/>
|
|
1223
1198
|
<line num="20" count="0" type="stmt"/>
|
|
1224
1199
|
<line num="21" count="0" type="stmt"/>
|
|
1225
1200
|
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1201
|
+
<line num="23" count="0" type="stmt"/>
|
|
1226
1202
|
<line num="24" count="0" type="stmt"/>
|
|
1227
|
-
<line num="
|
|
1228
|
-
<line num="27" count="0" type="stmt"/>
|
|
1229
|
-
<line num="29" count="0" type="stmt"/>
|
|
1230
|
-
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1203
|
+
<line num="35" count="0" type="stmt"/>
|
|
1231
1204
|
<line num="37" count="0" type="stmt"/>
|
|
1232
1205
|
<line num="38" count="0" type="stmt"/>
|
|
1233
1206
|
<line num="40" count="0" type="stmt"/>
|
|
1234
|
-
<line num="
|
|
1235
|
-
<line num="45" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1207
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1236
1208
|
<line num="48" count="0" type="stmt"/>
|
|
1237
1209
|
<line num="49" count="0" type="stmt"/>
|
|
1238
|
-
<line num="
|
|
1239
|
-
<line num="52" count="0" type="stmt"/>
|
|
1240
|
-
<line num="53" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1241
|
-
<line num="54" count="0" type="stmt"/>
|
|
1210
|
+
<line num="51" count="0" type="stmt"/>
|
|
1242
1211
|
<line num="55" count="0" type="stmt"/>
|
|
1243
|
-
<line num="56" count="0" type="
|
|
1244
|
-
<line num="
|
|
1245
|
-
<line num="
|
|
1246
|
-
<line num="
|
|
1247
|
-
<line num="63" count="0" type="
|
|
1248
|
-
<line num="
|
|
1212
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1213
|
+
<line num="59" count="0" type="stmt"/>
|
|
1214
|
+
<line num="60" count="0" type="stmt"/>
|
|
1215
|
+
<line num="61" count="0" type="stmt"/>
|
|
1216
|
+
<line num="63" count="0" type="stmt"/>
|
|
1217
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1218
|
+
<line num="65" count="0" type="stmt"/>
|
|
1249
1219
|
<line num="66" count="0" type="stmt"/>
|
|
1250
|
-
<line num="
|
|
1251
|
-
<line num="
|
|
1252
|
-
<line num="
|
|
1220
|
+
<line num="67" count="0" type="stmt"/>
|
|
1221
|
+
<line num="68" count="0" type="stmt"/>
|
|
1222
|
+
<line num="72" count="0" type="stmt"/>
|
|
1223
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1224
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1253
1225
|
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1254
|
-
<line num="
|
|
1255
|
-
<line num="
|
|
1256
|
-
<line num="
|
|
1257
|
-
<line num="
|
|
1226
|
+
<line num="77" count="0" type="stmt"/>
|
|
1227
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1228
|
+
<line num="80" count="0" type="stmt"/>
|
|
1229
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1230
|
+
<line num="82" count="0" type="stmt"/>
|
|
1231
|
+
<line num="88" count="0" type="stmt"/>
|
|
1232
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1233
|
+
<line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1234
|
+
<line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1235
|
+
<line num="93" count="0" type="stmt"/>
|
|
1258
1236
|
<line num="94" count="0" type="stmt"/>
|
|
1259
|
-
<line num="95" count="0" type="stmt"/>
|
|
1260
|
-
<line num="96" count="0" type="stmt"/>
|
|
1261
1237
|
<line num="97" count="0" type="stmt"/>
|
|
1262
|
-
<line num="
|
|
1263
|
-
<line num="
|
|
1264
|
-
<line num="
|
|
1238
|
+
<line num="98" count="0" type="stmt"/>
|
|
1239
|
+
<line num="99" count="0" type="stmt"/>
|
|
1240
|
+
<line num="105" count="0" type="stmt"/>
|
|
1265
1241
|
<line num="106" count="0" type="stmt"/>
|
|
1266
|
-
<line num="
|
|
1267
|
-
<line num="113" count="0" type="
|
|
1242
|
+
<line num="112" count="0" type="stmt"/>
|
|
1243
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1244
|
+
<line num="114" count="0" type="stmt"/>
|
|
1245
|
+
<line num="124" count="0" type="stmt"/>
|
|
1246
|
+
<line num="128" count="0" type="stmt"/>
|
|
1247
|
+
<line num="129" count="0" type="stmt"/>
|
|
1248
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1249
|
+
<line num="132" count="0" type="stmt"/>
|
|
1250
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1251
|
+
<line num="134" count="0" type="stmt"/>
|
|
1252
|
+
<line num="135" count="0" type="stmt"/>
|
|
1253
|
+
<line num="136" count="0" type="stmt"/>
|
|
1254
|
+
<line num="137" count="0" type="stmt"/>
|
|
1255
|
+
<line num="138" count="0" type="stmt"/>
|
|
1256
|
+
<line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1257
|
+
<line num="141" count="0" type="stmt"/>
|
|
1258
|
+
<line num="143" count="0" type="stmt"/>
|
|
1259
|
+
<line num="146" count="0" type="stmt"/>
|
|
1260
|
+
<line num="147" count="0" type="stmt"/>
|
|
1261
|
+
<line num="148" count="0" type="stmt"/>
|
|
1262
|
+
<line num="149" count="0" type="stmt"/>
|
|
1263
|
+
<line num="150" count="0" type="stmt"/>
|
|
1264
|
+
<line num="153" count="0" type="stmt"/>
|
|
1265
|
+
<line num="155" count="0" type="stmt"/>
|
|
1266
|
+
<line num="158" count="0" type="stmt"/>
|
|
1267
|
+
<line num="159" count="0" type="stmt"/>
|
|
1268
|
+
<line num="160" count="0" type="stmt"/>
|
|
1269
|
+
<line num="161" count="0" type="stmt"/>
|
|
1270
|
+
<line num="164" count="0" type="stmt"/>
|
|
1271
|
+
<line num="165" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
1272
|
+
<line num="166" count="0" type="stmt"/>
|
|
1273
|
+
<line num="170" count="0" type="stmt"/>
|
|
1274
|
+
<line num="173" count="0" type="stmt"/>
|
|
1275
|
+
<line num="177" count="0" type="stmt"/>
|
|
1268
1276
|
</file>
|
|
1269
1277
|
</package>
|
|
1270
1278
|
<package name="src.components.MlSpatialElevationProfile">
|
|
@@ -1410,17 +1418,16 @@
|
|
|
1410
1418
|
</file>
|
|
1411
1419
|
</package>
|
|
1412
1420
|
<package name="src.components.MlUseMapDebugger">
|
|
1413
|
-
<metrics statements="
|
|
1421
|
+
<metrics statements="7" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1414
1422
|
<file name="MlUseMapDebugger.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlUseMapDebugger/MlUseMapDebugger.js">
|
|
1415
|
-
<metrics statements="
|
|
1416
|
-
<line num="
|
|
1417
|
-
<line num="
|
|
1418
|
-
<line num="
|
|
1419
|
-
<line num="
|
|
1420
|
-
<line num="
|
|
1421
|
-
<line num="
|
|
1422
|
-
<line num="
|
|
1423
|
-
<line num="75" count="0" type="stmt"/>
|
|
1423
|
+
<metrics statements="7" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1424
|
+
<line num="14" count="0" type="stmt"/>
|
|
1425
|
+
<line num="15" count="0" type="stmt"/>
|
|
1426
|
+
<line num="27" count="0" type="stmt"/>
|
|
1427
|
+
<line num="28" count="0" type="stmt"/>
|
|
1428
|
+
<line num="30" count="0" type="stmt"/>
|
|
1429
|
+
<line num="65" count="0" type="stmt"/>
|
|
1430
|
+
<line num="69" count="0" type="stmt"/>
|
|
1424
1431
|
</file>
|
|
1425
1432
|
</package>
|
|
1426
1433
|
<package name="src.components.MlVectorTileLayer">
|
|
@@ -1545,9 +1552,9 @@
|
|
|
1545
1552
|
</file>
|
|
1546
1553
|
</package>
|
|
1547
1554
|
<package name="src.components.MlWmsLoader">
|
|
1548
|
-
<metrics statements="
|
|
1555
|
+
<metrics statements="90" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
1549
1556
|
<file name="MlWmsLoader.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLoader/MlWmsLoader.js">
|
|
1550
|
-
<metrics statements="
|
|
1557
|
+
<metrics statements="90" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
1551
1558
|
<line num="19" count="0" type="stmt"/>
|
|
1552
1559
|
<line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1553
1560
|
<line num="21" count="0" type="stmt"/>
|
|
@@ -1611,171 +1618,151 @@
|
|
|
1611
1618
|
<line num="153" count="0" type="stmt"/>
|
|
1612
1619
|
<line num="154" count="0" type="stmt"/>
|
|
1613
1620
|
<line num="158" count="0" type="stmt"/>
|
|
1614
|
-
<line num="159" count="0" type="
|
|
1621
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1622
|
+
<line num="161" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1615
1623
|
<line num="162" count="0" type="stmt"/>
|
|
1616
|
-
<line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1617
|
-
<line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1618
1624
|
<line num="166" count="0" type="stmt"/>
|
|
1619
|
-
<line num="
|
|
1620
|
-
<line num="
|
|
1621
|
-
<line num="
|
|
1622
|
-
<line num="
|
|
1625
|
+
<line num="171" count="0" type="stmt"/>
|
|
1626
|
+
<line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1627
|
+
<line num="174" count="0" type="stmt"/>
|
|
1628
|
+
<line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1629
|
+
<line num="176" count="0" type="stmt"/>
|
|
1623
1630
|
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1624
1631
|
<line num="180" count="0" type="stmt"/>
|
|
1625
|
-
<line num="
|
|
1626
|
-
<line num="
|
|
1627
|
-
<line num="
|
|
1628
|
-
<line num="
|
|
1632
|
+
<line num="185" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1633
|
+
<line num="186" count="0" type="stmt"/>
|
|
1634
|
+
<line num="194" count="0" type="stmt"/>
|
|
1635
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1629
1636
|
<line num="198" count="0" type="stmt"/>
|
|
1630
|
-
<line num="199" count="0" type="
|
|
1631
|
-
<line num="
|
|
1632
|
-
<line num="
|
|
1637
|
+
<line num="199" count="0" type="stmt"/>
|
|
1638
|
+
<line num="200" count="0" type="stmt"/>
|
|
1639
|
+
<line num="201" count="0" type="stmt"/>
|
|
1633
1640
|
<line num="204" count="0" type="stmt"/>
|
|
1634
|
-
<line num="
|
|
1635
|
-
<line num="
|
|
1636
|
-
<line num="
|
|
1637
|
-
<line num="
|
|
1638
|
-
<line num="
|
|
1639
|
-
<line num="
|
|
1640
|
-
<line num="
|
|
1641
|
-
<line num="267" count="0" type="stmt"/>
|
|
1642
|
-
<line num="279" count="0" type="stmt"/>
|
|
1641
|
+
<line num="210" count="0" type="stmt"/>
|
|
1642
|
+
<line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1643
|
+
<line num="231" count="0" type="stmt"/>
|
|
1644
|
+
<line num="232" count="0" type="stmt"/>
|
|
1645
|
+
<line num="233" count="0" type="stmt"/>
|
|
1646
|
+
<line num="263" count="0" type="stmt"/>
|
|
1647
|
+
<line num="275" count="0" type="stmt"/>
|
|
1643
1648
|
</file>
|
|
1644
1649
|
</package>
|
|
1645
1650
|
<package name="src.hooks">
|
|
1646
|
-
<metrics statements="
|
|
1651
|
+
<metrics statements="106" coveredstatements="54" conditionals="42" coveredconditionals="14" methods="19" coveredmethods="9"/>
|
|
1647
1652
|
<file name="useMap.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMap.js">
|
|
1648
|
-
<metrics statements="
|
|
1649
|
-
<line num="
|
|
1650
|
-
<line num="
|
|
1651
|
-
<line num="
|
|
1652
|
-
<line num="
|
|
1653
|
-
<line num="
|
|
1654
|
-
<line num="
|
|
1655
|
-
<line num="
|
|
1656
|
-
<line num="
|
|
1657
|
-
<line num="
|
|
1658
|
-
<line num="
|
|
1659
|
-
<line num="
|
|
1660
|
-
<line num="
|
|
1661
|
-
<line num="
|
|
1662
|
-
<line num="
|
|
1663
|
-
<line num="
|
|
1664
|
-
<line num="
|
|
1665
|
-
<line num="
|
|
1666
|
-
<line num="
|
|
1667
|
-
<line num="
|
|
1668
|
-
<line num="
|
|
1669
|
-
<line num="
|
|
1653
|
+
<metrics statements="27" coveredstatements="21" conditionals="12" coveredconditionals="6" methods="5" coveredmethods="4"/>
|
|
1654
|
+
<line num="8" count="33" type="stmt"/>
|
|
1655
|
+
<line num="10" count="33" type="stmt"/>
|
|
1656
|
+
<line num="19" count="33" type="stmt"/>
|
|
1657
|
+
<line num="20" count="33" type="stmt"/>
|
|
1658
|
+
<line num="22" count="33" type="stmt"/>
|
|
1659
|
+
<line num="24" count="33" type="stmt"/>
|
|
1660
|
+
<line num="26" count="33" type="stmt"/>
|
|
1661
|
+
<line num="27" count="10" type="stmt"/>
|
|
1662
|
+
<line num="29" count="10" type="stmt"/>
|
|
1663
|
+
<line num="30" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1664
|
+
<line num="31" count="4" type="stmt"/>
|
|
1665
|
+
<line num="32" count="4" type="stmt"/>
|
|
1666
|
+
<line num="34" count="4" type="stmt"/>
|
|
1667
|
+
<line num="35" count="4" type="stmt"/>
|
|
1668
|
+
<line num="39" count="33" type="stmt"/>
|
|
1669
|
+
<line num="40" count="30" type="cond" truecount="4" falsecount="0"/>
|
|
1670
|
+
<line num="43" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
1671
|
+
<line num="44" count="0" type="stmt"/>
|
|
1672
|
+
<line num="46" count="0" type="stmt"/>
|
|
1673
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1674
|
+
<line num="48" count="0" type="stmt"/>
|
|
1675
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1670
1676
|
<line num="52" count="0" type="stmt"/>
|
|
1671
|
-
<line num="
|
|
1672
|
-
<line num="
|
|
1673
|
-
<line num="59" count="
|
|
1674
|
-
<line num="
|
|
1675
|
-
<line num="62" count="0" type="stmt"/>
|
|
1676
|
-
<line num="63" count="0" type="stmt"/>
|
|
1677
|
-
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1678
|
-
<line num="67" count="0" type="stmt"/>
|
|
1679
|
-
<line num="68" count="0" type="stmt"/>
|
|
1680
|
-
<line num="69" count="0" type="stmt"/>
|
|
1681
|
-
<line num="72" count="0" type="stmt"/>
|
|
1682
|
-
<line num="73" count="0" type="stmt"/>
|
|
1683
|
-
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1684
|
-
<line num="75" count="0" type="stmt"/>
|
|
1685
|
-
<line num="76" count="0" type="stmt"/>
|
|
1686
|
-
<line num="82" count="0" type="stmt"/>
|
|
1687
|
-
<line num="83" count="0" type="stmt"/>
|
|
1688
|
-
<line num="86" count="0" type="stmt"/>
|
|
1689
|
-
<line num="92" count="0" type="stmt"/>
|
|
1677
|
+
<line num="57" count="10" type="stmt"/>
|
|
1678
|
+
<line num="58" count="10" type="stmt"/>
|
|
1679
|
+
<line num="59" count="10" type="stmt"/>
|
|
1680
|
+
<line num="62" count="33" type="stmt"/>
|
|
1690
1681
|
</file>
|
|
1691
1682
|
<file name="useMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMapState.js">
|
|
1692
|
-
<metrics statements="
|
|
1693
|
-
<line num="13" count="
|
|
1694
|
-
<line num="15" count="
|
|
1695
|
-
<line num="16" count="
|
|
1696
|
-
<line num="18" count="
|
|
1697
|
-
<line num="
|
|
1698
|
-
<line num="21" count="
|
|
1699
|
-
<line num="
|
|
1700
|
-
<line num="24" count="
|
|
1701
|
-
<line num="
|
|
1683
|
+
<metrics statements="44" coveredstatements="33" conditionals="22" coveredconditionals="8" methods="7" coveredmethods="5"/>
|
|
1684
|
+
<line num="13" count="49" type="stmt"/>
|
|
1685
|
+
<line num="15" count="49" type="stmt"/>
|
|
1686
|
+
<line num="16" count="49" type="stmt"/>
|
|
1687
|
+
<line num="18" count="49" type="stmt"/>
|
|
1688
|
+
<line num="19" count="49" type="stmt"/>
|
|
1689
|
+
<line num="21" count="49" type="stmt"/>
|
|
1690
|
+
<line num="22" count="49" type="stmt"/>
|
|
1691
|
+
<line num="24" count="49" type="stmt"/>
|
|
1692
|
+
<line num="32" count="49" type="stmt"/>
|
|
1693
|
+
<line num="34" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1702
1694
|
<line num="35" count="0" type="stmt"/>
|
|
1703
|
-
<line num="
|
|
1704
|
-
<line num="
|
|
1705
|
-
<line num="
|
|
1706
|
-
<line num="42" count="0" type="
|
|
1707
|
-
<line num="
|
|
1708
|
-
<line num="
|
|
1709
|
-
<line num="
|
|
1710
|
-
<line num="
|
|
1711
|
-
<line num="
|
|
1712
|
-
<line num="
|
|
1713
|
-
<line num="
|
|
1714
|
-
<line num="
|
|
1715
|
-
<line num="
|
|
1716
|
-
<line num="63" count="
|
|
1717
|
-
<line num="64" count="
|
|
1718
|
-
<line num="
|
|
1719
|
-
<line num="
|
|
1720
|
-
<line num="68" count="
|
|
1721
|
-
<line num="
|
|
1722
|
-
<line num="
|
|
1723
|
-
<line num="
|
|
1724
|
-
<line num="
|
|
1725
|
-
<line num="79" count="
|
|
1695
|
+
<line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1696
|
+
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1697
|
+
<line num="40" count="0" type="stmt"/>
|
|
1698
|
+
<line num="42" count="0" type="stmt"/>
|
|
1699
|
+
<line num="46" count="0" type="stmt"/>
|
|
1700
|
+
<line num="51" count="49" type="stmt"/>
|
|
1701
|
+
<line num="52" count="14" type="stmt"/>
|
|
1702
|
+
<line num="53" count="14" type="stmt"/>
|
|
1703
|
+
<line num="54" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
1704
|
+
<line num="55" count="14" type="stmt"/>
|
|
1705
|
+
<line num="56" count="14" type="stmt"/>
|
|
1706
|
+
<line num="60" count="49" type="stmt"/>
|
|
1707
|
+
<line num="61" count="14" type="stmt"/>
|
|
1708
|
+
<line num="63" count="14" type="stmt"/>
|
|
1709
|
+
<line num="64" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1710
|
+
<line num="65" count="6" type="stmt"/>
|
|
1711
|
+
<line num="66" count="6" type="stmt"/>
|
|
1712
|
+
<line num="68" count="6" type="stmt"/>
|
|
1713
|
+
<line num="72" count="49" type="stmt"/>
|
|
1714
|
+
<line num="73" count="28" type="cond" truecount="4" falsecount="0"/>
|
|
1715
|
+
<line num="76" count="14" type="stmt"/>
|
|
1716
|
+
<line num="77" count="14" type="stmt"/>
|
|
1717
|
+
<line num="79" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
1726
1718
|
<line num="80" count="0" type="stmt"/>
|
|
1727
|
-
<line num="
|
|
1728
|
-
<line num="
|
|
1729
|
-
<line num="
|
|
1730
|
-
<line num="
|
|
1731
|
-
<line num="
|
|
1732
|
-
<line num="
|
|
1733
|
-
<line num="
|
|
1734
|
-
<line num="
|
|
1735
|
-
<line num="
|
|
1736
|
-
<line num="122" count="0" type="stmt"/>
|
|
1737
|
-
<line num="128" count="0" type="stmt"/>
|
|
1738
|
-
<line num="140" count="0" type="stmt"/>
|
|
1719
|
+
<line num="82" count="0" type="stmt"/>
|
|
1720
|
+
<line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1721
|
+
<line num="86" count="0" type="stmt"/>
|
|
1722
|
+
<line num="93" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
1723
|
+
<line num="94" count="14" type="stmt"/>
|
|
1724
|
+
<line num="96" count="14" type="stmt"/>
|
|
1725
|
+
<line num="108" count="49" type="stmt"/>
|
|
1726
|
+
<line num="114" count="4" type="stmt"/>
|
|
1727
|
+
<line num="126" count="4" type="stmt"/>
|
|
1739
1728
|
</file>
|
|
1740
1729
|
<file name="useWms.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useWms.js">
|
|
1741
|
-
<metrics statements="
|
|
1730
|
+
<metrics statements="35" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
1731
|
+
<line num="6" count="0" type="stmt"/>
|
|
1732
|
+
<line num="7" count="0" type="stmt"/>
|
|
1742
1733
|
<line num="8" count="0" type="stmt"/>
|
|
1743
1734
|
<line num="9" count="0" type="stmt"/>
|
|
1744
|
-
<line num="
|
|
1735
|
+
<line num="10" count="0" type="stmt"/>
|
|
1745
1736
|
<line num="12" count="0" type="stmt"/>
|
|
1746
1737
|
<line num="13" count="0" type="stmt"/>
|
|
1747
1738
|
<line num="14" count="0" type="stmt"/>
|
|
1748
|
-
<line num="
|
|
1749
|
-
<line num="17" count="0" type="stmt"/>
|
|
1750
|
-
<line num="18" count="0" type="stmt"/>
|
|
1739
|
+
<line num="16" count="0" type="stmt"/>
|
|
1751
1740
|
<line num="19" count="0" type="stmt"/>
|
|
1752
1741
|
<line num="21" count="0" type="stmt"/>
|
|
1753
|
-
<line num="
|
|
1754
|
-
<line num="
|
|
1742
|
+
<line num="22" count="0" type="stmt"/>
|
|
1743
|
+
<line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1755
1744
|
<line num="27" count="0" type="stmt"/>
|
|
1756
|
-
<line num="
|
|
1745
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1746
|
+
<line num="29" count="0" type="stmt"/>
|
|
1747
|
+
<line num="30" count="0" type="stmt"/>
|
|
1757
1748
|
<line num="32" count="0" type="stmt"/>
|
|
1758
|
-
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1759
1749
|
<line num="34" count="0" type="stmt"/>
|
|
1760
|
-
<line num="35" count="0" type="stmt"/>
|
|
1761
|
-
<line num="37" count="0" type="stmt"/>
|
|
1762
1750
|
<line num="39" count="0" type="stmt"/>
|
|
1751
|
+
<line num="42" count="0" type="stmt"/>
|
|
1763
1752
|
<line num="44" count="0" type="stmt"/>
|
|
1753
|
+
<line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1764
1754
|
<line num="47" count="0" type="stmt"/>
|
|
1765
1755
|
<line num="49" count="0" type="stmt"/>
|
|
1766
|
-
<line num="
|
|
1767
|
-
<line num="
|
|
1768
|
-
<line num="54" count="0" type="stmt"/>
|
|
1756
|
+
<line num="53" count="0" type="stmt"/>
|
|
1757
|
+
<line num="57" count="0" type="stmt"/>
|
|
1769
1758
|
<line num="58" count="0" type="stmt"/>
|
|
1770
|
-
<line num="
|
|
1759
|
+
<line num="59" count="0" type="stmt"/>
|
|
1771
1760
|
<line num="63" count="0" type="stmt"/>
|
|
1772
|
-
<line num="64" count="0" type="
|
|
1761
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1762
|
+
<line num="66" count="0" type="stmt"/>
|
|
1773
1763
|
<line num="68" count="0" type="stmt"/>
|
|
1774
|
-
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1775
|
-
<line num="71" count="0" type="stmt"/>
|
|
1776
1764
|
<line num="73" count="0" type="stmt"/>
|
|
1777
|
-
<line num="
|
|
1778
|
-
<line num="87" count="0" type="stmt"/>
|
|
1765
|
+
<line num="82" count="0" type="stmt"/>
|
|
1779
1766
|
</file>
|
|
1780
1767
|
</package>
|
|
1781
1768
|
<package name="src.translations">
|