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