@mapcomponents/react-maplibre 0.1.12 → 0.1.16

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.
Files changed (133) hide show
  1. package/.github/workflows/storybook.yml +4 -2
  2. package/CHANGELOG.md +33 -0
  3. package/README.md +22 -6
  4. package/coverage/clover.xml +893 -760
  5. package/coverage/coverage-final.json +22 -17
  6. package/coverage/lcov-report/index.html +183 -123
  7. package/coverage/lcov-report/{components → src/components}/MapLibreMap/MapLibreMap.js.html +10 -10
  8. package/coverage/lcov-report/{components → src/components}/MapLibreMap/index.html +10 -10
  9. package/coverage/lcov-report/{components → src/components}/MlCreatePdfButton/MlCreatePdfButton.js.html +10 -10
  10. package/coverage/lcov-report/{components → src/components}/MlCreatePdfButton/index.html +10 -10
  11. package/coverage/lcov-report/{components → src/components}/MlFeatureEditor/MlFeatureEditor.js.html +10 -10
  12. package/coverage/lcov-report/{components → src/components}/MlFeatureEditor/index.html +10 -10
  13. package/coverage/lcov-report/{components → src/components}/MlFillExtrusionLayer/MlFillExtrusionLayer.js.html +10 -10
  14. package/coverage/lcov-report/{components → src/components}/MlFillExtrusionLayer/index.html +10 -10
  15. package/coverage/lcov-report/{components → src/components}/MlFollowGps/MlFollowGps.js.html +148 -136
  16. package/coverage/lcov-report/{components → src/components}/MlFollowGps/index.html +24 -24
  17. package/coverage/lcov-report/{components → src/components}/MlGPXViewer/MlGPXViewer.js.html +66 -60
  18. package/coverage/lcov-report/{components → src/components}/MlGPXViewer/gpxConverter.js.html +49 -70
  19. package/coverage/lcov-report/{components → src/components}/MlGPXViewer/index.html +25 -25
  20. package/coverage/lcov-report/{components → src/components}/MlGeoJsonLayer/MlGeoJsonLayer.js.html +155 -47
  21. package/coverage/lcov-report/{components → src/components}/MlGeoJsonLayer/index.html +28 -28
  22. package/coverage/lcov-report/{components/MlLayer/MlLayer.js.html → src/components/MlImageMarkerLayer/MlImageMarkerLayer.js.html} +88 -121
  23. package/coverage/lcov-report/{components → src/components}/MlImageMarkerLayer/index.html +28 -28
  24. package/coverage/lcov-report/{components/MlImageMarkerLayer/MlImageMarkerLayer.js.html → src/components/MlLayer/MlLayer.js.html} +116 -125
  25. package/coverage/lcov-report/src/components/MlLayer/index.html +117 -0
  26. package/coverage/lcov-report/{components → src/components}/MlLayerMagnify/MlLayerMagnify.js.html +41 -41
  27. package/coverage/lcov-report/{components → src/components}/MlLayerMagnify/index.html +24 -24
  28. package/coverage/lcov-report/{components → src/components}/MlLayerSwipe/MlLayerSwipe.js.html +38 -41
  29. package/coverage/lcov-report/{components → src/components}/MlLayerSwipe/index.html +24 -24
  30. package/coverage/lcov-report/src/components/MlLayerSwitcher/MlLayerSwitcher.js.html +755 -0
  31. package/coverage/lcov-report/src/components/MlLayerSwitcher/components/LayerBox.js.html +380 -0
  32. package/coverage/lcov-report/src/components/MlLayerSwitcher/components/index.html +117 -0
  33. package/coverage/lcov-report/src/components/MlLayerSwitcher/index.html +117 -0
  34. package/coverage/lcov-report/{components → src/components}/MlMarker/MlMarker.js.html +11 -11
  35. package/coverage/lcov-report/{components → src/components}/MlMarker/index.html +10 -10
  36. package/coverage/lcov-report/{components → src/components}/MlNavigationCompass/MlNavigationCompass.js.html +10 -10
  37. package/coverage/lcov-report/{components → src/components}/MlNavigationCompass/index.html +10 -10
  38. package/coverage/lcov-report/{components → src/components}/MlNavigationTools/MlNavigationTools.js.html +50 -41
  39. package/coverage/lcov-report/{components → src/components}/MlNavigationTools/index.html +18 -18
  40. package/coverage/lcov-report/{components → src/components}/MlOsmLayer/MlOsmLayer.js.html +10 -10
  41. package/coverage/lcov-report/{components → src/components}/MlOsmLayer/index.html +10 -10
  42. package/coverage/lcov-report/{components → src/components}/MlScaleReference/MlScaleReference.js.html +10 -10
  43. package/coverage/lcov-report/{components → src/components}/MlScaleReference/index.html +10 -10
  44. package/coverage/lcov-report/{components → src/components}/MlShareMapState/MlShareMapState.js.html +217 -25
  45. package/coverage/lcov-report/{components → src/components}/MlShareMapState/index.html +18 -18
  46. package/coverage/lcov-report/{components → src/components}/MlSpatialElevationProfile/MlSpatialElevationProfile.js.html +10 -10
  47. package/coverage/lcov-report/{components → src/components}/MlSpatialElevationProfile/index.html +10 -10
  48. package/coverage/lcov-report/{components → src/components}/MlThreeJsLayer/MlThreeJsLayer.js.html +30 -54
  49. package/coverage/lcov-report/{components → src/components}/MlThreeJsLayer/index.html +24 -24
  50. package/coverage/lcov-report/{components → src/components}/MlUseMapDebugger/MlUseMapDebugger.js.html +10 -10
  51. package/coverage/lcov-report/{components → src/components}/MlUseMapDebugger/index.html +10 -10
  52. package/coverage/lcov-report/{components → src/components}/MlVectorTileLayer/MlVectorTileLayer.js.html +10 -10
  53. package/coverage/lcov-report/{components → src/components}/MlVectorTileLayer/index.html +10 -10
  54. package/coverage/lcov-report/{components → src/components}/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +10 -10
  55. package/coverage/lcov-report/{components → src/components}/MlWmsFeatureInfoPopup/index.html +10 -10
  56. package/coverage/lcov-report/{components → src/components}/MlWmsLayer/MlWmsLayer.js.html +13 -13
  57. package/coverage/lcov-report/{components → src/components}/MlWmsLayer/index.html +14 -14
  58. package/coverage/lcov-report/{components → src/components}/MlWmsLoader/MlWmsLoader.js.html +31 -19
  59. package/coverage/lcov-report/{components → src/components}/MlWmsLoader/index.html +16 -16
  60. package/coverage/lcov-report/src/hooks/index.html +147 -0
  61. package/coverage/lcov-report/src/hooks/useMap.js.html +296 -0
  62. package/coverage/lcov-report/{hooks → src/hooks}/useMapState.js.html +91 -91
  63. package/coverage/lcov-report/{hooks → src/hooks}/useWms.js.html +18 -18
  64. package/coverage/lcov-report/src/i18n.js.html +167 -0
  65. package/coverage/lcov-report/src/index.html +117 -0
  66. package/coverage/lcov-report/src/translations/english.js.html +95 -0
  67. package/coverage/lcov-report/src/translations/german.js.html +95 -0
  68. package/coverage/lcov-report/src/translations/index.html +132 -0
  69. package/coverage/lcov.info +1610 -1314
  70. package/dist/b556faa3bc6829d2.png +0 -0
  71. package/dist/index.esm.js +934 -668
  72. package/dist/index.esm.js.map +1 -1
  73. package/package.json +3 -1
  74. package/public/assets/dop.png +0 -0
  75. package/public/assets/historic.png +0 -0
  76. package/public/assets/osm.png +0 -0
  77. package/public/thumbnails/MlFollowGps.png +0 -0
  78. package/public/thumbnails/MlThreeJsLayer.png +0 -0
  79. package/src/components/MapLibreMap/lib/MapLibreGlWrapper.js +53 -67
  80. package/src/components/MlComponentTemplate/MlComponentTemplate.js +6 -31
  81. package/src/components/MlFeatureEditor/MlFeatureEditor.meta.json +2 -2
  82. package/src/components/MlFollowGps/MlFollowGps.js +92 -88
  83. package/src/components/MlFollowGps/MlFollowGps.meta.json +2 -2
  84. package/src/components/MlFollowGps/MlFollowGps.test.js +3 -5
  85. package/src/components/MlFollowGps/assets/marker.png +0 -0
  86. package/src/components/MlGPXViewer/MlGPXViewer.js +45 -43
  87. package/src/components/MlGPXViewer/gpxConverter.js +22 -29
  88. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js +45 -9
  89. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js +21 -57
  90. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.test.js +6 -7
  91. package/src/components/MlLayer/MlLayer.js +28 -6
  92. package/src/components/MlLayer/MlLayer.test.js +12 -10
  93. package/src/components/MlLayerMagnify/MlLayerMagnify.js +3 -3
  94. package/src/components/MlLayerSwipe/MlLayerSwipe.js +4 -5
  95. package/src/components/MlLayerSwitcher/MlLayerSwitcher.css +17 -0
  96. package/src/components/MlLayerSwitcher/MlLayerSwitcher.doc.de.md +3 -0
  97. package/src/components/MlLayerSwitcher/MlLayerSwitcher.js +223 -0
  98. package/src/components/MlLayerSwitcher/MlLayerSwitcher.meta_.json +15 -0
  99. package/src/components/MlLayerSwitcher/MlLayerSwitcher.stories.js +106 -0
  100. package/src/components/MlLayerSwitcher/assets/sample_1.json +26 -0
  101. package/src/components/MlLayerSwitcher/assets/sample_2.json +22 -0
  102. package/src/components/MlLayerSwitcher/components/LayerBox.js +98 -0
  103. package/src/components/MlMarker/MlMarker.js +1 -1
  104. package/src/components/MlNavigationTools/MlNavigationTools.js +29 -26
  105. package/src/components/MlScaleReference/MlScaleReference.meta.json +1 -1
  106. package/src/components/MlScaleReference/MlScaleReference.stories.js +25 -21
  107. package/src/components/MlShareMapState/MlShareMapState.js +73 -9
  108. package/src/components/MlShareMapState/MlShareMapState.stories.js +24 -1
  109. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.js +12 -6
  110. package/src/components/MlThreeJsLayer/MlThreeJsLayer.js +8 -15
  111. package/src/components/MlWmsLayer/MlWmsLayer.js +1 -1
  112. package/src/components/MlWmsLoader/MlWmsLoader.js +8 -4
  113. package/src/components/MlWmsLoader/MlWmsLoader.meta.json +1 -1
  114. package/src/components/MlWmsLoader/MlWmsLoader.stories.js +5 -4
  115. package/src/decorators/EmptyMapContextDecorator.js +11 -6
  116. package/src/decorators/MapContext3DDecorator.js +25 -20
  117. package/src/decorators/MapContextDashboardDecorator.js +7 -2
  118. package/src/decorators/MapContextDecorator.js +7 -3
  119. package/src/decorators/MapContextKlokantechBasicDecorator.js +8 -4
  120. package/src/decorators/MultiMapContextDecorator.js +2 -1
  121. package/src/hooks/useMap.js +33 -62
  122. package/src/hooks/useMapState.js +3 -3
  123. package/src/hooks/useWms.js +7 -6
  124. package/src/i18n.js +28 -0
  125. package/src/index.js +3 -0
  126. package/src/translations/english.js +4 -0
  127. package/src/translations/german.js +4 -0
  128. package/src/ui_components/ImageLoader.js +73 -0
  129. package/src/ui_components/Sidebar.js +75 -20
  130. package/src/ui_components/TopToolbar.js +18 -18
  131. package/coverage/lcov-report/components/MlLayer/index.html +0 -117
  132. package/coverage/lcov-report/hooks/index.html +0 -147
  133. package/coverage/lcov-report/hooks/useMap.js.html +0 -383
@@ -1,8 +1,16 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1638615355631" clover="3.2.0">
3
- <project timestamp="1638615355631" name="All files">
4
- <metrics statements="1509" coveredstatements="562" conditionals="831" coveredconditionals="253" methods="258" coveredmethods="91" elements="2598" coveredelements="906" complexity="0" loc="1509" ncloc="1509" packages="25" files="28" classes="28"/>
5
- <package name="components.MapLibreMap">
2
+ <coverage generated="1640261940430" clover="3.2.0">
3
+ <project timestamp="1640261940430" name="All files">
4
+ <metrics statements="1615" coveredstatements="603" conditionals="928" coveredconditionals="259" methods="282" coveredmethods="99" elements="2825" coveredelements="961" complexity="0" loc="1615" ncloc="1615" packages="29" files="33" classes="33"/>
5
+ <package name="src">
6
+ <metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
7
+ <file name="i18n.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/i18n.js">
8
+ <metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
9
+ <line num="10" count="0" type="stmt"/>
10
+ <line num="13" count="0" type="stmt"/>
11
+ </file>
12
+ </package>
13
+ <package name="src.components.MapLibreMap">
6
14
  <metrics statements="25" coveredstatements="25" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="6"/>
7
15
  <file name="MapLibreMap.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MapLibreMap/MapLibreMap.js">
8
16
  <metrics statements="25" coveredstatements="25" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="6"/>
@@ -33,7 +41,7 @@
33
41
  <line num="77" count="17" type="stmt"/>
34
42
  </file>
35
43
  </package>
36
- <package name="components.MlCreatePdfButton">
44
+ <package name="src.components.MlCreatePdfButton">
37
45
  <metrics statements="12" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
38
46
  <file name="MlCreatePdfButton.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlCreatePdfButton/MlCreatePdfButton.js">
39
47
  <metrics statements="12" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
@@ -51,7 +59,7 @@
51
59
  <line num="45" count="0" type="stmt"/>
52
60
  </file>
53
61
  </package>
54
- <package name="components.MlFeatureEditor">
62
+ <package name="src.components.MlFeatureEditor">
55
63
  <metrics statements="41" coveredstatements="34" conditionals="34" coveredconditionals="23" methods="9" coveredmethods="7"/>
56
64
  <file name="MlFeatureEditor.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFeatureEditor/MlFeatureEditor.js">
57
65
  <metrics statements="41" coveredstatements="34" conditionals="34" coveredconditionals="23" methods="9" coveredmethods="7"/>
@@ -98,7 +106,7 @@
98
106
  <line num="116" count="12" type="stmt"/>
99
107
  </file>
100
108
  </package>
101
- <package name="components.MlFillExtrusionLayer">
109
+ <package name="src.components.MlFillExtrusionLayer">
102
110
  <metrics statements="31" coveredstatements="28" conditionals="28" coveredconditionals="22" methods="6" coveredmethods="5"/>
103
111
  <file name="MlFillExtrusionLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.js">
104
112
  <metrics statements="31" coveredstatements="28" conditionals="28" coveredconditionals="22" methods="6" coveredmethods="5"/>
@@ -135,425 +143,413 @@
135
143
  <line num="110" count="1" type="stmt"/>
136
144
  </file>
137
145
  </package>
138
- <package name="components.MlFollowGps">
139
- <metrics statements="40" coveredstatements="27" conditionals="22" coveredconditionals="13" methods="7" coveredmethods="4"/>
146
+ <package name="src.components.MlFollowGps">
147
+ <metrics statements="30" coveredstatements="20" conditionals="18" coveredconditionals="10" methods="7" coveredmethods="4"/>
140
148
  <file name="MlFollowGps.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFollowGps/MlFollowGps.js">
141
- <metrics statements="40" coveredstatements="27" conditionals="22" coveredconditionals="13" methods="7" coveredmethods="4"/>
142
- <line num="21" count="1" type="stmt"/>
143
- <line num="23" count="7" type="stmt"/>
144
- <line num="24" count="7" type="stmt"/>
145
- <line num="25" count="7" type="stmt"/>
146
- <line num="26" count="7" type="stmt"/>
147
- <line num="27" count="7" type="stmt"/>
148
- <line num="29" count="7" type="stmt"/>
149
- <line num="30" count="7" type="stmt"/>
150
- <line num="31" count="7" type="cond" truecount="1" falsecount="1"/>
151
- <line num="32" count="7" type="stmt"/>
152
- <line num="34" count="7" type="stmt"/>
153
- <line num="35" count="2" type="stmt"/>
154
- <line num="38" count="2" type="stmt"/>
155
- <line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
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"/>
156
165
  <line num="46" count="0" type="stmt"/>
157
166
  <line num="47" count="0" type="stmt"/>
158
- <line num="49" count="0" type="cond" truecount="0" falsecount="2"/>
159
- <line num="50" count="0" type="stmt"/>
160
- <line num="51" count="0" type="stmt"/>
161
- <line num="52" count="0" type="stmt"/>
162
- <line num="57" count="7" type="stmt"/>
163
- <line num="58" count="4" type="cond" truecount="4" falsecount="0"/>
164
- <line num="61" count="2" type="stmt"/>
167
+ <line num="48" count="0" type="stmt"/>
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"/>
165
174
  <line num="62" count="2" type="stmt"/>
166
- <line num="63" count="2" type="stmt"/>
167
- <line num="67" count="7" type="stmt"/>
168
- <line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
169
- <line num="69" count="0" type="stmt"/>
170
- <line num="70" count="0" type="stmt"/>
171
- <line num="71" count="0" type="stmt"/>
172
- <line num="74" count="7" type="stmt"/>
173
- <line num="75" count="0" type="stmt"/>
174
- <line num="76" count="0" type="stmt"/>
175
- <line num="79" count="7" type="stmt"/>
176
- <line num="124" count="3" type="cond" truecount="2" falsecount="0"/>
177
- <line num="125" count="1" type="stmt"/>
178
- <line num="127" count="2" type="stmt"/>
179
- <line num="132" count="3" type="stmt"/>
180
- <line num="142" count="1" type="stmt"/>
181
- <line num="159" 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"/>
182
180
  </file>
183
181
  </package>
184
- <package name="components.MlGPXViewer">
185
- <metrics statements="399" coveredstatements="70" conditionals="231" coveredconditionals="8" methods="57" coveredmethods="9"/>
182
+ <package name="src.components.MlGPXViewer">
183
+ <metrics statements="397" coveredstatements="71" conditionals="233" coveredconditionals="9" methods="57" coveredmethods="9"/>
186
184
  <file name="MlGPXViewer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGPXViewer/MlGPXViewer.js">
187
- <metrics statements="120" coveredstatements="63" conditionals="28" coveredconditionals="7" methods="27" coveredmethods="8"/>
188
- <line num="25" count="1" type="stmt"/>
189
- <line num="26" count="12" type="stmt"/>
190
- <line num="27" count="12" type="cond" truecount="1" falsecount="1"/>
191
- <line num="28" count="12" type="stmt"/>
185
+ <metrics statements="121" coveredstatements="64" conditionals="30" coveredconditionals="8" methods="27" coveredmethods="8"/>
186
+ <line num="26" count="1" type="stmt"/>
187
+ <line num="27" count="12" type="stmt"/>
188
+ <line num="28" count="12" type="cond" truecount="1" falsecount="1"/>
192
189
  <line num="29" count="12" type="stmt"/>
193
190
  <line num="30" count="12" type="stmt"/>
194
191
  <line num="31" count="12" type="stmt"/>
195
192
  <line num="32" count="12" type="stmt"/>
196
193
  <line num="33" count="12" type="stmt"/>
197
194
  <line num="34" count="12" type="stmt"/>
198
- <line num="36" count="12" type="stmt"/>
195
+ <line num="35" count="12" type="stmt"/>
199
196
  <line num="37" count="12" type="stmt"/>
200
197
  <line num="38" count="12" type="stmt"/>
201
198
  <line num="39" count="12" type="stmt"/>
202
199
  <line num="40" count="12" type="stmt"/>
200
+ <line num="41" count="12" type="stmt"/>
203
201
  <line num="42" count="12" type="stmt"/>
204
- <line num="49" count="12" type="stmt"/>
205
- <line num="50" count="6" type="stmt"/>
206
- <line num="51" count="6" type="stmt"/>
202
+ <line num="44" count="12" type="stmt"/>
203
+ <line num="51" count="12" type="stmt"/>
207
204
  <line num="52" count="6" type="stmt"/>
208
- <line num="54" count="3" type="cond" truecount="1" falsecount="1"/>
209
- <line num="55" count="3" type="stmt"/>
205
+ <line num="53" count="6" type="stmt"/>
206
+ <line num="54" count="6" type="stmt"/>
207
+ <line num="56" count="3" type="cond" truecount="1" falsecount="1"/>
210
208
  <line num="57" count="3" type="stmt"/>
211
209
  <line num="59" count="3" type="stmt"/>
212
210
  <line num="61" count="3" type="stmt"/>
213
- <line num="65" count="12" type="stmt"/>
214
- <line num="66" count="12" type="cond" truecount="4" falsecount="0"/>
215
- <line num="68" count="6" type="stmt"/>
216
- <line num="69" count="6" type="stmt"/>
211
+ <line num="63" count="3" type="stmt"/>
212
+ <line num="67" count="12" type="stmt"/>
213
+ <line num="68" count="12" type="cond" truecount="4" falsecount="0"/>
214
+ <line num="70" count="6" type="stmt"/>
217
215
  <line num="71" count="6" type="stmt"/>
218
- <line num="79" count="6" type="stmt"/>
219
- <line num="92" count="6" type="stmt"/>
220
- <line num="107" count="6" type="stmt"/>
221
- <line num="108" count="12" type="stmt"/>
222
- <line num="110" count="6" type="stmt"/>
223
- <line num="112" count="0" type="stmt"/>
216
+ <line num="73" count="6" type="stmt"/>
217
+ <line num="81" count="6" type="stmt"/>
218
+ <line num="94" count="6" type="stmt"/>
219
+ <line num="109" count="6" type="stmt"/>
220
+ <line num="110" count="12" type="stmt"/>
221
+ <line num="112" count="6" type="stmt"/>
224
222
  <line num="114" count="0" type="stmt"/>
225
223
  <line num="116" count="0" type="stmt"/>
226
- <line num="121" count="0" type="stmt"/>
227
- <line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
228
- <line num="128" count="0" type="stmt"/>
229
- <line num="131" count="6" type="stmt"/>
230
- <line num="132" count="0" type="stmt"/>
231
- <line num="133" count="0" type="stmt"/>
232
- <line num="136" count="6" type="stmt"/>
233
- <line num="139" count="12" type="stmt"/>
234
- <line num="140" count="12" type="stmt"/>
224
+ <line num="118" count="0" type="stmt"/>
225
+ <line num="123" count="0" type="stmt"/>
226
+ <line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
227
+ <line num="130" count="0" type="stmt"/>
228
+ <line num="133" count="6" type="stmt"/>
229
+ <line num="134" count="0" type="stmt"/>
230
+ <line num="135" count="0" type="stmt"/>
231
+ <line num="138" count="6" type="stmt"/>
235
232
  <line num="141" count="12" type="stmt"/>
236
- <line num="142" count="0" type="stmt"/>
237
- <line num="143" count="0" type="stmt"/>
238
- <line num="145" count="12" type="stmt"/>
239
- <line num="146" count="0" type="stmt"/>
240
- <line num="148" count="12" type="stmt"/>
241
- <line num="149" count="0" type="stmt"/>
242
- <line num="150" count="0" type="stmt"/>
243
- <line num="153" count="12" type="stmt"/>
244
- <line num="154" count="12" type="stmt"/>
233
+ <line num="142" count="12" type="stmt"/>
234
+ <line num="143" count="12" type="stmt"/>
235
+ <line num="144" count="0" type="stmt"/>
236
+ <line num="145" count="0" type="stmt"/>
237
+ <line num="147" count="12" type="stmt"/>
238
+ <line num="148" count="0" type="stmt"/>
239
+ <line num="150" count="12" type="stmt"/>
240
+ <line num="151" count="0" type="stmt"/>
241
+ <line num="152" count="0" type="stmt"/>
242
+ <line num="155" count="12" type="stmt"/>
245
243
  <line num="156" count="12" type="stmt"/>
246
244
  <line num="158" count="12" type="stmt"/>
247
245
  <line num="160" count="12" type="stmt"/>
248
- <line num="161" count="9" type="stmt"/>
249
- <line num="162" count="9" type="stmt"/>
246
+ <line num="162" count="12" type="stmt"/>
250
247
  <line num="163" count="9" type="stmt"/>
251
248
  <line num="164" count="9" type="stmt"/>
252
249
  <line num="165" count="9" type="stmt"/>
253
- <line num="169" count="12" type="stmt"/>
254
- <line num="170" count="0" type="stmt"/>
255
- <line num="171" count="0" type="stmt"/>
256
- <line num="174" count="12" type="stmt"/>
257
- <line num="175" count="6" type="cond" truecount="1" falsecount="1"/>
258
- <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
259
- <line num="179" count="0" type="stmt"/>
260
- <line num="180" count="0" type="stmt"/>
261
- <line num="184" count="12" type="stmt"/>
262
- <line num="185" count="0" type="stmt"/>
263
- <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
264
- <line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
265
- <line num="189" count="0" type="stmt"/>
266
- <line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
267
- <line num="193" count="0" type="stmt"/>
268
- <line num="194" count="0" type="stmt"/>
250
+ <line num="166" count="9" type="stmt"/>
251
+ <line num="167" count="9" type="stmt"/>
252
+ <line num="171" count="12" type="stmt"/>
253
+ <line num="172" count="0" type="stmt"/>
254
+ <line num="173" count="0" type="stmt"/>
255
+ <line num="176" count="12" type="stmt"/>
256
+ <line num="177" count="6" type="cond" truecount="1" falsecount="1"/>
257
+ <line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
258
+ <line num="181" count="0" type="stmt"/>
259
+ <line num="182" count="0" type="stmt"/>
260
+ <line num="186" count="12" type="stmt"/>
261
+ <line num="187" count="0" type="stmt"/>
262
+ <line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
263
+ <line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
264
+ <line num="191" count="0" type="stmt"/>
265
+ <line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
269
266
  <line num="195" count="0" type="stmt"/>
267
+ <line num="196" count="0" type="stmt"/>
270
268
  <line num="197" count="0" type="stmt"/>
271
- <line num="198" count="0" type="stmt"/>
272
- <line num="205" count="12" type="stmt"/>
273
- <line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
274
- <line num="207" count="0" type="stmt"/>
275
- <line num="208" count="0" type="stmt"/>
269
+ <line num="199" count="0" type="stmt"/>
270
+ <line num="200" count="0" type="stmt"/>
271
+ <line num="207" count="12" type="stmt"/>
272
+ <line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
276
273
  <line num="209" count="0" type="stmt"/>
277
274
  <line num="210" count="0" type="stmt"/>
278
275
  <line num="211" count="0" type="stmt"/>
279
276
  <line num="212" count="0" type="stmt"/>
280
277
  <line num="213" count="0" type="stmt"/>
281
278
  <line num="214" count="0" type="stmt"/>
282
- <line num="216" count="0" type="cond" truecount="0" falsecount="2"/>
283
- <line num="217" count="0" type="stmt"/>
284
- <line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
285
- <line num="220" count="0" type="stmt"/>
286
- <line num="225" count="0" type="stmt"/>
287
- <line num="228" count="0" type="stmt"/>
288
- <line num="229" count="0" type="stmt"/>
279
+ <line num="215" count="0" type="stmt"/>
280
+ <line num="216" count="0" type="stmt"/>
281
+ <line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
282
+ <line num="219" count="0" type="stmt"/>
283
+ <line num="221" count="0" type="cond" truecount="0" falsecount="2"/>
284
+ <line num="222" count="0" type="stmt"/>
285
+ <line num="227" count="0" type="stmt"/>
289
286
  <line num="230" count="0" type="stmt"/>
290
287
  <line num="231" count="0" type="stmt"/>
291
288
  <line num="232" count="0" type="stmt"/>
289
+ <line num="233" count="0" type="stmt"/>
292
290
  <line num="234" count="0" type="stmt"/>
293
- <line num="238" count="12" type="stmt"/>
294
- <line num="239" count="0" type="stmt"/>
295
- <line num="242" count="12" type="stmt"/>
296
- <line num="243" count="0" type="stmt"/>
297
- <line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
291
+ <line num="236" count="0" type="stmt"/>
292
+ <line num="240" count="12" type="stmt"/>
293
+ <line num="241" count="0" type="stmt"/>
294
+ <line num="244" count="12" type="stmt"/>
298
295
  <line num="245" count="0" type="stmt"/>
299
- <line num="246" count="0" type="stmt"/>
296
+ <line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
300
297
  <line num="247" count="0" type="stmt"/>
301
- <line num="250" count="0" type="stmt"/>
302
- <line num="253" count="12" type="stmt"/>
303
- <line num="254" count="0" type="stmt"/>
304
- <line num="256" count="12" type="stmt"/>
305
- <line num="308" count="0" type="stmt"/>
306
- <line num="345" count="1" type="stmt"/>
307
- <line num="349" count="1" type="stmt"/>
298
+ <line num="248" count="0" type="stmt"/>
299
+ <line num="249" count="0" type="stmt"/>
300
+ <line num="252" count="0" type="stmt"/>
301
+ <line num="255" count="12" type="stmt"/>
302
+ <line num="256" count="0" type="stmt"/>
303
+ <line num="258" count="12" type="stmt"/>
304
+ <line num="310" count="0" type="stmt"/>
305
+ <line num="347" count="1" type="stmt"/>
306
+ <line num="351" count="1" type="stmt"/>
308
307
  </file>
309
308
  <file name="gpxConverter.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGPXViewer/gpxConverter.js">
310
- <metrics statements="279" coveredstatements="7" conditionals="203" coveredconditionals="1" methods="30" coveredmethods="1"/>
311
- <line num="1" count="1" type="stmt"/>
312
- <line num="2" count="1" type="stmt"/>
313
- <line num="3" count="1" type="stmt"/>
314
- <line num="4" count="1" type="stmt"/>
315
- <line num="7" count="0" type="cond" truecount="0" falsecount="4"/>
316
- <line num="8" count="0" type="stmt"/>
317
- <line num="9" count="0" type="stmt"/>
318
- <line num="11" count="0" type="stmt"/>
319
- <line num="15" count="0" type="stmt"/>
320
- <line num="18" count="0" type="stmt"/>
309
+ <metrics statements="276" coveredstatements="7" conditionals="203" coveredconditionals="1" methods="30" coveredmethods="1"/>
310
+ <line num="14" count="1" type="stmt"/>
311
+ <line num="15" count="1" type="stmt"/>
312
+ <line num="16" count="1" type="stmt"/>
313
+ <line num="17" count="1" type="stmt"/>
314
+ <line num="20" count="0" type="cond" truecount="0" falsecount="4"/>
321
315
  <line num="21" count="0" type="stmt"/>
322
- <line num="25" count="0" type="stmt"/>
323
- <line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
324
- <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
316
+ <line num="22" count="0" type="stmt"/>
317
+ <line num="24" count="0" type="stmt"/>
318
+ <line num="28" count="0" type="stmt"/>
325
319
  <line num="31" count="0" type="stmt"/>
326
- <line num="33" count="0" type="stmt"/>
327
- <line num="37" count="0" type="stmt"/>
320
+ <line num="34" count="0" type="stmt"/>
328
321
  <line num="38" count="0" type="stmt"/>
329
- <line num="40" count="0" type="stmt"/>
330
- <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
331
- <line num="45" count="0" type="stmt"/>
332
- <line num="47" count="0" type="cond" truecount="0" falsecount="3"/>
322
+ <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
323
+ <line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
324
+ <line num="44" count="0" type="stmt"/>
325
+ <line num="46" count="0" type="stmt"/>
326
+ <line num="50" count="0" type="stmt"/>
333
327
  <line num="51" count="0" type="stmt"/>
334
- <line num="54" count="0" type="stmt"/>
335
- <line num="55" count="0" type="stmt"/>
336
- <line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
328
+ <line num="53" count="0" type="stmt"/>
329
+ <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
337
330
  <line num="58" count="0" type="stmt"/>
338
- <line num="62" count="0" type="stmt"/>
339
- <line num="66" count="0" type="stmt"/>
340
- <line num="70" count="0" type="stmt"/>
331
+ <line num="60" count="0" type="cond" truecount="0" falsecount="3"/>
332
+ <line num="64" count="0" type="stmt"/>
333
+ <line num="67" count="0" type="stmt"/>
334
+ <line num="68" count="0" type="stmt"/>
335
+ <line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
341
336
  <line num="71" count="0" type="stmt"/>
342
- <line num="72" count="0" type="stmt"/>
343
- <line num="73" count="0" type="stmt"/>
344
337
  <line num="75" count="0" type="stmt"/>
345
- <line num="78" count="0" type="stmt"/>
346
338
  <line num="79" count="0" type="stmt"/>
347
- <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
348
- <line num="82" count="0" type="stmt"/>
349
- <line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
339
+ <line num="83" count="0" type="stmt"/>
340
+ <line num="84" count="0" type="stmt"/>
350
341
  <line num="85" count="0" type="stmt"/>
351
- <line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
352
- <line num="87" count="0" type="stmt"/>
353
- <line num="90" count="0" type="stmt"/>
354
- <line num="99" count="0" type="stmt"/>
355
- <line num="106" count="1" type="cond" truecount="1" falsecount="1"/>
356
- <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
357
- <line num="111" count="0" type="stmt"/>
358
- <line num="112" count="0" type="cond" truecount="0" falsecount="5"/>
359
- <line num="113" count="0" type="stmt"/>
360
- <line num="115" count="0" type="stmt"/>
361
- <line num="123" count="0" type="stmt"/>
362
- <line num="126" count="1" type="stmt"/>
342
+ <line num="86" count="0" type="stmt"/>
343
+ <line num="88" count="0" type="stmt"/>
344
+ <line num="91" count="0" type="stmt"/>
345
+ <line num="92" count="0" type="stmt"/>
346
+ <line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
347
+ <line num="95" count="0" type="stmt"/>
348
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
349
+ <line num="98" count="0" type="stmt"/>
350
+ <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
351
+ <line num="100" count="0" type="stmt"/>
352
+ <line num="103" count="0" type="stmt"/>
353
+ <line num="112" count="0" type="stmt"/>
354
+ <line num="119" count="1" type="cond" truecount="1" falsecount="1"/>
355
+ <line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
356
+ <line num="124" count="0" type="stmt"/>
357
+ <line num="125" count="0" type="cond" truecount="0" falsecount="5"/>
358
+ <line num="126" count="0" type="stmt"/>
363
359
  <line num="128" count="0" type="stmt"/>
364
- <line num="130" count="0" type="stmt"/>
365
- <line num="131" count="0" type="stmt"/>
366
- <line num="133" count="0" type="stmt"/>
367
360
  <line num="136" count="0" type="stmt"/>
368
- <line num="138" count="0" type="stmt"/>
369
- <line num="139" count="0" type="stmt"/>
370
- <line num="140" count="0" type="stmt"/>
371
- <line num="142" count="0" type="stmt"/>
361
+ <line num="139" count="1" type="stmt"/>
362
+ <line num="141" count="0" type="stmt"/>
372
363
  <line num="143" count="0" type="stmt"/>
373
364
  <line num="144" count="0" type="stmt"/>
374
- <line num="145" count="0" type="stmt"/>
375
- <line num="147" count="0" type="stmt"/>
376
- <line num="148" count="0" type="stmt"/>
365
+ <line num="146" count="0" type="stmt"/>
366
+ <line num="149" count="0" type="stmt"/>
377
367
  <line num="151" count="0" type="stmt"/>
378
368
  <line num="152" count="0" type="stmt"/>
379
369
  <line num="153" count="0" type="stmt"/>
380
- <line num="154" count="0" type="stmt"/>
370
+ <line num="155" count="0" type="stmt"/>
371
+ <line num="156" count="0" type="stmt"/>
372
+ <line num="157" count="0" type="stmt"/>
381
373
  <line num="158" count="0" type="stmt"/>
382
374
  <line num="160" count="0" type="stmt"/>
383
375
  <line num="161" count="0" type="stmt"/>
384
- <line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
385
- <line num="166" count="0" type="cond" truecount="0" falsecount="2"/>
376
+ <line num="162" count="0" type="stmt"/>
377
+ <line num="163" count="0" type="stmt"/>
378
+ <line num="164" count="0" type="stmt"/>
379
+ <line num="165" count="0" type="stmt"/>
386
380
  <line num="167" count="0" type="stmt"/>
387
- <line num="169" count="0" type="cond" truecount="0" falsecount="4"/>
381
+ <line num="169" count="0" type="stmt"/>
388
382
  <line num="170" count="0" type="stmt"/>
389
- <line num="172" count="0" type="cond" truecount="0" falsecount="2"/>
390
- <line num="173" count="0" type="stmt"/>
391
- <line num="174" count="0" type="stmt"/>
392
- <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
383
+ <line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
384
+ <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
385
+ <line num="176" count="0" type="stmt"/>
386
+ <line num="178" count="0" type="cond" truecount="0" falsecount="4"/>
393
387
  <line num="179" count="0" type="stmt"/>
388
+ <line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
394
389
  <line num="182" count="0" type="stmt"/>
395
390
  <line num="183" count="0" type="stmt"/>
396
- <line num="184" count="0" type="stmt"/>
397
391
  <line num="185" count="0" type="cond" truecount="0" falsecount="2"/>
398
- <line num="186" count="0" type="stmt"/>
399
- <line num="187" count="0" type="stmt"/>
400
392
  <line num="188" count="0" type="stmt"/>
401
- <line num="189" count="0" type="stmt"/>
402
- <line num="190" count="0" type="stmt"/>
403
- <line num="201" count="0" type="stmt"/>
404
- <line num="202" count="0" type="stmt"/>
405
- <line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
406
- <line num="204" count="0" type="stmt"/>
407
- <line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
408
- <line num="207" count="0" type="stmt"/>
409
- <line num="209" count="0" type="cond" truecount="0" falsecount="2"/>
393
+ <line num="191" count="0" type="stmt"/>
394
+ <line num="192" count="0" type="stmt"/>
395
+ <line num="193" count="0" type="stmt"/>
396
+ <line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
397
+ <line num="195" count="0" type="stmt"/>
398
+ <line num="196" count="0" type="stmt"/>
399
+ <line num="197" count="0" type="stmt"/>
400
+ <line num="198" count="0" type="stmt"/>
401
+ <line num="209" count="0" type="stmt"/>
410
402
  <line num="210" count="0" type="stmt"/>
403
+ <line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
411
404
  <line num="212" count="0" type="stmt"/>
412
- <line num="213" count="0" type="stmt"/>
413
405
  <line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
414
406
  <line num="215" count="0" type="stmt"/>
415
- <line num="216" count="0" type="stmt"/>
416
407
  <line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
417
408
  <line num="218" count="0" type="stmt"/>
409
+ <line num="220" count="0" type="stmt"/>
410
+ <line num="221" count="0" type="stmt"/>
418
411
  <line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
419
412
  <line num="223" count="0" type="stmt"/>
420
- <line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
421
- <line num="228" count="0" type="stmt"/>
422
- <line num="229" count="0" type="stmt"/>
423
- <line num="230" count="0" type="stmt"/>
413
+ <line num="224" count="0" type="stmt"/>
414
+ <line num="225" count="0" type="cond" truecount="0" falsecount="2"/>
415
+ <line num="226" count="0" type="stmt"/>
416
+ <line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
424
417
  <line num="231" count="0" type="stmt"/>
425
- <line num="233" count="0" type="stmt"/>
426
- <line num="237" count="0" type="cond" truecount="0" falsecount="4"/>
418
+ <line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
419
+ <line num="236" count="0" type="stmt"/>
420
+ <line num="237" count="0" type="stmt"/>
427
421
  <line num="238" count="0" type="stmt"/>
428
422
  <line num="239" count="0" type="stmt"/>
429
- <line num="243" count="0" type="cond" truecount="0" falsecount="2"/>
430
- <line num="248" count="0" type="stmt"/>
431
- <line num="254" count="0" type="stmt"/>
423
+ <line num="241" count="0" type="stmt"/>
424
+ <line num="245" count="0" type="cond" truecount="0" falsecount="4"/>
425
+ <line num="246" count="0" type="stmt"/>
426
+ <line num="247" count="0" type="stmt"/>
427
+ <line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
432
428
  <line num="256" count="0" type="stmt"/>
433
- <line num="257" count="0" type="stmt"/>
434
- <line num="258" count="0" type="stmt"/>
435
- <line num="259" count="0" type="stmt"/>
436
- <line num="260" count="0" type="stmt"/>
437
- <line num="261" count="0" type="stmt"/>
438
429
  <line num="262" count="0" type="stmt"/>
439
- <line num="263" count="0" type="stmt"/>
440
430
  <line num="264" count="0" type="stmt"/>
441
431
  <line num="265" count="0" type="stmt"/>
442
432
  <line num="266" count="0" type="stmt"/>
443
- <line num="268" count="0" type="cond" truecount="0" falsecount="2"/>
444
- <line num="269" count="0" type="cond" truecount="0" falsecount="2"/>
445
- <line num="270" count="0" type="cond" truecount="0" falsecount="2"/>
446
- <line num="271" count="0" type="cond" truecount="0" falsecount="2"/>
447
- <line num="272" count="0" type="cond" truecount="0" falsecount="2"/>
433
+ <line num="267" count="0" type="stmt"/>
434
+ <line num="268" count="0" type="stmt"/>
435
+ <line num="269" count="0" type="stmt"/>
436
+ <line num="270" count="0" type="stmt"/>
437
+ <line num="271" count="0" type="stmt"/>
438
+ <line num="272" count="0" type="stmt"/>
448
439
  <line num="273" count="0" type="stmt"/>
449
- <line num="276" count="0" type="stmt"/>
440
+ <line num="274" count="0" type="stmt"/>
441
+ <line num="276" count="0" type="cond" truecount="0" falsecount="2"/>
450
442
  <line num="277" count="0" type="cond" truecount="0" falsecount="2"/>
451
- <line num="278" count="0" type="stmt"/>
443
+ <line num="278" count="0" type="cond" truecount="0" falsecount="2"/>
444
+ <line num="279" count="0" type="cond" truecount="0" falsecount="2"/>
452
445
  <line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
453
446
  <line num="281" count="0" type="stmt"/>
454
- <line num="282" count="0" type="stmt"/>
455
- <line num="285" count="0" type="stmt"/>
456
- <line num="286" count="0" type="cond" truecount="0" falsecount="2"/>
457
- <line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
447
+ <line num="284" count="0" type="stmt"/>
448
+ <line num="285" count="0" type="cond" truecount="0" falsecount="2"/>
449
+ <line num="286" count="0" type="stmt"/>
458
450
  <line num="288" count="0" type="cond" truecount="0" falsecount="2"/>
459
451
  <line num="289" count="0" type="stmt"/>
460
- <line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
461
- <line num="291" count="0" type="stmt"/>
462
- <line num="292" count="0" type="cond" truecount="0" falsecount="2"/>
452
+ <line num="290" count="0" type="stmt"/>
463
453
  <line num="293" count="0" type="stmt"/>
464
454
  <line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
465
- <line num="299" count="0" type="cond" truecount="0" falsecount="2"/>
455
+ <line num="295" count="0" type="cond" truecount="0" falsecount="2"/>
456
+ <line num="296" count="0" type="cond" truecount="0" falsecount="2"/>
457
+ <line num="297" count="0" type="stmt"/>
458
+ <line num="298" count="0" type="cond" truecount="0" falsecount="2"/>
459
+ <line num="299" count="0" type="stmt"/>
466
460
  <line num="300" count="0" type="cond" truecount="0" falsecount="2"/>
467
461
  <line num="301" count="0" type="stmt"/>
468
- <line num="302" count="0" type="stmt"/>
469
- <line num="303" count="0" type="stmt"/>
470
- <line num="305" count="0" type="cond" truecount="0" falsecount="2"/>
471
- <line num="306" count="0" type="stmt"/>
462
+ <line num="302" count="0" type="cond" truecount="0" falsecount="2"/>
463
+ <line num="307" count="0" type="cond" truecount="0" falsecount="2"/>
472
464
  <line num="308" count="0" type="cond" truecount="0" falsecount="2"/>
473
465
  <line num="309" count="0" type="stmt"/>
474
466
  <line num="310" count="0" type="stmt"/>
475
467
  <line num="311" count="0" type="stmt"/>
476
- <line num="312" count="0" type="stmt"/>
477
468
  <line num="313" count="0" type="cond" truecount="0" falsecount="2"/>
478
- <line num="314" count="0" type="cond" truecount="0" falsecount="2"/>
479
- <line num="315" count="0" type="cond" truecount="0" falsecount="2"/>
480
- <line num="317" count="0" type="cond" truecount="0" falsecount="2"/>
469
+ <line num="314" count="0" type="stmt"/>
470
+ <line num="316" count="0" type="cond" truecount="0" falsecount="2"/>
471
+ <line num="317" count="0" type="stmt"/>
481
472
  <line num="318" count="0" type="stmt"/>
482
473
  <line num="319" count="0" type="stmt"/>
483
474
  <line num="320" count="0" type="stmt"/>
484
- <line num="321" count="0" type="stmt"/>
485
- <line num="322" count="0" type="stmt"/>
475
+ <line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
476
+ <line num="322" count="0" type="cond" truecount="0" falsecount="2"/>
486
477
  <line num="323" count="0" type="cond" truecount="0" falsecount="2"/>
487
- <line num="324" count="0" type="cond" truecount="0" falsecount="2"/>
488
478
  <line num="325" count="0" type="cond" truecount="0" falsecount="2"/>
489
479
  <line num="326" count="0" type="stmt"/>
490
- <line num="328" count="0" type="cond" truecount="0" falsecount="2"/>
480
+ <line num="327" count="0" type="stmt"/>
481
+ <line num="328" count="0" type="stmt"/>
491
482
  <line num="329" count="0" type="stmt"/>
483
+ <line num="330" count="0" type="stmt"/>
484
+ <line num="331" count="0" type="cond" truecount="0" falsecount="2"/>
492
485
  <line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
493
- <line num="333" count="0" type="stmt"/>
494
- <line num="334" count="0" type="stmt"/>
495
- <line num="336" count="0" type="stmt"/>
496
- <line num="337" count="0" type="stmt"/>
486
+ <line num="333" count="0" type="cond" truecount="0" falsecount="6"/>
487
+ <line num="334" count="0" type="cond" truecount="0" falsecount="2"/>
488
+ <line num="335" count="0" type="cond" truecount="0" falsecount="4"/>
489
+ <line num="337" count="0" type="cond" truecount="0" falsecount="2"/>
490
+ <line num="338" count="0" type="stmt"/>
491
+ <line num="339" count="0" type="stmt"/>
497
492
  <line num="341" count="0" type="stmt"/>
498
493
  <line num="342" count="0" type="stmt"/>
499
- <line num="347" count="0" type="cond" truecount="0" falsecount="2"/>
500
- <line num="348" count="0" type="stmt"/>
501
- <line num="350" count="0" type="cond" truecount="0" falsecount="2"/>
502
- <line num="351" count="0" type="stmt"/>
503
- <line num="356" count="0" type="stmt"/>
504
- <line num="367" count="0" type="cond" truecount="0" falsecount="2"/>
505
- <line num="368" count="0" type="stmt"/>
506
- <line num="370" count="0" type="stmt"/>
507
- <line num="374" count="0" type="stmt"/>
494
+ <line num="344" count="0" type="stmt"/>
495
+ <line num="345" count="0" type="stmt"/>
496
+ <line num="348" count="0" type="cond" truecount="0" falsecount="2"/>
497
+ <line num="349" count="0" type="stmt"/>
498
+ <line num="351" count="0" type="cond" truecount="0" falsecount="2"/>
499
+ <line num="352" count="0" type="stmt"/>
500
+ <line num="357" count="0" type="stmt"/>
501
+ <line num="368" count="0" type="cond" truecount="0" falsecount="2"/>
502
+ <line num="369" count="0" type="stmt"/>
503
+ <line num="371" count="0" type="stmt"/>
508
504
  <line num="375" count="0" type="stmt"/>
509
505
  <line num="376" count="0" type="stmt"/>
510
- <line num="378" count="0" type="stmt"/>
511
- <line num="380" count="0" type="stmt"/>
506
+ <line num="377" count="0" type="stmt"/>
507
+ <line num="379" count="0" type="stmt"/>
512
508
  <line num="381" count="0" type="stmt"/>
513
- <line num="382" count="0" type="cond" truecount="0" falsecount="2"/>
514
- <line num="384" count="0" type="stmt"/>
509
+ <line num="382" count="0" type="stmt"/>
510
+ <line num="383" count="0" type="cond" truecount="0" falsecount="2"/>
515
511
  <line num="385" count="0" type="stmt"/>
516
- <line num="386" count="0" type="cond" truecount="0" falsecount="2"/>
517
- <line num="388" count="0" type="stmt"/>
512
+ <line num="386" count="0" type="stmt"/>
513
+ <line num="387" count="0" type="cond" truecount="0" falsecount="2"/>
518
514
  <line num="389" count="0" type="stmt"/>
519
- <line num="392" count="0" type="stmt"/>
515
+ <line num="390" count="0" type="stmt"/>
520
516
  <line num="393" count="0" type="stmt"/>
521
- <line num="395" count="0" type="stmt"/>
522
- <line num="398" count="0" type="stmt"/>
517
+ <line num="394" count="0" type="stmt"/>
518
+ <line num="396" count="0" type="stmt"/>
523
519
  <line num="399" count="0" type="stmt"/>
524
520
  <line num="400" count="0" type="stmt"/>
525
521
  <line num="401" count="0" type="stmt"/>
526
522
  <line num="402" count="0" type="stmt"/>
527
- <line num="403" count="0" type="cond" truecount="0" falsecount="2"/>
528
- <line num="404" count="0" type="stmt"/>
523
+ <line num="403" count="0" type="stmt"/>
524
+ <line num="404" count="0" type="cond" truecount="0" falsecount="2"/>
529
525
  <line num="405" count="0" type="stmt"/>
530
526
  <line num="406" count="0" type="stmt"/>
531
- <line num="407" count="0" type="cond" truecount="0" falsecount="2"/>
532
- <line num="408" count="0" type="cond" truecount="0" falsecount="4"/>
533
- <line num="409" count="0" type="cond" truecount="0" falsecount="2"/>
527
+ <line num="407" count="0" type="stmt"/>
528
+ <line num="408" count="0" type="cond" truecount="0" falsecount="2"/>
529
+ <line num="409" count="0" type="cond" truecount="0" falsecount="4"/>
534
530
  <line num="410" count="0" type="cond" truecount="0" falsecount="2"/>
535
- <line num="413" count="0" type="stmt"/>
536
- <line num="420" count="0" type="stmt"/>
531
+ <line num="411" count="0" type="cond" truecount="0" falsecount="2"/>
532
+ <line num="414" count="0" type="stmt"/>
537
533
  <line num="421" count="0" type="stmt"/>
538
534
  <line num="422" count="0" type="stmt"/>
539
535
  <line num="423" count="0" type="stmt"/>
540
- <line num="425" count="0" type="stmt"/>
536
+ <line num="424" count="0" type="stmt"/>
541
537
  <line num="426" count="0" type="stmt"/>
542
- <line num="427" count="0" type="cond" truecount="0" falsecount="2"/>
538
+ <line num="427" count="0" type="stmt"/>
543
539
  <line num="428" count="0" type="cond" truecount="0" falsecount="2"/>
544
- <line num="429" count="0" type="cond" truecount="0" falsecount="4"/>
545
- <line num="430" count="0" type="cond" truecount="0" falsecount="5"/>
546
- <line num="431" count="0" type="cond" truecount="0" falsecount="2"/>
547
- <line num="432" count="0" type="stmt"/>
540
+ <line num="429" count="0" type="cond" truecount="0" falsecount="2"/>
541
+ <line num="430" count="0" type="cond" truecount="0" falsecount="4"/>
542
+ <line num="431" count="0" type="cond" truecount="0" falsecount="5"/>
543
+ <line num="432" count="0" type="cond" truecount="0" falsecount="2"/>
548
544
  <line num="433" count="0" type="stmt"/>
549
- <line num="436" count="0" type="cond" truecount="0" falsecount="4"/>
550
- <line num="437" count="0" type="stmt"/>
551
- <line num="439" count="0" type="cond" truecount="0" falsecount="2"/>
552
- <line num="444" count="0" type="cond" truecount="0" falsecount="2"/>
553
- <line num="445" count="0" type="stmt"/>
545
+ <line num="434" count="0" type="stmt"/>
546
+ <line num="437" count="0" type="cond" truecount="0" falsecount="4"/>
547
+ <line num="438" count="0" type="stmt"/>
548
+ <line num="440" count="0" type="cond" truecount="0" falsecount="2"/>
549
+ <line num="445" count="0" type="cond" truecount="0" falsecount="2"/>
554
550
  <line num="446" count="0" type="stmt"/>
555
- <line num="447" count="0" type="cond" truecount="0" falsecount="2"/>
556
- <line num="448" count="0" type="cond" truecount="0" falsecount="2"/>
551
+ <line num="447" count="0" type="stmt"/>
552
+ <line num="448" count="0" type="cond" truecount="0" falsecount="4"/>
557
553
  <line num="449" count="0" type="cond" truecount="0" falsecount="2"/>
558
554
  <line num="450" count="0" type="cond" truecount="0" falsecount="2"/>
559
555
  <line num="451" count="0" type="stmt"/>
@@ -578,202 +574,211 @@
578
574
  <line num="498" count="0" type="cond" truecount="0" falsecount="2"/>
579
575
  <line num="501" count="0" type="stmt"/>
580
576
  <line num="504" count="0" type="stmt"/>
577
+ <line num="505" count="0" type="stmt"/>
578
+ <line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
579
+ <line num="507" count="0" type="stmt"/>
580
+ <line num="508" count="0" type="stmt"/>
581
+ <line num="509" count="0" type="stmt"/>
582
+ <line num="510" count="0" type="stmt"/>
581
583
  <line num="512" count="0" type="stmt"/>
582
- <line num="513" count="0" type="cond" truecount="0" falsecount="2"/>
583
584
  <line num="514" count="0" type="stmt"/>
584
- <line num="515" count="0" type="stmt"/>
585
- <line num="516" count="0" type="stmt"/>
586
- <line num="517" count="0" type="stmt"/>
587
- <line num="519" count="0" type="stmt"/>
588
- <line num="521" count="0" type="stmt"/>
589
- <line num="524" count="1" type="stmt"/>
585
+ <line num="517" count="1" type="stmt"/>
590
586
  </file>
591
587
  </package>
592
- <package name="components.MlGeoJsonLayer">
593
- <metrics statements="58" coveredstatements="39" conditionals="50" coveredconditionals="28" methods="7" coveredmethods="6"/>
588
+ <package name="src.components.MlGeoJsonLayer">
589
+ <metrics statements="70" coveredstatements="43" conditionals="62" coveredconditionals="33" methods="9" coveredmethods="7"/>
594
590
  <file name="MlGeoJsonLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js">
595
- <metrics statements="58" coveredstatements="39" conditionals="50" coveredconditionals="28" methods="7" coveredmethods="6"/>
596
- <line num="10" count="2" type="stmt"/>
597
- <line num="17" count="2" type="stmt"/>
598
- <line num="19" count="8" type="stmt"/>
599
- <line num="20" count="8" type="stmt"/>
600
- <line num="21" count="8" type="stmt"/>
601
- <line num="22" count="8" type="stmt"/>
602
- <line num="23" count="8" type="stmt"/>
603
- <line num="24" count="8" type="stmt"/>
604
- <line num="25" count="8" type="stmt"/>
605
- <line num="26" count="8" type="stmt"/>
606
- <line num="27" count="8" type="stmt"/>
607
- <line num="28" count="8" type="stmt"/>
608
- <line num="31" count="8" type="cond" truecount="2" falsecount="0"/>
609
- <line num="33" count="8" type="stmt"/>
610
- <line num="34" count="4" type="stmt"/>
611
- <line num="35" count="4" type="stmt"/>
612
- <line num="37" count="2" type="cond" truecount="1" falsecount="1"/>
613
- <line num="38" count="0" type="stmt"/>
614
- <line num="40" count="2" type="cond" truecount="1" falsecount="1"/>
615
- <line num="42" count="2" type="stmt"/>
616
- <line num="44" count="2" type="stmt"/>
617
- <line num="49" count="8" type="stmt"/>
618
- <line num="50" count="8" type="cond" truecount="2" falsecount="2"/>
619
- <line num="54" count="0" type="stmt"/>
620
- <line num="55" count="0" type="stmt"/>
621
- <line num="59" count="8" type="stmt"/>
591
+ <metrics statements="70" coveredstatements="43" conditionals="62" coveredconditionals="33" methods="9" coveredmethods="7"/>
592
+ <line num="11" count="2" type="stmt"/>
593
+ <line num="18" count="2" type="stmt"/>
594
+ <line num="20" count="12" type="stmt"/>
595
+ <line num="21" count="12" type="stmt"/>
596
+ <line num="29" count="12" type="stmt"/>
597
+ <line num="30" count="12" type="stmt"/>
598
+ <line num="31" count="12" type="stmt"/>
599
+ <line num="32" count="12" type="stmt"/>
600
+ <line num="33" count="12" type="stmt"/>
601
+ <line num="34" count="12" type="stmt"/>
602
+ <line num="35" count="12" type="stmt"/>
603
+ <line num="36" count="12" type="stmt"/>
604
+ <line num="37" count="12" type="stmt"/>
605
+ <line num="40" count="12" type="cond" truecount="2" falsecount="0"/>
606
+ <line num="42" count="12" type="stmt"/>
607
+ <line num="43" count="4" type="stmt"/>
608
+ <line num="44" count="4" type="stmt"/>
609
+ <line num="46" count="2" type="cond" truecount="1" falsecount="1"/>
610
+ <line num="47" count="0" type="stmt"/>
611
+ <line num="49" count="2" type="cond" truecount="1" falsecount="1"/>
612
+ <line num="50" count="2" type="stmt"/>
613
+ <line num="52" count="2" type="stmt"/>
614
+ <line num="57" count="12" type="stmt"/>
615
+ <line num="58" count="8" type="cond" truecount="2" falsecount="2"/>
616
+ <line num="60" count="0" type="stmt"/>
622
617
  <line num="61" count="0" type="stmt"/>
623
- <line num="78" count="8" type="stmt"/>
624
- <line num="79" count="8" type="cond" truecount="2" falsecount="2"/>
625
- <line num="83" count="0" type="cond" truecount="0" falsecount="2"/>
626
- <line num="88" count="0" type="stmt"/>
627
- <line num="89" count="0" type="stmt"/>
628
- <line num="90" count="0" type="stmt"/>
629
- <line num="91" count="0" type="stmt"/>
630
- <line num="92" count="0" type="stmt"/>
631
- <line num="94" count="0" type="stmt"/>
632
- <line num="96" count="0" type="stmt"/>
633
- <line num="106" count="8" type="stmt"/>
634
- <line num="107" count="8" type="cond" truecount="4" falsecount="0"/>
635
- <line num="111" count="4" type="cond" truecount="1" falsecount="1"/>
636
- <line num="112" count="4" type="stmt"/>
637
- <line num="113" count="4" type="stmt"/>
638
- <line num="115" count="4" type="cond" truecount="1" falsecount="1"/>
639
- <line num="121" count="0" type="stmt"/>
640
- <line num="122" count="0" type="stmt"/>
641
- <line num="125" count="4" type="stmt"/>
642
- <line num="127" count="4" type="stmt"/>
643
- <line num="144" count="4" type="cond" truecount="1" falsecount="1"/>
644
- <line num="145" count="0" type="stmt"/>
645
- <line num="148" count="4" type="cond" truecount="1" falsecount="1"/>
618
+ <line num="65" count="12" type="stmt"/>
619
+ <line num="66" count="8" type="cond" truecount="2" falsecount="2"/>
620
+ <line num="68" count="0" type="stmt"/>
621
+ <line num="69" count="0" type="stmt"/>
622
+ <line num="73" count="12" type="stmt"/>
623
+ <line num="75" count="0" type="stmt"/>
624
+ <line num="92" count="12" type="stmt"/>
625
+ <line num="93" count="8" type="cond" truecount="2" falsecount="2"/>
626
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
627
+ <line num="102" count="0" type="stmt"/>
628
+ <line num="103" count="0" type="stmt"/>
629
+ <line num="104" count="0" type="stmt"/>
630
+ <line num="105" count="0" type="stmt"/>
631
+ <line num="106" count="0" type="stmt"/>
632
+ <line num="108" count="0" type="stmt"/>
633
+ <line num="110" count="0" type="stmt"/>
634
+ <line num="120" count="12" type="stmt"/>
635
+ <line num="121" count="12" type="cond" truecount="4" falsecount="0"/>
636
+ <line num="125" count="4" type="cond" truecount="1" falsecount="1"/>
637
+ <line num="127" count="4" type="cond" truecount="1" falsecount="1"/>
638
+ <line num="128" count="0" type="stmt"/>
639
+ <line num="130" count="0" type="stmt"/>
640
+ <line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
641
+ <line num="132" count="0" type="stmt"/>
642
+ <line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
643
+ <line num="136" count="0" type="stmt"/>
644
+ <line num="139" count="4" type="stmt"/>
645
+ <line num="140" count="4" type="stmt"/>
646
+ <line num="142" count="4" type="cond" truecount="1" falsecount="1"/>
647
+ <line num="148" count="0" type="stmt"/>
646
648
  <line num="149" count="0" type="stmt"/>
647
- <line num="152" count="4" type="cond" truecount="1" falsecount="1"/>
648
- <line num="153" count="0" type="stmt"/>
649
- <line num="156" count="4" type="cond" truecount="1" falsecount="1"/>
650
- <line num="161" count="0" type="stmt"/>
651
- <line num="162" count="0" type="stmt"/>
652
- <line num="167" count="8" type="stmt"/>
653
- <line num="170" count="2" type="stmt"/>
649
+ <line num="152" count="4" type="stmt"/>
650
+ <line num="154" count="4" type="stmt"/>
651
+ <line num="172" count="4" type="cond" truecount="1" falsecount="1"/>
652
+ <line num="173" count="0" type="stmt"/>
653
+ <line num="176" count="4" type="cond" truecount="1" falsecount="1"/>
654
+ <line num="177" count="0" type="stmt"/>
655
+ <line num="180" count="4" type="cond" truecount="1" falsecount="1"/>
656
+ <line num="181" count="0" type="stmt"/>
657
+ <line num="184" count="4" type="cond" truecount="1" falsecount="1"/>
658
+ <line num="189" count="0" type="stmt"/>
659
+ <line num="190" count="0" type="stmt"/>
660
+ <line num="195" count="12" type="stmt"/>
661
+ <line num="198" count="2" type="stmt"/>
654
662
  </file>
655
663
  </package>
656
- <package name="components.MlImageMarkerLayer">
657
- <metrics statements="42" coveredstatements="34" conditionals="35" coveredconditionals="22" methods="8" coveredmethods="7"/>
664
+ <package name="src.components.MlImageMarkerLayer">
665
+ <metrics statements="31" coveredstatements="22" conditionals="29" coveredconditionals="14" methods="6" coveredmethods="5"/>
658
666
  <file name="MlImageMarkerLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js">
659
- <metrics statements="42" coveredstatements="34" conditionals="35" coveredconditionals="22" methods="8" coveredmethods="7"/>
660
- <line num="6" count="2" type="stmt"/>
661
- <line num="8" count="8" type="stmt"/>
662
- <line num="9" count="8" type="stmt"/>
663
- <line num="12" count="8" type="stmt"/>
664
- <line num="13" count="8" type="stmt"/>
665
- <line num="14" count="8" type="cond" truecount="2" falsecount="0"/>
666
- <line num="15" count="8" type="cond" truecount="2" falsecount="0"/>
667
- <line num="16" count="8" type="cond" truecount="2" falsecount="0"/>
668
- <line num="18" count="8" type="stmt"/>
669
- <line num="19" count="4" type="stmt"/>
670
- <line num="20" count="4" type="stmt"/>
671
- <line num="22" count="2" type="cond" truecount="1" falsecount="1"/>
672
- <line num="23" count="2" type="stmt"/>
673
- <line num="25" count="2" type="stmt"/>
674
- <line num="30" count="8" type="stmt"/>
675
- <line num="31" count="8" type="cond" truecount="1" falsecount="1"/>
676
- <line num="36" count="8" type="stmt"/>
677
- <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
678
- <line num="42" count="0" type="stmt"/>
679
- <line num="43" count="0" type="stmt"/>
680
- <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
681
- <line num="49" count="0" type="stmt"/>
682
- <line num="50" count="0" type="stmt"/>
683
- <line num="57" count="8" type="stmt"/>
684
- <line num="58" count="4" type="stmt"/>
685
- <line num="63" count="4" type="stmt"/>
686
- <line num="64" count="4" type="stmt"/>
687
- <line num="71" count="8" type="stmt"/>
688
- <line num="72" count="8" type="cond" truecount="2" falsecount="0"/>
689
- <line num="77" count="4" type="stmt"/>
690
- <line num="81" count="4" type="stmt"/>
691
- <line num="83" count="4" type="stmt"/>
692
- <line num="85" count="4" type="cond" truecount="1" falsecount="1"/>
693
- <line num="86" count="4" type="stmt"/>
694
- <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
695
- <line num="88" count="0" type="stmt"/>
696
- <line num="91" count="4" type="stmt"/>
697
- <line num="94" count="8" type="stmt"/>
698
- <line num="95" count="8" type="cond" truecount="2" falsecount="0"/>
699
- <line num="100" count="4" type="stmt"/>
700
- <line num="105" count="4" type="stmt"/>
701
- <line num="108" count="8" type="stmt"/>
667
+ <metrics statements="31" coveredstatements="22" conditionals="29" coveredconditionals="14" methods="6" coveredmethods="5"/>
668
+ <line num="5" count="2" type="stmt"/>
669
+ <line num="6" count="12" type="stmt"/>
670
+ <line num="8" count="12" type="stmt"/>
671
+ <line num="9" count="12" type="cond" truecount="2" falsecount="0"/>
672
+ <line num="10" count="12" type="cond" truecount="2" falsecount="0"/>
673
+ <line num="12" count="12" type="stmt"/>
674
+ <line num="13" count="4" type="cond" truecount="1" falsecount="1"/>
675
+ <line num="18" count="4" type="stmt"/>
676
+ <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
677
+ <line num="24" count="0" type="stmt"/>
678
+ <line num="25" count="0" type="stmt"/>
679
+ <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
680
+ <line num="29" count="0" type="stmt"/>
681
+ <line num="30" count="0" type="stmt"/>
682
+ <line num="35" count="12" type="stmt"/>
683
+ <line num="36" count="4" type="stmt"/>
684
+ <line num="41" count="4" type="stmt"/>
685
+ <line num="42" count="4" type="stmt"/>
686
+ <line num="45" count="12" type="stmt"/>
687
+ <line num="46" count="8" type="cond" truecount="5" falsecount="0"/>
688
+ <line num="48" count="4" type="stmt"/>
689
+ <line num="50" count="4" type="cond" truecount="1" falsecount="1"/>
690
+ <line num="51" count="4" type="stmt"/>
691
+ <line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
692
+ <line num="53" count="0" type="stmt"/>
693
+ <line num="57" count="4" type="stmt"/>
694
+ <line num="60" count="12" type="stmt"/>
695
+ <line num="61" count="4" type="cond" truecount="1" falsecount="1"/>
696
+ <line num="66" count="4" type="stmt"/>
697
+ <line num="69" count="0" type="stmt"/>
698
+ <line num="72" count="12" type="stmt"/>
702
699
  </file>
703
700
  </package>
704
- <package name="components.MlLayer">
705
- <metrics statements="36" coveredstatements="31" conditionals="28" coveredconditionals="21" methods="5" coveredmethods="5"/>
701
+ <package name="src.components.MlLayer">
702
+ <metrics statements="44" coveredstatements="29" conditionals="34" coveredconditionals="15" methods="6" coveredmethods="5"/>
706
703
  <file name="MlLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayer/MlLayer.js">
707
- <metrics statements="36" coveredstatements="31" conditionals="28" coveredconditionals="21" methods="5" coveredmethods="5"/>
708
- <line num="6" count="1" type="stmt"/>
709
- <line num="8" count="12" type="stmt"/>
710
- <line num="9" count="12" type="stmt"/>
711
- <line num="10" count="12" type="stmt"/>
712
- <line num="11" count="12" type="stmt"/>
713
- <line num="14" count="12" type="cond" truecount="2" falsecount="0"/>
714
- <line num="15" count="12" type="cond" truecount="2" falsecount="0"/>
715
- <line num="16" count="12" type="stmt"/>
716
- <line num="17" count="12" type="stmt"/>
717
- <line num="19" count="12" type="stmt"/>
718
- <line num="20" count="4" type="stmt"/>
719
- <line num="22" count="4" type="stmt"/>
720
- <line num="23" count="2" type="cond" truecount="1" falsecount="1"/>
721
- <line num="24" count="2" type="stmt"/>
722
- <line num="25" count="2" type="stmt"/>
723
- <line num="30" count="12" type="stmt"/>
724
- <line num="31" count="12" type="cond" truecount="2" falsecount="0"/>
725
- <line num="37" count="8" type="stmt"/>
726
- <line num="42" count="4" type="stmt"/>
727
- <line num="43" count="4" type="cond" truecount="2" falsecount="2"/>
728
- <line num="44" count="0" type="stmt"/>
729
- <line num="45" count="0" type="stmt"/>
730
- <line num="47" count="0" type="stmt"/>
731
- <line num="50" count="4" type="stmt"/>
732
- <line num="51" count="4" type="cond" truecount="2" falsecount="2"/>
704
+ <metrics statements="44" coveredstatements="29" conditionals="34" coveredconditionals="15" methods="6" coveredmethods="5"/>
705
+ <line num="7" count="1" type="stmt"/>
706
+ <line num="9" count="16" type="stmt"/>
707
+ <line num="11" count="16" type="stmt"/>
708
+ <line num="19" count="16" type="stmt"/>
709
+ <line num="20" count="16" type="stmt"/>
710
+ <line num="21" count="16" type="cond" truecount="1" falsecount="1"/>
711
+ <line num="22" count="16" type="cond" truecount="2" falsecount="0"/>
712
+ <line num="23" count="16" type="cond" truecount="2" falsecount="0"/>
713
+ <line num="24" count="16" type="stmt"/>
714
+ <line num="25" count="16" type="stmt"/>
715
+ <line num="27" count="16" type="stmt"/>
716
+ <line num="28" count="4" type="stmt"/>
717
+ <line num="30" count="4" type="stmt"/>
718
+ <line num="31" count="2" type="cond" truecount="1" falsecount="1"/>
719
+ <line num="32" count="2" type="stmt"/>
720
+ <line num="33" count="2" type="stmt"/>
721
+ <line num="38" count="16" type="stmt"/>
722
+ <line num="39" count="12" type="cond" truecount="1" falsecount="1"/>
723
+ <line num="45" count="12" type="stmt"/>
724
+ <line num="50" count="0" type="stmt"/>
725
+ <line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
733
726
  <line num="52" count="0" type="stmt"/>
734
727
  <line num="53" count="0" type="stmt"/>
735
- <line num="58" count="12" type="stmt"/>
736
- <line num="59" count="12" type="cond" truecount="4" falsecount="0"/>
737
- <line num="63" count="4" type="stmt"/>
738
- <line num="64" count="4" type="cond" truecount="1" falsecount="1"/>
739
- <line num="65" count="4" type="stmt"/>
740
- <line num="66" count="4" type="stmt"/>
741
- <line num="78" count="4" type="stmt"/>
742
- <line num="79" count="4" type="stmt"/>
743
- <line num="83" count="12" type="stmt"/>
728
+ <line num="55" count="0" type="stmt"/>
729
+ <line num="58" count="0" type="stmt"/>
730
+ <line num="59" count="0" type="cond" truecount="0" falsecount="4"/>
731
+ <line num="60" count="0" type="stmt"/>
732
+ <line num="61" count="0" type="stmt"/>
733
+ <line num="66" count="16" type="stmt"/>
734
+ <line num="67" count="16" type="cond" truecount="4" falsecount="0"/>
735
+ <line num="72" count="4" type="cond" truecount="1" falsecount="1"/>
736
+ <line num="73" count="0" type="stmt"/>
737
+ <line num="75" count="0" type="stmt"/>
738
+ <line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
739
+ <line num="77" count="0" type="stmt"/>
740
+ <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
741
+ <line num="81" count="0" type="stmt"/>
742
+ <line num="85" count="4" type="stmt"/>
743
+ <line num="86" count="4" type="cond" truecount="1" falsecount="1"/>
744
+ <line num="87" count="4" type="stmt"/>
745
+ <line num="88" count="4" type="stmt"/>
746
+ <line num="100" count="4" type="stmt"/>
747
+ <line num="101" count="4" type="stmt"/>
748
+ <line num="105" count="16" type="stmt"/>
744
749
  </file>
745
750
  </package>
746
- <package name="components.MlLayerMagnify">
747
- <metrics statements="70" coveredstatements="51" conditionals="44" coveredconditionals="26" methods="11" coveredmethods="6"/>
751
+ <package name="src.components.MlLayerMagnify">
752
+ <metrics statements="70" coveredstatements="52" conditionals="44" coveredconditionals="27" methods="11" coveredmethods="6"/>
748
753
  <file name="MlLayerMagnify.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerMagnify/MlLayerMagnify.js">
749
- <metrics statements="70" coveredstatements="51" conditionals="44" coveredconditionals="26" methods="11" coveredmethods="6"/>
754
+ <metrics statements="70" coveredstatements="52" conditionals="44" coveredconditionals="27" methods="11" coveredmethods="6"/>
750
755
  <line num="14" count="1" type="stmt"/>
751
- <line num="15" count="2" type="stmt"/>
752
- <line num="16" count="2" type="stmt"/>
753
- <line num="17" count="2" type="stmt"/>
754
- <line num="19" count="2" type="stmt"/>
755
- <line num="20" count="2" type="stmt"/>
756
- <line num="21" count="2" type="stmt"/>
757
- <line num="22" count="2" type="stmt"/>
758
- <line num="24" count="2" type="stmt"/>
759
- <line num="26" count="2" type="stmt"/>
760
- <line num="28" count="2" type="stmt"/>
756
+ <line num="15" count="3" type="stmt"/>
757
+ <line num="16" count="3" type="stmt"/>
758
+ <line num="17" count="3" type="stmt"/>
759
+ <line num="19" count="3" type="stmt"/>
760
+ <line num="20" count="3" type="stmt"/>
761
+ <line num="21" count="3" type="stmt"/>
762
+ <line num="22" count="3" type="stmt"/>
763
+ <line num="24" count="3" type="stmt"/>
764
+ <line num="26" count="3" type="stmt"/>
765
+ <line num="28" count="3" type="stmt"/>
761
766
  <line num="29" count="3" type="cond" truecount="3" falsecount="1"/>
762
767
  <line num="30" count="0" type="stmt"/>
763
- <line num="32" count="3" type="cond" truecount="3" falsecount="1"/>
764
- <line num="33" count="0" type="stmt"/>
765
- <line num="36" count="3" type="stmt"/>
766
- <line num="39" count="2" type="stmt"/>
768
+ <line num="32" count="3" type="cond" truecount="4" falsecount="0"/>
769
+ <line num="33" count="1" type="stmt"/>
770
+ <line num="36" count="2" type="stmt"/>
771
+ <line num="39" count="3" type="stmt"/>
767
772
  <line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
768
773
  <line num="42" count="0" type="stmt"/>
769
- <line num="48" count="2" type="stmt"/>
774
+ <line num="48" count="3" type="stmt"/>
770
775
  <line num="49" count="1" type="stmt"/>
771
776
  <line num="50" count="1" type="stmt"/>
772
777
  <line num="52" count="1" type="stmt"/>
773
778
  <line num="53" count="1" type="stmt"/>
774
779
  <line num="54" count="1" type="cond" truecount="1" falsecount="1"/>
775
780
  <line num="55" count="1" type="stmt"/>
776
- <line num="60" count="2" type="stmt"/>
781
+ <line num="60" count="3" type="stmt"/>
777
782
  <line num="62" count="1" type="cond" truecount="1" falsecount="1"/>
778
783
  <line num="64" count="1" type="stmt"/>
779
784
  <line num="66" count="1" type="cond" truecount="2" falsecount="0"/>
@@ -788,7 +793,7 @@
788
793
  <line num="84" count="1" type="stmt"/>
789
794
  <line num="85" count="1" type="stmt"/>
790
795
  <line num="87" count="1" type="stmt"/>
791
- <line num="98" count="2" type="stmt"/>
796
+ <line num="98" count="3" type="stmt"/>
792
797
  <line num="99" count="2" type="cond" truecount="4" falsecount="0"/>
793
798
  <line num="101" count="1" type="stmt"/>
794
799
  <line num="102" count="1" type="stmt"/>
@@ -799,46 +804,46 @@
799
804
  <line num="123" count="0" type="stmt"/>
800
805
  <line num="126" count="0" type="stmt"/>
801
806
  <line num="129" count="1" type="stmt"/>
802
- <line num="135" count="2" type="stmt"/>
807
+ <line num="135" count="3" type="stmt"/>
803
808
  <line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
804
809
  <line num="137" count="0" type="stmt"/>
805
810
  <line num="138" count="0" type="stmt"/>
806
811
  <line num="140" count="0" type="stmt"/>
807
812
  <line num="141" count="0" type="stmt"/>
808
- <line num="145" count="2" type="stmt"/>
813
+ <line num="145" count="3" type="stmt"/>
809
814
  <line num="146" count="0" type="stmt"/>
810
815
  <line num="147" count="0" type="stmt"/>
811
- <line num="150" count="2" type="stmt"/>
816
+ <line num="150" count="3" type="stmt"/>
812
817
  <line num="151" count="0" type="stmt"/>
813
818
  <line num="152" count="0" type="stmt"/>
814
- <line num="155" count="2" type="stmt"/>
819
+ <line num="155" count="3" type="stmt"/>
815
820
  <line num="156" count="0" type="stmt"/>
816
821
  <line num="157" count="0" type="stmt"/>
817
- <line num="160" count="2" type="stmt"/>
822
+ <line num="160" count="3" type="stmt"/>
818
823
  <line num="189" count="1" type="stmt"/>
819
824
  <line num="193" count="1" type="stmt"/>
820
825
  </file>
821
826
  </package>
822
- <package name="components.MlLayerSwipe">
823
- <metrics statements="47" coveredstatements="36" conditionals="26" coveredconditionals="17" methods="9" coveredmethods="6"/>
827
+ <package name="src.components.MlLayerSwipe">
828
+ <metrics statements="47" coveredstatements="37" conditionals="26" coveredconditionals="18" methods="9" coveredmethods="6"/>
824
829
  <file name="MlLayerSwipe.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwipe/MlLayerSwipe.js">
825
- <metrics statements="47" coveredstatements="36" conditionals="26" coveredconditionals="17" methods="9" coveredmethods="6"/>
830
+ <metrics statements="47" coveredstatements="37" conditionals="26" coveredconditionals="18" methods="9" coveredmethods="6"/>
826
831
  <line num="12" count="1" type="stmt"/>
827
- <line num="13" count="2" type="stmt"/>
828
- <line num="14" count="2" type="stmt"/>
829
- <line num="16" count="2" type="stmt"/>
830
- <line num="17" count="2" type="stmt"/>
831
- <line num="19" count="2" type="stmt"/>
832
- <line num="21" count="2" type="stmt"/>
832
+ <line num="13" count="3" type="stmt"/>
833
+ <line num="14" count="3" type="stmt"/>
834
+ <line num="16" count="3" type="stmt"/>
835
+ <line num="17" count="3" type="stmt"/>
836
+ <line num="19" count="3" type="stmt"/>
837
+ <line num="21" count="3" type="stmt"/>
833
838
  <line num="22" count="3" type="cond" truecount="3" falsecount="1"/>
834
839
  <line num="23" count="0" type="stmt"/>
835
- <line num="25" count="3" type="cond" truecount="3" falsecount="1"/>
836
- <line num="26" count="0" type="stmt"/>
837
- <line num="29" count="3" type="stmt"/>
838
- <line num="32" count="2" type="stmt"/>
840
+ <line num="25" count="3" type="cond" truecount="4" falsecount="0"/>
841
+ <line num="26" count="1" type="stmt"/>
842
+ <line num="29" count="2" type="stmt"/>
843
+ <line num="32" count="3" type="stmt"/>
839
844
  <line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
840
845
  <line num="34" count="1" type="stmt"/>
841
- <line num="38" count="2" type="stmt"/>
846
+ <line num="38" count="3" type="stmt"/>
842
847
  <line num="40" count="1" type="cond" truecount="1" falsecount="1"/>
843
848
  <line num="42" count="1" type="stmt"/>
844
849
  <line num="44" count="1" type="cond" truecount="2" falsecount="0"/>
@@ -847,32 +852,127 @@
847
852
  <line num="52" count="1" type="cond" truecount="1" falsecount="1"/>
848
853
  <line num="53" count="1" type="stmt"/>
849
854
  <line num="54" count="1" type="stmt"/>
850
- <line num="57" count="1" type="stmt"/>
851
- <line num="59" count="1" type="stmt"/>
852
- <line num="65" count="2" type="stmt"/>
853
- <line num="66" count="1" type="stmt"/>
854
- <line num="69" count="2" type="stmt"/>
855
- <line num="70" count="2" type="cond" truecount="4" falsecount="0"/>
855
+ <line num="56" count="1" type="stmt"/>
856
+ <line num="58" count="1" type="stmt"/>
857
+ <line num="64" count="3" type="stmt"/>
858
+ <line num="65" count="1" type="stmt"/>
859
+ <line num="68" count="3" type="stmt"/>
860
+ <line num="69" count="2" type="cond" truecount="4" falsecount="0"/>
861
+ <line num="71" count="1" type="stmt"/>
856
862
  <line num="72" count="1" type="stmt"/>
857
- <line num="73" count="1" type="stmt"/>
858
- <line num="77" count="1" type="stmt"/>
859
- <line num="80" count="2" type="stmt"/>
860
- <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
863
+ <line num="76" count="1" type="stmt"/>
864
+ <line num="79" count="3" type="stmt"/>
865
+ <line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
866
+ <line num="81" count="0" type="stmt"/>
861
867
  <line num="82" count="0" type="stmt"/>
862
- <line num="83" count="0" type="stmt"/>
868
+ <line num="84" count="0" type="stmt"/>
863
869
  <line num="85" count="0" type="stmt"/>
864
- <line num="86" count="0" type="stmt"/>
865
- <line num="90" count="2" type="stmt"/>
870
+ <line num="89" count="3" type="stmt"/>
871
+ <line num="90" count="0" type="stmt"/>
866
872
  <line num="91" count="0" type="stmt"/>
873
+ <line num="94" count="3" type="stmt"/>
874
+ <line num="95" count="0" type="stmt"/>
875
+ <line num="96" count="0" type="stmt"/>
876
+ <line num="99" count="3" type="stmt"/>
877
+ <line num="126" count="1" type="stmt"/>
878
+ </file>
879
+ </package>
880
+ <package name="src.components.MlLayerSwitcher">
881
+ <metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
882
+ <file name="MlLayerSwitcher.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/MlLayerSwitcher.js">
883
+ <metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
884
+ <line num="23" count="0" type="stmt"/>
885
+ <line num="24" count="0" type="stmt"/>
886
+ <line num="25" count="0" type="stmt"/>
887
+ <line num="26" count="0" type="stmt"/>
888
+ <line num="27" count="0" type="stmt"/>
889
+ <line num="36" count="0" type="stmt"/>
890
+ <line num="37" count="0" type="stmt"/>
891
+ <line num="38" count="0" type="stmt"/>
892
+ <line num="40" count="0" type="stmt"/>
893
+ <line num="42" count="0" type="cond" truecount="0" falsecount="2"/>
894
+ <line num="43" count="0" type="stmt"/>
895
+ <line num="44" count="0" type="stmt"/>
896
+ <line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
897
+ <line num="47" count="0" type="stmt"/>
898
+ <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
899
+ <line num="49" count="0" type="stmt"/>
900
+ <line num="54" count="0" type="stmt"/>
901
+ <line num="55" count="0" type="stmt"/>
902
+ <line num="57" count="0" type="stmt"/>
903
+ <line num="66" count="0" type="stmt"/>
904
+ <line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
905
+ <line num="68" count="0" type="stmt"/>
906
+ <line num="69" count="0" type="stmt"/>
907
+ <line num="70" count="0" type="stmt"/>
908
+ <line num="71" count="0" type="stmt"/>
909
+ <line num="73" count="0" type="stmt"/>
910
+ <line num="74" count="0" type="stmt"/>
911
+ <line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
912
+ <line num="76" count="0" type="stmt"/>
913
+ <line num="79" count="0" type="cond" truecount="0" falsecount="4"/>
914
+ <line num="80" count="0" type="stmt"/>
915
+ <line num="84" count="0" type="stmt"/>
916
+ <line num="85" count="0" type="stmt"/>
917
+ <line num="86" count="0" type="cond" truecount="0" falsecount="4"/>
918
+ <line num="87" count="0" type="stmt"/>
919
+ <line num="90" count="0" type="stmt"/>
867
920
  <line num="92" count="0" type="stmt"/>
868
- <line num="95" count="2" type="stmt"/>
869
921
  <line num="96" count="0" type="stmt"/>
870
- <line num="97" count="0" type="stmt"/>
871
- <line num="100" count="2" type="stmt"/>
872
- <line num="127" count="1" type="stmt"/>
922
+ <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
923
+ <line num="100" count="0" type="stmt"/>
924
+ <line num="101" count="0" type="stmt"/>
925
+ <line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
926
+ <line num="103" count="0" type="stmt"/>
927
+ <line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
928
+ <line num="109" count="0" type="stmt"/>
929
+ <line num="112" count="0" type="stmt"/>
930
+ <line num="113" count="0" type="stmt"/>
931
+ <line num="115" count="0" type="cond" truecount="0" falsecount="2"/>
932
+ <line num="119" count="0" type="stmt"/>
933
+ <line num="120" count="0" type="stmt"/>
934
+ <line num="121" count="0" type="stmt"/>
935
+ <line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
936
+ <line num="123" count="0" type="stmt"/>
937
+ <line num="127" count="0" type="cond" truecount="0" falsecount="4"/>
938
+ <line num="128" count="0" type="stmt"/>
939
+ <line num="130" count="0" type="stmt"/>
940
+ <line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
941
+ <line num="132" count="0" type="stmt"/>
942
+ <line num="138" count="0" type="cond" truecount="0" falsecount="1"/>
943
+ <line num="139" count="0" type="stmt"/>
944
+ <line num="142" count="0" type="stmt"/>
945
+ <line num="152" count="0" type="stmt"/>
946
+ <line num="161" count="0" type="stmt"/>
947
+ <line num="175" count="0" type="stmt"/>
948
+ <line num="184" count="0" type="stmt"/>
949
+ <line num="198" count="0" type="stmt"/>
873
950
  </file>
874
951
  </package>
875
- <package name="components.MlMarker">
952
+ <package name="src.components.MlLayerSwitcher.components">
953
+ <metrics statements="17" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
954
+ <file name="LayerBox.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/components/LayerBox.js">
955
+ <metrics statements="17" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
956
+ <line num="12" count="0" type="stmt"/>
957
+ <line num="13" count="0" type="stmt"/>
958
+ <line num="14" count="0" type="stmt"/>
959
+ <line num="15" count="0" type="stmt"/>
960
+ <line num="26" count="0" type="stmt"/>
961
+ <line num="27" count="0" type="stmt"/>
962
+ <line num="28" count="0" type="stmt"/>
963
+ <line num="30" count="0" type="stmt"/>
964
+ <line num="35" count="0" type="stmt"/>
965
+ <line num="42" count="0" type="stmt"/>
966
+ <line num="44" count="0" type="stmt"/>
967
+ <line num="45" count="0" type="stmt"/>
968
+ <line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
969
+ <line num="48" count="0" type="stmt"/>
970
+ <line num="50" count="0" type="stmt"/>
971
+ <line num="54" count="0" type="stmt"/>
972
+ <line num="68" count="0" type="stmt"/>
973
+ </file>
974
+ </package>
975
+ <package name="src.components.MlMarker">
876
976
  <metrics statements="37" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
877
977
  <file name="MlMarker.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlMarker/MlMarker.js">
878
978
  <metrics statements="37" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
@@ -915,7 +1015,7 @@
915
1015
  <line num="138" count="0" type="stmt"/>
916
1016
  </file>
917
1017
  </package>
918
- <package name="components.MlNavigationCompass">
1018
+ <package name="src.components.MlNavigationCompass">
919
1019
  <metrics statements="40" coveredstatements="24" conditionals="16" coveredconditionals="6" methods="8" coveredmethods="4"/>
920
1020
  <file name="MlNavigationCompass.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationCompass/MlNavigationCompass.js">
921
1021
  <metrics statements="40" coveredstatements="24" conditionals="16" coveredconditionals="6" methods="8" coveredmethods="4"/>
@@ -961,57 +1061,59 @@
961
1061
  <line num="204" count="1" type="stmt"/>
962
1062
  </file>
963
1063
  </package>
964
- <package name="components.MlNavigationTools">
965
- <metrics statements="44" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="11" coveredmethods="0"/>
1064
+ <package name="src.components.MlNavigationTools">
1065
+ <metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
966
1066
  <file name="MlNavigationTools.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationTools/MlNavigationTools.js">
967
- <metrics statements="44" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="11" coveredmethods="0"/>
968
- <line num="17" count="0" type="stmt"/>
1067
+ <metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
969
1068
  <line num="18" count="0" type="stmt"/>
970
1069
  <line num="19" count="0" type="stmt"/>
971
1070
  <line num="20" count="0" type="stmt"/>
972
- <line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
973
- <line num="23" count="0" type="stmt"/>
1071
+ <line num="21" count="0" type="stmt"/>
1072
+ <line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
974
1073
  <line num="24" count="0" type="stmt"/>
975
1074
  <line num="25" count="0" type="stmt"/>
976
- <line num="42" count="0" type="stmt"/>
977
- <line num="43" count="0" type="stmt"/>
1075
+ <line num="26" count="0" type="stmt"/>
1076
+ <line num="27" count="0" type="stmt"/>
1077
+ <line num="44" count="0" type="stmt"/>
978
1078
  <line num="45" count="0" type="stmt"/>
979
- <line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
980
- <line num="53" count="0" type="stmt"/>
981
- <line num="54" count="0" type="stmt"/>
1079
+ <line num="47" count="0" type="stmt"/>
1080
+ <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
1081
+ <line num="55" count="0" type="stmt"/>
982
1082
  <line num="56" count="0" type="stmt"/>
983
- <line num="60" count="0" type="stmt"/>
984
- <line num="61" count="0" type="cond" truecount="0" falsecount="4"/>
985
- <line num="64" count="0" type="stmt"/>
986
- <line num="65" count="0" type="stmt"/>
1083
+ <line num="58" count="0" type="stmt"/>
1084
+ <line num="62" count="0" type="stmt"/>
1085
+ <line num="63" count="0" type="cond" truecount="0" falsecount="4"/>
987
1086
  <line num="66" count="0" type="stmt"/>
988
- <line num="69" count="0" type="stmt"/>
989
- <line num="73" count="0" type="stmt"/>
990
- <line num="76" count="0" type="stmt"/>
991
- <line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
1087
+ <line num="67" count="0" type="stmt"/>
1088
+ <line num="68" count="0" type="stmt"/>
1089
+ <line num="71" count="0" type="stmt"/>
1090
+ <line num="75" count="0" type="stmt"/>
1091
+ <line num="78" count="0" type="stmt"/>
992
1092
  <line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
993
- <line num="80" count="0" type="stmt"/>
994
- <line num="84" count="0" type="stmt"/>
995
- <line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
1093
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
1094
+ <line num="82" count="0" type="stmt"/>
1095
+ <line num="86" count="0" type="stmt"/>
996
1096
  <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
997
- <line num="88" count="0" type="stmt"/>
998
- <line num="92" count="0" type="stmt"/>
999
- <line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
1000
- <line num="95" count="0" type="stmt"/>
1001
- <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
1097
+ <line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
1098
+ <line num="90" count="0" type="stmt"/>
1099
+ <line num="94" count="0" type="stmt"/>
1100
+ <line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
1002
1101
  <line num="97" count="0" type="stmt"/>
1102
+ <line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
1003
1103
  <line num="99" count="0" type="stmt"/>
1004
- <line num="102" count="0" type="stmt"/>
1005
- <line num="103" count="0" type="stmt"/>
1006
- <line num="106" count="0" type="stmt"/>
1007
- <line num="107" count="0" type="stmt"/>
1008
- <line num="110" count="0" type="stmt"/>
1009
- <line num="111" count="0" type="stmt"/>
1104
+ <line num="101" count="0" type="stmt"/>
1105
+ <line num="104" count="0" type="stmt"/>
1106
+ <line num="105" count="0" type="stmt"/>
1107
+ <line num="108" count="0" type="stmt"/>
1108
+ <line num="109" count="0" type="stmt"/>
1010
1109
  <line num="112" count="0" type="stmt"/>
1011
- <line num="115" count="0" type="stmt"/>
1110
+ <line num="113" count="0" type="stmt"/>
1111
+ <line num="114" count="0" type="stmt"/>
1112
+ <line num="117" count="0" type="stmt"/>
1113
+ <line num="146" count="0" type="stmt"/>
1012
1114
  </file>
1013
1115
  </package>
1014
- <package name="components.MlOsmLayer">
1116
+ <package name="src.components.MlOsmLayer">
1015
1117
  <metrics statements="28" coveredstatements="24" conditionals="18" coveredconditionals="10" methods="6" coveredmethods="5"/>
1016
1118
  <file name="MlOsmLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlOsmLayer/MlOsmLayer.js">
1017
1119
  <metrics statements="28" coveredstatements="24" conditionals="18" coveredconditionals="10" methods="6" coveredmethods="5"/>
@@ -1045,7 +1147,7 @@
1045
1147
  <line num="87" count="1" type="stmt"/>
1046
1148
  </file>
1047
1149
  </package>
1048
- <package name="components.MlScaleReference">
1150
+ <package name="src.components.MlScaleReference">
1049
1151
  <metrics statements="55" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="8" coveredmethods="0"/>
1050
1152
  <file name="MlScaleReference.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlScaleReference/MlScaleReference.js">
1051
1153
  <metrics statements="55" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="8" coveredmethods="0"/>
@@ -1106,61 +1208,94 @@
1106
1208
  <line num="135" count="0" type="stmt"/>
1107
1209
  </file>
1108
1210
  </package>
1109
- <package name="components.MlShareMapState">
1110
- <metrics statements="48" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="9" coveredmethods="0"/>
1211
+ <package name="src.components.MlShareMapState">
1212
+ <metrics statements="81" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="10" coveredmethods="0"/>
1111
1213
  <file name="MlShareMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlShareMapState/MlShareMapState.js">
1112
- <metrics statements="48" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="9" coveredmethods="0"/>
1113
- <line num="15" count="0" type="stmt"/>
1114
- <line num="17" count="0" type="stmt"/>
1214
+ <metrics statements="81" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="10" coveredmethods="0"/>
1215
+ <line num="16" count="0" type="stmt"/>
1216
+ <line num="18" count="0" type="stmt"/>
1115
1217
  <line num="19" count="0" type="stmt"/>
1116
1218
  <line num="20" count="0" type="stmt"/>
1117
1219
  <line num="21" count="0" type="stmt"/>
1118
1220
  <line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
1221
+ <line num="23" count="0" type="stmt"/>
1119
1222
  <line num="24" count="0" type="stmt"/>
1120
- <line num="26" count="0" type="stmt"/>
1121
- <line num="27" count="0" type="stmt"/>
1122
- <line num="29" count="0" type="stmt"/>
1123
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
1223
+ <line num="35" count="0" type="stmt"/>
1124
1224
  <line num="37" count="0" type="stmt"/>
1125
1225
  <line num="38" count="0" type="stmt"/>
1126
1226
  <line num="40" count="0" type="stmt"/>
1127
- <line num="44" count="0" type="stmt"/>
1128
- <line num="45" count="0" type="cond" truecount="0" falsecount="4"/>
1227
+ <line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
1129
1228
  <line num="48" count="0" type="stmt"/>
1130
1229
  <line num="49" count="0" type="stmt"/>
1131
- <line num="50" count="0" type="stmt"/>
1132
- <line num="52" count="0" type="stmt"/>
1133
- <line num="53" count="0" type="cond" truecount="0" falsecount="4"/>
1134
- <line num="54" count="0" type="stmt"/>
1230
+ <line num="51" count="0" type="stmt"/>
1135
1231
  <line num="55" count="0" type="stmt"/>
1136
- <line num="56" count="0" type="stmt"/>
1137
- <line num="57" count="0" type="stmt"/>
1138
- <line num="58" count="0" type="stmt"/>
1139
- <line num="62" count="0" type="stmt"/>
1140
- <line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
1141
- <line num="65" count="0" type="cond" truecount="0" falsecount="2"/>
1232
+ <line num="56" count="0" type="cond" truecount="0" falsecount="4"/>
1233
+ <line num="59" count="0" type="stmt"/>
1234
+ <line num="60" count="0" type="stmt"/>
1235
+ <line num="61" count="0" type="stmt"/>
1236
+ <line num="63" count="0" type="stmt"/>
1237
+ <line num="64" count="0" type="cond" truecount="0" falsecount="4"/>
1238
+ <line num="65" count="0" type="stmt"/>
1142
1239
  <line num="66" count="0" type="stmt"/>
1143
- <line num="69" count="0" type="stmt"/>
1144
- <line num="70" count="0" type="stmt"/>
1145
- <line num="74" count="0" type="stmt"/>
1240
+ <line num="67" count="0" type="stmt"/>
1241
+ <line num="68" count="0" type="stmt"/>
1242
+ <line num="72" count="0" type="stmt"/>
1243
+ <line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
1244
+ <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
1146
1245
  <line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
1147
- <line num="76" count="0" type="stmt"/>
1148
- <line num="86" count="0" type="stmt"/>
1149
- <line num="90" count="0" type="stmt"/>
1150
- <line num="91" count="0" type="stmt"/>
1246
+ <line num="77" count="0" type="stmt"/>
1247
+ <line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
1248
+ <line num="80" count="0" type="stmt"/>
1249
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
1250
+ <line num="82" count="0" type="stmt"/>
1251
+ <line num="88" count="0" type="stmt"/>
1252
+ <line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
1253
+ <line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
1254
+ <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
1255
+ <line num="93" count="0" type="stmt"/>
1151
1256
  <line num="94" count="0" type="stmt"/>
1152
- <line num="95" count="0" type="stmt"/>
1153
- <line num="96" count="0" type="stmt"/>
1154
1257
  <line num="97" count="0" type="stmt"/>
1155
- <line num="100" count="0" type="stmt"/>
1156
- <line num="101" count="0" type="cond" truecount="0" falsecount="6"/>
1157
- <line num="102" count="0" type="stmt"/>
1258
+ <line num="98" count="0" type="stmt"/>
1259
+ <line num="99" count="0" type="stmt"/>
1260
+ <line num="105" count="0" type="stmt"/>
1158
1261
  <line num="106" count="0" type="stmt"/>
1159
- <line num="109" count="0" type="stmt"/>
1160
- <line num="113" count="0" type="stmt"/>
1262
+ <line num="112" count="0" type="stmt"/>
1263
+ <line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
1264
+ <line num="114" count="0" type="stmt"/>
1265
+ <line num="124" count="0" type="stmt"/>
1266
+ <line num="128" count="0" type="stmt"/>
1267
+ <line num="129" count="0" type="stmt"/>
1268
+ <line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
1269
+ <line num="132" count="0" type="stmt"/>
1270
+ <line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
1271
+ <line num="134" count="0" type="stmt"/>
1272
+ <line num="135" count="0" type="stmt"/>
1273
+ <line num="136" count="0" type="stmt"/>
1274
+ <line num="137" count="0" type="stmt"/>
1275
+ <line num="138" count="0" type="stmt"/>
1276
+ <line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
1277
+ <line num="141" count="0" type="stmt"/>
1278
+ <line num="143" count="0" type="stmt"/>
1279
+ <line num="146" count="0" type="stmt"/>
1280
+ <line num="147" count="0" type="stmt"/>
1281
+ <line num="148" count="0" type="stmt"/>
1282
+ <line num="149" count="0" type="stmt"/>
1283
+ <line num="150" count="0" type="stmt"/>
1284
+ <line num="153" count="0" type="stmt"/>
1285
+ <line num="155" count="0" type="stmt"/>
1286
+ <line num="158" count="0" type="stmt"/>
1287
+ <line num="159" count="0" type="stmt"/>
1288
+ <line num="160" count="0" type="stmt"/>
1289
+ <line num="161" count="0" type="stmt"/>
1290
+ <line num="164" count="0" type="stmt"/>
1291
+ <line num="165" count="0" type="cond" truecount="0" falsecount="6"/>
1292
+ <line num="166" count="0" type="stmt"/>
1293
+ <line num="170" count="0" type="stmt"/>
1294
+ <line num="173" count="0" type="stmt"/>
1295
+ <line num="177" count="0" type="stmt"/>
1161
1296
  </file>
1162
1297
  </package>
1163
- <package name="components.MlSpatialElevationProfile">
1298
+ <package name="src.components.MlSpatialElevationProfile">
1164
1299
  <metrics statements="62" coveredstatements="28" conditionals="26" coveredconditionals="12" methods="10" coveredmethods="5"/>
1165
1300
  <file name="MlSpatialElevationProfile.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js">
1166
1301
  <metrics statements="62" coveredstatements="28" conditionals="26" coveredconditionals="12" methods="10" coveredmethods="5"/>
@@ -1228,10 +1363,10 @@
1228
1363
  <line num="213" count="1" type="stmt"/>
1229
1364
  </file>
1230
1365
  </package>
1231
- <package name="components.MlThreeJsLayer">
1232
- <metrics statements="70" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="10" coveredmethods="5"/>
1366
+ <package name="src.components.MlThreeJsLayer">
1367
+ <metrics statements="68" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="9" coveredmethods="5"/>
1233
1368
  <file name="MlThreeJsLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlThreeJsLayer/MlThreeJsLayer.js">
1234
- <metrics statements="70" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="10" coveredmethods="5"/>
1369
+ <metrics statements="68" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="9" coveredmethods="5"/>
1235
1370
  <line num="15" count="1" type="stmt"/>
1236
1371
  <line num="16" count="4" type="stmt"/>
1237
1372
  <line num="18" count="4" type="stmt"/>
@@ -1253,58 +1388,56 @@
1253
1388
  <line num="43" count="4" type="cond" truecount="4" falsecount="0"/>
1254
1389
  <line num="45" count="2" type="stmt"/>
1255
1390
  <line num="46" count="2" type="stmt"/>
1391
+ <line num="48" count="2" type="stmt"/>
1256
1392
  <line num="49" count="2" type="stmt"/>
1257
1393
  <line num="50" count="2" type="stmt"/>
1258
- <line num="51" count="2" type="stmt"/>
1259
1394
  <line num="53" count="2" type="stmt"/>
1260
- <line num="59" count="2" type="stmt"/>
1261
- <line num="75" count="2" type="stmt"/>
1262
- <line num="80" count="0" type="stmt"/>
1263
- <line num="81" count="0" type="stmt"/>
1264
- <line num="84" count="0" type="stmt"/>
1395
+ <line num="55" count="2" type="stmt"/>
1396
+ <line num="56" count="2" type="stmt"/>
1397
+ <line num="58" count="2" type="stmt"/>
1398
+ <line num="64" count="2" type="stmt"/>
1399
+ <line num="80" count="2" type="stmt"/>
1265
1400
  <line num="85" count="0" type="stmt"/>
1266
1401
  <line num="86" count="0" type="stmt"/>
1267
- <line num="88" count="0" type="stmt"/>
1268
1402
  <line num="89" count="0" type="stmt"/>
1269
1403
  <line num="90" count="0" type="stmt"/>
1404
+ <line num="91" count="0" type="stmt"/>
1270
1405
  <line num="93" count="0" type="stmt"/>
1271
1406
  <line num="94" count="0" type="stmt"/>
1407
+ <line num="95" count="0" type="stmt"/>
1408
+ <line num="98" count="0" type="stmt"/>
1272
1409
  <line num="99" count="0" type="stmt"/>
1273
- <line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
1274
- <line num="101" count="0" type="stmt"/>
1410
+ <line num="103" count="0" type="stmt"/>
1411
+ <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
1275
1412
  <line num="105" count="0" type="stmt"/>
1276
- <line num="110" count="0" type="stmt"/>
1277
- <line num="113" count="0" type="stmt"/>
1278
- <line num="116" count="0" type="stmt"/>
1279
- <line num="122" count="0" type="stmt"/>
1413
+ <line num="109" count="0" type="stmt"/>
1414
+ <line num="112" count="0" type="stmt"/>
1415
+ <line num="118" count="0" type="stmt"/>
1416
+ <line num="121" count="0" type="stmt"/>
1280
1417
  <line num="125" count="0" type="stmt"/>
1281
1418
  <line num="129" count="0" type="stmt"/>
1282
- <line num="133" count="0" type="stmt"/>
1283
- <line num="138" count="0" type="stmt"/>
1284
- <line num="139" count="0" type="stmt"/>
1285
- <line num="152" count="0" type="stmt"/>
1286
- <line num="153" count="0" type="stmt"/>
1287
- <line num="154" count="0" type="stmt"/>
1288
- <line num="155" count="0" type="stmt"/>
1289
- <line num="159" count="2" type="stmt"/>
1290
- <line num="161" count="2" type="cond" truecount="1" falsecount="1"/>
1291
- <line num="162" count="2" type="stmt"/>
1292
- <line num="164" count="2" type="stmt"/>
1293
- <line num="165" count="2" type="stmt"/>
1294
- <line num="166" count="2" type="stmt"/>
1295
- <line num="169" count="4" type="stmt"/>
1296
- <line num="170" count="4" type="cond" truecount="2" falsecount="0"/>
1297
- <line num="172" count="2" type="cond" truecount="1" falsecount="1"/>
1298
- <line num="174" count="2" type="cond" truecount="1" falsecount="1"/>
1299
- <line num="175" count="2" type="stmt"/>
1300
- <line num="177" count="0" type="stmt"/>
1301
- <line num="183" count="4" type="stmt"/>
1302
- <line num="189" count="0" type="stmt"/>
1303
- <line num="190" count="0" type="stmt"/>
1304
- <line num="199" count="1" type="stmt"/>
1419
+ <line num="134" count="0" type="stmt"/>
1420
+ <line num="135" count="0" type="stmt"/>
1421
+ <line num="148" count="0" type="stmt"/>
1422
+ <line num="149" count="0" type="stmt"/>
1423
+ <line num="150" count="0" type="stmt"/>
1424
+ <line num="151" count="0" type="stmt"/>
1425
+ <line num="155" count="2" type="stmt"/>
1426
+ <line num="157" count="2" type="cond" truecount="1" falsecount="1"/>
1427
+ <line num="158" count="2" type="stmt"/>
1428
+ <line num="162" count="4" type="stmt"/>
1429
+ <line num="163" count="4" type="cond" truecount="2" falsecount="0"/>
1430
+ <line num="165" count="2" type="cond" truecount="1" falsecount="1"/>
1431
+ <line num="167" count="2" type="cond" truecount="1" falsecount="1"/>
1432
+ <line num="168" count="2" type="stmt"/>
1433
+ <line num="170" count="0" type="stmt"/>
1434
+ <line num="176" count="4" type="stmt"/>
1435
+ <line num="182" count="0" type="stmt"/>
1436
+ <line num="183" count="0" type="stmt"/>
1437
+ <line num="192" count="1" type="stmt"/>
1305
1438
  </file>
1306
1439
  </package>
1307
- <package name="components.MlUseMapDebugger">
1440
+ <package name="src.components.MlUseMapDebugger">
1308
1441
  <metrics statements="8" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1309
1442
  <file name="MlUseMapDebugger.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlUseMapDebugger/MlUseMapDebugger.js">
1310
1443
  <metrics statements="8" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
@@ -1318,7 +1451,7 @@
1318
1451
  <line num="75" count="0" type="stmt"/>
1319
1452
  </file>
1320
1453
  </package>
1321
- <package name="components.MlVectorTileLayer">
1454
+ <package name="src.components.MlVectorTileLayer">
1322
1455
  <metrics statements="44" coveredstatements="39" conditionals="22" coveredconditionals="14" methods="6" coveredmethods="6"/>
1323
1456
  <file name="MlVectorTileLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlVectorTileLayer/MlVectorTileLayer.js">
1324
1457
  <metrics statements="44" coveredstatements="39" conditionals="22" coveredconditionals="14" methods="6" coveredmethods="6"/>
@@ -1368,7 +1501,7 @@
1368
1501
  <line num="114" count="1" type="stmt"/>
1369
1502
  </file>
1370
1503
  </package>
1371
- <package name="components.MlWmsFeatureInfoPopup">
1504
+ <package name="src.components.MlWmsFeatureInfoPopup">
1372
1505
  <metrics statements="20" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
1373
1506
  <file name="MlWmsFeatureInfoPopup.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js">
1374
1507
  <metrics statements="20" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
@@ -1394,14 +1527,14 @@
1394
1527
  <line num="58" count="0" type="stmt"/>
1395
1528
  </file>
1396
1529
  </package>
1397
- <package name="components.MlWmsLayer">
1398
- <metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="13" methods="5" coveredmethods="5"/>
1530
+ <package name="src.components.MlWmsLayer">
1531
+ <metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="14" methods="5" coveredmethods="5"/>
1399
1532
  <file name="MlWmsLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLayer/MlWmsLayer.js">
1400
- <metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="13" methods="5" coveredmethods="5"/>
1533
+ <metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="14" methods="5" coveredmethods="5"/>
1401
1534
  <line num="7" count="1" type="stmt"/>
1402
1535
  <line num="47" count="1" type="stmt"/>
1403
1536
  <line num="48" count="8" type="stmt"/>
1404
- <line num="50" count="8" type="cond" truecount="1" falsecount="1"/>
1537
+ <line num="50" count="8" type="cond" truecount="2" falsecount="0"/>
1405
1538
  <line num="51" count="8" type="stmt"/>
1406
1539
  <line num="52" count="8" type="stmt"/>
1407
1540
  <line num="53" count="8" type="cond" truecount="2" falsecount="0"/>
@@ -1439,10 +1572,10 @@
1439
1572
  <line num="139" count="1" type="stmt"/>
1440
1573
  </file>
1441
1574
  </package>
1442
- <package name="components.MlWmsLoader">
1443
- <metrics statements="89" coveredstatements="0" conditionals="53" coveredconditionals="0" methods="22" coveredmethods="0"/>
1575
+ <package name="src.components.MlWmsLoader">
1576
+ <metrics statements="92" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="22" coveredmethods="0"/>
1444
1577
  <file name="MlWmsLoader.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLoader/MlWmsLoader.js">
1445
- <metrics statements="89" coveredstatements="0" conditionals="53" coveredconditionals="0" methods="22" coveredmethods="0"/>
1578
+ <metrics statements="92" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="22" coveredmethods="0"/>
1446
1579
  <line num="19" count="0" type="stmt"/>
1447
1580
  <line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
1448
1581
  <line num="21" count="0" type="stmt"/>
@@ -1471,127 +1604,116 @@
1471
1604
  <line num="68" count="0" type="stmt"/>
1472
1605
  <line num="70" count="0" type="stmt"/>
1473
1606
  <line num="74" count="0" type="stmt"/>
1474
- <line num="75" count="0" type="stmt"/>
1475
- <line num="78" count="0" type="stmt"/>
1607
+ <line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
1608
+ <line num="77" count="0" type="stmt"/>
1476
1609
  <line num="80" count="0" type="stmt"/>
1477
- <line num="81" count="0" type="stmt"/>
1478
1610
  <line num="82" count="0" type="stmt"/>
1479
1611
  <line num="83" count="0" type="stmt"/>
1480
1612
  <line num="84" count="0" type="stmt"/>
1481
1613
  <line num="85" count="0" type="stmt"/>
1482
1614
  <line num="86" count="0" type="stmt"/>
1483
- <line num="97" count="0" type="cond" truecount="0" falsecount="4"/>
1484
- <line num="98" count="0" type="stmt"/>
1485
- <line num="100" count="0" type="cond" truecount="0" falsecount="4"/>
1486
- <line num="101" count="0" type="stmt"/>
1487
- <line num="114" count="0" type="stmt"/>
1488
- <line num="116" count="0" type="cond" truecount="0" falsecount="2"/>
1489
- <line num="117" count="0" type="stmt"/>
1490
- <line num="118" count="0" type="stmt"/>
1615
+ <line num="87" count="0" type="stmt"/>
1616
+ <line num="88" count="0" type="stmt"/>
1617
+ <line num="99" count="0" type="cond" truecount="0" falsecount="4"/>
1618
+ <line num="100" count="0" type="stmt"/>
1619
+ <line num="102" count="0" type="cond" truecount="0" falsecount="4"/>
1620
+ <line num="103" count="0" type="stmt"/>
1621
+ <line num="116" count="0" type="stmt"/>
1622
+ <line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
1623
+ <line num="119" count="0" type="stmt"/>
1491
1624
  <line num="120" count="0" type="stmt"/>
1492
1625
  <line num="122" count="0" type="stmt"/>
1493
- <line num="127" count="0" type="stmt"/>
1626
+ <line num="124" count="0" type="stmt"/>
1494
1627
  <line num="129" count="0" type="stmt"/>
1495
- <line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
1496
- <line num="132" count="0" type="stmt"/>
1628
+ <line num="131" count="0" type="stmt"/>
1629
+ <line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
1497
1630
  <line num="134" count="0" type="stmt"/>
1498
- <line num="137" count="0" type="stmt"/>
1499
- <line num="138" count="0" type="stmt"/>
1631
+ <line num="136" count="0" type="stmt"/>
1632
+ <line num="139" count="0" type="stmt"/>
1500
1633
  <line num="140" count="0" type="stmt"/>
1501
- <line num="145" count="0" type="stmt"/>
1502
- <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
1503
- <line num="148" count="0" type="stmt"/>
1634
+ <line num="142" count="0" type="stmt"/>
1635
+ <line num="147" count="0" type="stmt"/>
1636
+ <line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
1504
1637
  <line num="150" count="0" type="stmt"/>
1505
- <line num="151" count="0" type="stmt"/>
1506
1638
  <line num="152" count="0" type="stmt"/>
1507
- <line num="156" count="0" type="stmt"/>
1508
- <line num="157" count="0" type="stmt"/>
1509
- <line num="160" count="0" type="stmt"/>
1510
- <line num="161" count="0" type="cond" truecount="0" falsecount="2"/>
1639
+ <line num="153" count="0" type="stmt"/>
1640
+ <line num="154" count="0" type="stmt"/>
1641
+ <line num="158" count="0" type="stmt"/>
1642
+ <line num="159" count="0" type="stmt"/>
1643
+ <line num="162" count="0" type="stmt"/>
1511
1644
  <line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
1512
- <line num="164" count="0" type="stmt"/>
1513
- <line num="168" count="0" type="stmt"/>
1514
- <line num="173" count="0" type="stmt"/>
1515
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
1516
- <line num="176" count="0" type="stmt"/>
1645
+ <line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
1646
+ <line num="166" count="0" type="stmt"/>
1647
+ <line num="170" count="0" type="stmt"/>
1648
+ <line num="175" count="0" type="stmt"/>
1517
1649
  <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
1518
1650
  <line num="178" count="0" type="stmt"/>
1519
- <line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
1520
- <line num="182" count="0" type="stmt"/>
1521
- <line num="187" count="0" type="cond" truecount="0" falsecount="4"/>
1522
- <line num="188" count="0" type="stmt"/>
1523
- <line num="196" count="0" type="stmt"/>
1524
- <line num="197" count="0" type="cond" truecount="0" falsecount="4"/>
1525
- <line num="200" count="0" type="stmt"/>
1526
- <line num="201" count="0" type="stmt"/>
1651
+ <line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
1652
+ <line num="180" count="0" type="stmt"/>
1653
+ <line num="183" count="0" type="cond" truecount="0" falsecount="2"/>
1654
+ <line num="184" count="0" type="stmt"/>
1655
+ <line num="189" count="0" type="cond" truecount="0" falsecount="4"/>
1656
+ <line num="190" count="0" type="stmt"/>
1657
+ <line num="198" count="0" type="stmt"/>
1658
+ <line num="199" count="0" type="cond" truecount="0" falsecount="4"/>
1659
+ <line num="202" count="0" type="stmt"/>
1660
+ <line num="203" count="0" type="stmt"/>
1527
1661
  <line num="204" count="0" type="stmt"/>
1528
- <line num="209" count="0" type="stmt"/>
1529
- <line num="223" count="0" type="cond" truecount="0" falsecount="2"/>
1530
- <line num="231" count="0" type="stmt"/>
1531
- <line num="232" count="0" type="stmt"/>
1532
- <line num="233" count="0" type="stmt"/>
1533
- <line num="263" count="0" type="stmt"/>
1534
- <line num="275" count="0" type="stmt"/>
1662
+ <line num="205" count="0" type="stmt"/>
1663
+ <line num="208" count="0" type="stmt"/>
1664
+ <line num="214" count="0" type="stmt"/>
1665
+ <line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
1666
+ <line num="235" count="0" type="stmt"/>
1667
+ <line num="236" count="0" type="stmt"/>
1668
+ <line num="237" count="0" type="stmt"/>
1669
+ <line num="267" count="0" type="stmt"/>
1670
+ <line num="279" count="0" type="stmt"/>
1535
1671
  </file>
1536
1672
  </package>
1537
- <package name="hooks">
1538
- <metrics statements="124" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="22" coveredmethods="0"/>
1673
+ <package name="src.hooks">
1674
+ <metrics statements="110" coveredstatements="55" conditionals="42" coveredconditionals="14" methods="19" coveredmethods="9"/>
1539
1675
  <file name="useMap.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMap.js">
1540
- <metrics statements="41" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="8" coveredmethods="0"/>
1541
- <line num="7" count="0" type="stmt"/>
1542
- <line num="9" count="0" type="stmt"/>
1543
- <line num="10" count="0" type="stmt"/>
1544
- <line num="12" count="0" type="stmt"/>
1545
- <line num="13" count="0" type="stmt"/>
1546
- <line num="14" count="0" type="stmt"/>
1547
- <line num="16" count="0" type="stmt"/>
1548
- <line num="17" count="0" type="stmt"/>
1549
- <line num="19" count="0" type="stmt"/>
1550
- <line num="21" count="0" type="stmt"/>
1551
- <line num="22" count="0" type="stmt"/>
1552
- <line num="24" count="0" type="stmt"/>
1553
- <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
1554
- <line num="26" count="0" type="stmt"/>
1555
- <line num="27" count="0" type="stmt"/>
1556
- <line num="29" count="0" type="stmt"/>
1557
- <line num="33" count="0" type="stmt"/>
1558
- <line num="34" count="0" type="stmt"/>
1559
- <line num="35" count="0" type="stmt"/>
1560
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
1561
- <line num="37" count="0" type="stmt"/>
1676
+ <metrics statements="27" coveredstatements="21" conditionals="12" coveredconditionals="6" methods="5" coveredmethods="4"/>
1677
+ <line num="8" count="21" type="stmt"/>
1678
+ <line num="10" count="21" type="stmt"/>
1679
+ <line num="19" count="21" type="stmt"/>
1680
+ <line num="20" count="21" type="stmt"/>
1681
+ <line num="22" count="21" type="stmt"/>
1682
+ <line num="24" count="21" type="stmt"/>
1683
+ <line num="26" count="21" type="stmt"/>
1684
+ <line num="27" count="6" type="stmt"/>
1685
+ <line num="29" count="6" type="stmt"/>
1686
+ <line num="30" count="2" type="cond" truecount="1" falsecount="1"/>
1687
+ <line num="31" count="2" type="stmt"/>
1688
+ <line num="32" count="2" type="stmt"/>
1689
+ <line num="34" count="2" type="stmt"/>
1690
+ <line num="35" count="2" type="stmt"/>
1691
+ <line num="39" count="21" type="stmt"/>
1692
+ <line num="40" count="18" type="cond" truecount="4" falsecount="0"/>
1693
+ <line num="43" count="6" type="cond" truecount="1" falsecount="1"/>
1694
+ <line num="44" count="0" type="stmt"/>
1695
+ <line num="46" count="0" type="stmt"/>
1696
+ <line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
1697
+ <line num="48" count="0" type="stmt"/>
1698
+ <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
1562
1699
  <line num="52" count="0" type="stmt"/>
1563
- <line num="55" count="0" type="stmt"/>
1564
- <line num="56" count="0" type="cond" truecount="0" falsecount="4"/>
1565
- <line num="59" count="0" type="stmt"/>
1566
- <line num="60" count="0" type="stmt"/>
1567
- <line num="62" count="0" type="stmt"/>
1568
- <line num="63" count="0" type="stmt"/>
1569
- <line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
1570
- <line num="67" count="0" type="stmt"/>
1571
- <line num="68" count="0" type="stmt"/>
1572
- <line num="69" count="0" type="stmt"/>
1573
- <line num="72" count="0" type="stmt"/>
1574
- <line num="73" count="0" type="stmt"/>
1575
- <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
1576
- <line num="75" count="0" type="stmt"/>
1577
- <line num="76" count="0" type="stmt"/>
1578
- <line num="82" count="0" type="stmt"/>
1579
- <line num="83" count="0" type="stmt"/>
1580
- <line num="86" count="0" type="stmt"/>
1581
- <line num="92" count="0" type="stmt"/>
1700
+ <line num="57" count="6" type="stmt"/>
1701
+ <line num="58" count="6" type="stmt"/>
1702
+ <line num="59" count="6" type="stmt"/>
1703
+ <line num="62" count="21" type="stmt"/>
1582
1704
  </file>
1583
1705
  <file name="useMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMapState.js">
1584
- <metrics statements="46" coveredstatements="0" conditionals="22" coveredconditionals="0" methods="7" coveredmethods="0"/>
1585
- <line num="13" count="0" type="stmt"/>
1586
- <line num="15" count="0" type="stmt"/>
1587
- <line num="16" count="0" type="stmt"/>
1588
- <line num="18" count="0" type="stmt"/>
1589
- <line num="20" count="0" type="stmt"/>
1590
- <line num="21" count="0" type="stmt"/>
1591
- <line num="23" count="0" type="stmt"/>
1592
- <line num="24" count="0" type="stmt"/>
1593
- <line num="26" count="0" type="stmt"/>
1594
- <line num="35" count="0" type="stmt"/>
1706
+ <metrics statements="46" coveredstatements="34" conditionals="22" coveredconditionals="8" methods="7" coveredmethods="5"/>
1707
+ <line num="13" count="49" type="stmt"/>
1708
+ <line num="15" count="49" type="stmt"/>
1709
+ <line num="16" count="49" type="stmt"/>
1710
+ <line num="18" count="49" type="stmt"/>
1711
+ <line num="20" count="49" type="stmt"/>
1712
+ <line num="21" count="49" type="stmt"/>
1713
+ <line num="23" count="49" type="stmt"/>
1714
+ <line num="24" count="49" type="stmt"/>
1715
+ <line num="26" count="49" type="stmt"/>
1716
+ <line num="35" count="49" type="stmt"/>
1595
1717
  <line num="37" count="0" type="cond" truecount="0" falsecount="4"/>
1596
1718
  <line num="38" count="0" type="stmt"/>
1597
1719
  <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -1599,35 +1721,35 @@
1599
1721
  <line num="43" count="0" type="stmt"/>
1600
1722
  <line num="45" count="0" type="stmt"/>
1601
1723
  <line num="49" count="0" type="stmt"/>
1602
- <line num="54" count="0" type="stmt"/>
1603
- <line num="55" count="0" type="stmt"/>
1604
- <line num="56" count="0" type="stmt"/>
1605
- <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
1606
- <line num="58" count="0" type="stmt"/>
1607
- <line num="59" count="0" type="stmt"/>
1608
- <line num="63" count="0" type="stmt"/>
1609
- <line num="64" count="0" type="stmt"/>
1610
- <line num="66" count="0" type="stmt"/>
1611
- <line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
1612
- <line num="68" count="0" type="stmt"/>
1613
- <line num="69" count="0" type="stmt"/>
1614
- <line num="71" count="0" type="stmt"/>
1615
- <line num="75" count="0" type="stmt"/>
1616
- <line num="76" count="0" type="cond" truecount="0" falsecount="4"/>
1617
- <line num="79" count="0" type="stmt"/>
1618
- <line num="80" count="0" type="stmt"/>
1619
- <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
1724
+ <line num="54" count="49" type="stmt"/>
1725
+ <line num="55" count="14" type="stmt"/>
1726
+ <line num="56" count="14" type="stmt"/>
1727
+ <line num="57" count="14" type="cond" truecount="1" falsecount="1"/>
1728
+ <line num="58" count="14" type="stmt"/>
1729
+ <line num="59" count="14" type="stmt"/>
1730
+ <line num="63" count="49" type="stmt"/>
1731
+ <line num="64" count="14" type="stmt"/>
1732
+ <line num="66" count="14" type="stmt"/>
1733
+ <line num="67" count="6" type="cond" truecount="1" falsecount="1"/>
1734
+ <line num="68" count="6" type="stmt"/>
1735
+ <line num="69" count="6" type="stmt"/>
1736
+ <line num="71" count="6" type="stmt"/>
1737
+ <line num="75" count="49" type="stmt"/>
1738
+ <line num="76" count="28" type="cond" truecount="4" falsecount="0"/>
1739
+ <line num="79" count="14" type="stmt"/>
1740
+ <line num="80" count="14" type="stmt"/>
1741
+ <line num="92" count="14" type="cond" truecount="1" falsecount="1"/>
1620
1742
  <line num="93" count="0" type="stmt"/>
1621
1743
  <line num="95" count="0" type="stmt"/>
1622
1744
  <line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
1623
1745
  <line num="99" count="0" type="stmt"/>
1624
1746
  <line num="100" count="0" type="stmt"/>
1625
- <line num="107" count="0" type="cond" truecount="0" falsecount="2"/>
1626
- <line num="108" count="0" type="stmt"/>
1627
- <line num="110" count="0" type="stmt"/>
1628
- <line num="122" count="0" type="stmt"/>
1629
- <line num="128" count="0" type="stmt"/>
1630
- <line num="140" count="0" type="stmt"/>
1747
+ <line num="107" count="14" type="cond" truecount="1" falsecount="1"/>
1748
+ <line num="108" count="14" type="stmt"/>
1749
+ <line num="110" count="14" type="stmt"/>
1750
+ <line num="122" count="49" type="stmt"/>
1751
+ <line num="128" count="4" type="stmt"/>
1752
+ <line num="140" count="4" type="stmt"/>
1631
1753
  </file>
1632
1754
  <file name="useWms.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useWms.js">
1633
1755
  <metrics statements="37" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="7" coveredmethods="0"/>
@@ -1645,29 +1767,40 @@
1645
1767
  <line num="24" count="0" type="stmt"/>
1646
1768
  <line num="26" count="0" type="stmt"/>
1647
1769
  <line num="27" count="0" type="stmt"/>
1648
- <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
1649
- <line num="31" count="0" type="stmt"/>
1650
- <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
1651
- <line num="33" count="0" type="stmt"/>
1770
+ <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
1771
+ <line num="32" count="0" type="stmt"/>
1772
+ <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
1652
1773
  <line num="34" count="0" type="stmt"/>
1653
- <line num="36" count="0" type="stmt"/>
1654
- <line num="38" count="0" type="stmt"/>
1655
- <line num="43" count="0" type="stmt"/>
1656
- <line num="46" count="0" type="stmt"/>
1657
- <line num="48" count="0" type="stmt"/>
1658
- <line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
1659
- <line num="51" count="0" type="stmt"/>
1660
- <line num="53" count="0" type="stmt"/>
1661
- <line num="57" count="0" type="stmt"/>
1662
- <line num="61" count="0" type="stmt"/>
1774
+ <line num="35" count="0" type="stmt"/>
1775
+ <line num="37" count="0" type="stmt"/>
1776
+ <line num="39" count="0" type="stmt"/>
1777
+ <line num="44" count="0" type="stmt"/>
1778
+ <line num="47" count="0" type="stmt"/>
1779
+ <line num="49" count="0" type="stmt"/>
1780
+ <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
1781
+ <line num="52" count="0" type="stmt"/>
1782
+ <line num="54" count="0" type="stmt"/>
1783
+ <line num="58" count="0" type="stmt"/>
1663
1784
  <line num="62" count="0" type="stmt"/>
1664
1785
  <line num="63" count="0" type="stmt"/>
1665
- <line num="67" count="0" type="stmt"/>
1666
- <line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
1667
- <line num="70" count="0" type="stmt"/>
1668
- <line num="72" count="0" type="stmt"/>
1669
- <line num="77" count="0" type="stmt"/>
1670
- <line num="86" count="0" type="stmt"/>
1786
+ <line num="64" count="0" type="stmt"/>
1787
+ <line num="68" count="0" type="stmt"/>
1788
+ <line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
1789
+ <line num="71" count="0" type="stmt"/>
1790
+ <line num="73" count="0" type="stmt"/>
1791
+ <line num="78" count="0" type="stmt"/>
1792
+ <line num="87" count="0" type="stmt"/>
1793
+ </file>
1794
+ </package>
1795
+ <package name="src.translations">
1796
+ <metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1797
+ <file name="english.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/translations/english.js">
1798
+ <metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1799
+ <line num="1" count="0" type="stmt"/>
1800
+ </file>
1801
+ <file name="german.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/translations/german.js">
1802
+ <metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1803
+ <line num="1" count="0" type="stmt"/>
1671
1804
  </file>
1672
1805
  </package>
1673
1806
  </project>