@mapcomponents/react-maplibre 0.1.62 → 0.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +21 -2
- package/.editorconfig +1 -1
- package/.eslintrc.js +11 -1
- package/.github/workflows/check-catalogue-metadata-schema.yml +19 -0
- package/.storybook/main.js +0 -1
- package/.storybook/preview.js +0 -2
- package/CHANGELOG.md +43 -0
- package/coverage/clover.xml +864 -1037
- package/coverage/coverage-final.json +32 -21
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +170 -95
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/src/components/MapLibreMap/MapLibreMap.tsx.html +24 -24
- package/coverage/lcov-report/src/components/MapLibreMap/index.html +1 -1
- package/coverage/lcov-report/src/components/MlCenterPosition/MlCenterPosition.tsx.html +5 -5
- package/coverage/lcov-report/src/components/MlCenterPosition/index.html +1 -1
- package/coverage/lcov-report/src/components/MlCreatePdfButton/MlCreatePdfButton.tsx.html +2 -2
- package/coverage/lcov-report/src/components/MlCreatePdfButton/index.html +1 -1
- package/coverage/lcov-report/src/components/MlCreatePdfForm/MlCreatePdfForm.cy.tsx.html +148 -0
- package/coverage/lcov-report/src/components/MlCreatePdfForm/MlCreatePdfForm.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlCreatePdfForm/index.html +22 -7
- package/coverage/lcov-report/src/components/MlFeatureEditor/MlFeatureEditor.tsx.html +72 -42
- package/coverage/lcov-report/src/components/MlFeatureEditor/index.html +15 -15
- package/coverage/lcov-report/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlFillExtrusionLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlFollowGps/MlFollowGps.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlFollowGps/index.html +1 -1
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/MlGeoJsonLayer.tsx.html +86 -35
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/{MlSpatialElevationProfile/MlSpatialElevationProfile.js.html → MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.js.html} +215 -320
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.js.html +649 -0
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.tsx.html +112 -0
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.tsx.html +115 -0
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/index.html +161 -0
- package/coverage/lcov-report/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlGeojsonLayerWithSource/index.html +1 -1
- package/coverage/lcov-report/src/components/MlGpxViewer/MlGpxViewer.tsx.html +394 -0
- package/coverage/lcov-report/src/components/MlGpxViewer/index.html +116 -0
- package/coverage/lcov-report/src/components/MlImageMarkerLayer/MlImageMarkerLayer.tsx.html +63 -285
- package/coverage/lcov-report/src/components/MlImageMarkerLayer/index.html +21 -21
- package/coverage/lcov-report/src/components/MlLayer/MlLayer.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerMagnify/MlLayerMagnify.tsx.html +58 -76
- package/coverage/lcov-report/src/components/MlLayerMagnify/index.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwipe/MlLayerSwipe.tsx.html +58 -61
- package/coverage/lcov-report/src/components/MlLayerSwipe/index.html +11 -11
- package/coverage/lcov-report/src/components/MlLayerSwitcher/MlLayerSwitcher.js.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/LayerBox.js.html +30 -21
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/index.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwitcher/index.html +1 -1
- package/coverage/lcov-report/src/components/MlMarker/MlMarker.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlMarker/index.html +1 -1
- package/coverage/lcov-report/src/components/MlMeasureTool/MlMeasureTool.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlMeasureTool/index.html +1 -1
- package/coverage/lcov-report/src/components/MlNavigationCompass/MlNavigationCompass.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlNavigationCompass/index.html +1 -1
- package/coverage/lcov-report/src/components/MlNavigationTools/MlNavigationTools.tsx.html +1 -1
- package/coverage/lcov-report/src/components/MlNavigationTools/index.html +1 -1
- package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.stories_.js.html +1 -1
- package/coverage/lcov-report/src/components/MlOsmLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlScaleReference/MlScaleReference.js.html +1 -1
- package/coverage/lcov-report/src/components/MlScaleReference/index.html +1 -1
- package/coverage/lcov-report/src/components/MlShareMapState/MlShareMapState.js.html +1 -1
- package/coverage/lcov-report/src/components/MlShareMapState/index.html +1 -1
- package/coverage/lcov-report/src/components/MlSketchTool/LayerList/ColorPicker.tsx.html +214 -0
- package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerList.tsx.html +121 -0
- package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerListItem.tsx.html +412 -0
- package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerPropertyForm.tsx.html +463 -0
- package/coverage/lcov-report/src/components/MlSketchTool/LayerList/index.html +161 -0
- package/coverage/lcov-report/src/components/{MlGPXViewer/MlGPXViewer.tsx.html → MlSketchTool/MlSketchTool.tsx.html} +271 -589
- package/coverage/lcov-report/src/components/{MlGPXViewer → MlSketchTool}/index.html +22 -37
- package/coverage/lcov-report/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.tsx.html +514 -0
- package/coverage/lcov-report/src/components/MlSpatialElevationProfile/index.html +21 -21
- package/coverage/lcov-report/src/components/MlThreeJsLayer/MlThreeJsLayer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlThreeJsLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.tsx.html +20 -206
- package/coverage/lcov-report/src/components/MlTransitionGeoJsonLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlUseMapDebugger/MlUseMapDebugger.js.html +1 -1
- package/coverage/lcov-report/src/components/MlUseMapDebugger/index.html +1 -1
- package/coverage/lcov-report/src/components/MlVectorTileLayer/MlVectorTileLayer.tsx.html +10 -7
- package/coverage/lcov-report/src/components/MlVectorTileLayer/index.html +5 -5
- package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/index.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsLayer/MlWmsLayer.tsx.html +111 -57
- package/coverage/lcov-report/src/components/MlWmsLayer/index.html +19 -19
- package/coverage/lcov-report/src/components/MlWmsLoader/MlWmsLoader.tsx.html +201 -144
- package/coverage/lcov-report/src/components/MlWmsLoader/index.html +9 -9
- package/coverage/lcov-report/src/contexts/MapContext.tsx.html +23 -23
- package/coverage/lcov-report/src/contexts/SimpleDataContext.js.html +1 -1
- package/coverage/lcov-report/src/contexts/SimpleDataProvider.js.html +1 -1
- package/coverage/lcov-report/src/contexts/index.html +1 -1
- package/coverage/lcov-report/src/hooks/index.html +50 -50
- package/coverage/lcov-report/src/hooks/useCameraFollowPath/index.html +1 -1
- package/coverage/lcov-report/src/hooks/useCameraFollowPath/useCameraFollowPath.tsx.html +1 -1
- package/coverage/lcov-report/src/hooks/useExportMap/index.html +1 -1
- package/coverage/lcov-report/src/hooks/useExportMap/index.ts.html +1 -1
- package/coverage/lcov-report/src/hooks/useExportMap/lib.ts.html +1 -1
- package/coverage/lcov-report/src/hooks/useGpx/index.html +116 -0
- package/coverage/lcov-report/src/hooks/useGpx/useGpx.tsx.html +295 -0
- package/coverage/lcov-report/src/hooks/useLayer.ts.html +132 -66
- package/coverage/lcov-report/src/hooks/useLayerEvent.js.html +1 -1
- package/coverage/lcov-report/src/hooks/useLayerHoverPopup/index.html +116 -0
- package/coverage/lcov-report/src/hooks/useLayerHoverPopup/useLayerHoverPopup.tsx.html +331 -0
- package/coverage/lcov-report/src/hooks/useMap.ts.html +47 -47
- package/coverage/lcov-report/src/hooks/useMapState.ts.html +54 -54
- package/coverage/lcov-report/src/hooks/useSource.ts.html +57 -57
- package/coverage/lcov-report/src/hooks/{useWms.js.html → useWms.ts.html} +54 -15
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.ts.html +6 -6
- package/coverage/lcov.info +1724 -1974
- package/cypress/support/commands.ts +37 -0
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +46 -0
- package/cypress.config.ts +101 -0
- package/dist/components/MapLibreMap/MapLibreMap.d.ts +1 -1
- package/dist/components/MapLibreMap/lib/MapLibreGlWrapper.d.ts +53 -27
- package/dist/components/MlCenterPosition/MlCenterPosition.d.ts +3 -2
- package/dist/components/MlCenterPosition/MlCenterPosition.stories.d.ts +35 -16
- package/dist/components/MlComponentTemplate/MlComponentTemplate.d.ts +1 -1
- package/dist/components/MlComponentTemplate/MlComponentTemplate.stories.d.ts +12 -9
- package/dist/components/MlCreatePdfButton/MlCreatePdfButton.d.ts +1 -1
- package/dist/components/MlCreatePdfButton/MlCreatePdfButton.stories.d.ts +12 -9
- package/dist/components/MlCreatePdfForm/MlCreatePdfForm.cy.d.ts +1 -0
- package/dist/components/MlCreatePdfForm/lib/PdfPreview.d.ts +1 -1
- package/dist/components/MlFeatureEditor/MlFeatureEditor.d.ts +10 -4
- package/dist/components/MlFeatureEditor/lib/double_click_zoom.d.ts +0 -2
- package/dist/components/MlFeatureEditor/lib/theme.d.ts +1 -1
- package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.d.ts +23 -12
- package/dist/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.d.ts +12 -11
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.d.ts +2 -0
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.d.ts +2 -0
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.d.ts +3 -0
- package/dist/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.d.ts +3 -0
- package/dist/components/MlGpxViewer/MlGpxViewer.d.ts +30 -0
- package/dist/components/MlGpxViewer/MlGpxViewer.stories.d.ts +17 -0
- package/dist/components/MlGpxViewer/MlGpxViewer.test.d.ts +1 -0
- package/dist/components/MlGpxViewer/util/GeoJsonContext.d.ts +10 -0
- package/dist/components/MlGpxViewer/util/GeoJsonProvider.d.ts +4 -0
- package/dist/components/MlGpxViewer/util/MetadataDrawer.d.ts +7 -0
- package/dist/components/MlGpxViewer/util/MlGpxDemoLoader.d.ts +10 -0
- package/dist/components/MlGpxViewer/util/MlGpxViewerInstructions.d.ts +3 -0
- package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.d.ts +11 -2
- package/dist/components/MlImageMarkerLayer/MlImageMarkerLayer.stories.d.ts +7 -9
- package/dist/components/MlLayerMagnify/MlLayerMagnify.d.ts +8 -2
- package/dist/components/MlLayerMagnify/MlLayerMagnify.stories.d.ts +13 -9
- package/dist/components/MlLayerSwipe/MlLayerSwipe.d.ts +13 -3
- package/dist/components/MlLayerSwipe/MlLayerSwipe.stories.d.ts +12 -10
- package/dist/components/MlSketchTool/LayerList/ColorPicker.d.ts +9 -0
- package/dist/components/MlSketchTool/LayerList/LayerList.d.ts +5 -0
- package/dist/components/MlSketchTool/LayerList/LayerListItem.d.ts +11 -0
- package/dist/components/MlSketchTool/LayerList/LayerPropertyForm.d.ts +9 -0
- package/dist/components/MlSketchTool/MlSketchTool.d.ts +29 -0
- package/dist/components/MlSketchTool/MlSketchTool.stories.d.ts +10 -0
- package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.d.ts +33 -14
- package/dist/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.d.ts +18 -15
- package/dist/components/MlSpatialElevationProfile/util/getElevationData.d.ts +14 -0
- package/dist/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.d.ts +3 -67
- package/dist/components/MlWmsLayer/MlWmsLayer.d.ts +7 -4
- package/dist/components/MlWmsLoader/MlWmsLoader.d.ts +17 -10
- package/dist/components/MlWmsLoader/MlWmsLoader.stories.d.ts +23 -12
- package/dist/components/MlWmsLoader/utils/MlWmsLoaderInstructions.d.ts +3 -0
- package/dist/components/MlWmsLoader/utils/WMSLinks.d.ts +6 -0
- package/dist/contexts/SimpleDataProvider.d.ts +1 -1
- package/dist/custom.d.d.ts +1 -1
- package/dist/decorators/ThemeWrapper.d.ts +3 -1
- package/dist/hooks/useGpx/lib/gpxConverter.d.ts +11 -0
- package/dist/hooks/useGpx/useGpx.d.ts +26 -0
- package/dist/hooks/useGpx/useGpx.stories.d.ts +10 -0
- package/dist/hooks/useLayer.d.ts +14 -8
- package/dist/hooks/useLayerHoverPopup/useLayerHoverPopup.d.ts +23 -0
- package/dist/hooks/useLayerHoverPopup/useLayerHoverPopup.stories.d.ts +10 -0
- package/dist/hooks/useMap.d.ts +2 -2
- package/dist/hooks/useMap.test.d.ts +1 -0
- package/dist/hooks/useMapState.d.ts +3 -3
- package/dist/hooks/useSource.d.ts +3 -3
- package/dist/hooks/useWms.d.ts +24 -16
- package/dist/index.d.ts +5 -5
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +9327 -14844
- package/dist/index.esm.js.map +1 -1
- package/dist/setupTests.d.ts +6 -5
- package/dist/ui_components/Dropzone.d.ts +5 -0
- package/dist/ui_components/ImageLoader.d.ts +8 -1
- package/dist/ui_components/LoadingOverlayContext.d.ts +11 -11
- package/dist/ui_components/Sidebar.d.ts +10 -1
- package/dist/ui_components/Tooltip.d.ts +1 -1
- package/dist/ui_components/TopToolbar.d.ts +7 -1
- package/dist/ui_components/UploadButton.d.ts +6 -0
- package/dist/util/BubbleForInstructions.d.ts +2 -0
- package/dist/util/Instructions.d.ts +13 -0
- package/package.json +195 -185
- package/public/assets/sample1.gpx +3003 -0
- package/public/assets/sample2.gpx +1264 -0
- package/public/assets/sample3.gpx +912 -0
- package/{src/components/MlImageMarkerLayer → public}/assets/wg-marker.png +0 -0
- package/public/index.html +0 -4
- package/public/thumbnails/MlSketchTool.png +0 -0
- package/public/thumbnails/useCameraFollowPath.png +0 -0
- package/scripts/build-catalogue-meta.js +35 -11
- package/src/components/MapLibreMap/lib/MapLibreGlWrapper.ts +230 -188
- package/src/components/MlCenterPosition/MlCenterPosition.meta_.json +1 -2
- package/src/components/MlCenterPosition/MlCenterPosition.stories.tsx +20 -0
- package/src/components/MlCenterPosition/MlCenterPosition.tsx +4 -4
- package/src/components/MlComponentTemplate/MlComponentTemplate.meta_.json +1 -2
- package/src/components/MlComponentTemplate/{MlComponentTemplate.stories.js → MlComponentTemplate.stories.tsx} +2 -2
- package/src/components/MlComponentTemplate/MlComponentTemplate.tsx +1 -1
- package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta_.json +1 -2
- package/src/components/MlCreatePdfButton/{MlCreatePdfButton.stories.js → MlCreatePdfButton.stories.tsx} +1 -1
- package/src/components/MlCreatePdfButton/MlCreatePdfButton.tsx +1 -1
- package/src/components/MlCreatePdfForm/MlCreatePdfForm.cy.tsx +21 -0
- package/src/components/MlCreatePdfForm/MlCreatePdfForm.meta.json +1 -2
- package/src/components/MlCreatePdfForm/MlCreatePdfForm.stories.tsx +1 -3
- package/src/components/MlCreatePdfForm/lib/PdfForm.tsx +25 -2
- package/src/components/MlFeatureEditor/MlFeatureEditor.meta.json +2 -3
- package/src/components/MlFeatureEditor/MlFeatureEditor.tsx +39 -29
- package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.meta.json +1 -2
- package/src/components/MlFollowGps/MlFollowGps.meta.json +1 -2
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +1 -2
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.tsx +191 -0
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.tsx +47 -30
- package/src/components/MlGeoJsonLayer/assets/earthquake.json +109937 -0
- package/src/components/MlGeoJsonLayer/assets/sample_1.json +138 -24
- package/src/components/MlGeoJsonLayer/assets/sample_2.json +140 -20
- package/src/components/MlGeoJsonLayer/assets/wg_locations.json +65 -0
- package/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.js +189 -0
- package/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.js +188 -0
- package/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.tsx +9 -0
- package/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.tsx +10 -0
- package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.meta_.json +1 -2
- package/src/components/{MlGPXViewer/MlGPXViewer.doc.de.md → MlGpxViewer/MlGpxViewer.doc.de.md} +0 -0
- package/src/components/{MlGPXViewer/MlGPXViewer.doc.en.md → MlGpxViewer/MlGpxViewer.doc.en.md} +0 -0
- package/src/components/{MlGPXViewer/MlGPXViewer.meta.json → MlGpxViewer/MlGpxViewer.meta.json} +2 -3
- package/src/components/MlGpxViewer/MlGpxViewer.stories.tsx +109 -0
- package/src/components/MlGpxViewer/MlGpxViewer.test.js +53 -0
- package/src/components/MlGpxViewer/MlGpxViewer.tsx +103 -0
- package/src/components/{MlGPXViewer → MlGpxViewer}/util/GeoJsonContext.ts +0 -0
- package/src/components/{MlGPXViewer → MlGpxViewer}/util/GeoJsonProvider.tsx +0 -0
- package/src/components/MlGpxViewer/util/MetadataDrawer.tsx +38 -0
- package/src/components/MlGpxViewer/util/MlGpxDemoLoader.tsx +128 -0
- package/src/components/MlGpxViewer/util/MlGpxViewerInstructions.tsx +68 -0
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.meta_.json +1 -2
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.stories.tsx +41 -0
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.test.js +27 -8
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.tsx +41 -115
- package/src/components/MlLayer/MlLayer.meta_.json +1 -2
- package/src/components/MlLayerMagnify/MlLayerMagnify.meta.json +1 -2
- package/src/components/MlLayerMagnify/MlLayerMagnify.stories.tsx +44 -0
- package/src/components/MlLayerMagnify/{MlLayerMagnify.test.js → MlLayerMagnify.test.tsx} +15 -18
- package/src/components/MlLayerMagnify/MlLayerMagnify.tsx +55 -61
- package/src/components/MlLayerSwipe/MlLayerSwipe.meta.json +1 -2
- package/src/components/MlLayerSwipe/{MlLayerSwipe.stories.js → MlLayerSwipe.stories.tsx} +9 -11
- package/src/components/MlLayerSwipe/MlLayerSwipe.tsx +47 -48
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.meta_.json +1 -2
- package/src/components/MlLayerSwitcher/components/LayerBox.js +22 -19
- package/src/components/MlMarker/MlMarker.meta_.json +1 -2
- package/src/components/MlMeasureTool/MlMeasureTool.meta.json +1 -2
- package/src/components/MlNavigationCompass/MlNavigationCompass.meta.json +1 -2
- package/src/components/MlNavigationTools/MlNavigationTools.meta.json +1 -2
- package/src/components/MlScaleReference/MlScaleReference.meta.json +1 -2
- package/src/components/MlShareMapState/MlShareMapState.meta_.json +1 -2
- package/src/components/MlSketchTool/LayerList/ColorPicker.tsx +43 -0
- package/src/components/MlSketchTool/LayerList/LayerList.tsx +12 -0
- package/src/components/MlSketchTool/LayerList/LayerListItem.tsx +109 -0
- package/src/components/MlSketchTool/LayerList/LayerPropertyForm.tsx +126 -0
- package/src/components/MlSketchTool/MlSketchTool.doc.de.md +3 -0
- package/src/components/MlSketchTool/MlSketchTool.meta.json +14 -0
- package/src/components/MlSketchTool/MlSketchTool.stories.js +26 -0
- package/src/components/MlSketchTool/MlSketchTool.tsx +271 -0
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.meta.json +1 -2
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.tsx +121 -0
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.test.js +30 -1
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.tsx +143 -0
- package/src/components/MlSpatialElevationProfile/util/getElevationData.tsx +103 -0
- package/src/components/MlThreeJsLayer/MlThreeJsLayer.meta.json +1 -2
- package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.meta.json +3 -4
- package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.stories.js +2 -3
- package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.tsx +17 -79
- package/src/components/MlUseMapDebugger/MlUseMapDebugger.meta_.json +1 -2
- package/src/components/MlVectorTileLayer/MlVectorTileLayer.meta.json +1 -2
- package/src/components/MlVectorTileLayer/MlVectorTileLayer.tsx +3 -2
- package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.meta_.json +1 -2
- package/src/components/MlWmsLayer/MlWmsLayer.tsx +59 -41
- package/src/components/MlWmsLoader/MlWmsLoader.meta.json +1 -2
- package/src/components/MlWmsLoader/MlWmsLoader.stories.tsx +89 -0
- package/src/components/MlWmsLoader/MlWmsLoader.tsx +141 -122
- package/src/components/MlWmsLoader/utils/MlWmsLoaderInstructions.tsx +50 -0
- package/src/components/MlWmsLoader/utils/WMSLinks.tsx +128 -0
- package/src/decorators/MapContextDecorator.js +1 -1
- package/src/decorators/MapContextDecoratorHooks.js +1 -1
- package/src/decorators/ThemeWrapper.tsx +9 -0
- package/src/hooks/useCameraFollowPath/useCameraFollowPath.meta.json +1 -2
- package/src/{components/MlGPXViewer → hooks/useGpx/lib}/gpxConverter.js +1 -0
- package/src/hooks/useGpx/useGpx.doc.de.md +3 -0
- package/src/hooks/useGpx/useGpx.meta_.json +15 -0
- package/src/{components/MlCenterPosition/MlCenterPosition.stories.js → hooks/useGpx/useGpx.stories.js} +4 -5
- package/src/hooks/useGpx/useGpx.tsx +70 -0
- package/src/hooks/useLayer.ts +32 -10
- package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.doc.de.md +3 -0
- package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.meta_.json +15 -0
- package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.stories.js +20 -0
- package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.tsx +82 -0
- package/src/hooks/useMap.test.tsx +48 -0
- package/src/hooks/useMap.ts +8 -8
- package/src/hooks/useSource.ts +4 -4
- package/src/hooks/{useWms.js → useWms.ts} +24 -11
- package/src/index.ts +5 -5
- package/src/setupTests.js +18 -15
- package/src/ui_components/Dropzone.tsx +104 -0
- package/src/ui_components/{ImageLoader.js → ImageLoader.tsx} +30 -25
- package/src/ui_components/{LoadingOverlayContext.js → LoadingOverlayContext.tsx} +12 -15
- package/src/ui_components/Sidebar.tsx +82 -0
- package/src/ui_components/Tooltip.tsx +17 -0
- package/src/ui_components/TopToolbar.tsx +26 -0
- package/src/ui_components/UploadButton.tsx +57 -0
- package/src/util/BubbleForInstructions.js +46 -0
- package/src/util/Instructions.tsx +60 -0
- package/tsconfig.json +39 -58
- package/config/getHttpsConfig.js +0 -66
- package/config/modules.js +0 -134
- package/config/pnpTs.js +0 -35
- package/config/webpack.config.js +0 -757
- package/config/webpackDevServer.config.js +0 -130
- package/coverage/lcov-report/src/components/MlGPXViewer/gpxConverter.js.html +0 -1645
- package/scripts/start.js +0 -166
- package/src/components/MlGPXViewer/MlGPXViewer.stories.js +0 -31
- package/src/components/MlGPXViewer/MlGPXViewer.test.js +0 -28
- package/src/components/MlGPXViewer/MlGPXViewer.tsx +0 -377
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.js +0 -66
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.stories.js +0 -45
- package/src/components/MlLayerMagnify/MlLayerMagnify.stories.js +0 -41
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js +0 -224
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.js +0 -57
- package/src/components/MlWmsLoader/MlWmsLoader.stories.js +0 -47
- package/src/decorators/ThemeWrapper.jsx +0 -9
- package/src/ui_components/Legend.js +0 -44
- package/src/ui_components/LoadingOverlay.js +0 -41
- package/src/ui_components/Sidebar.js +0 -100
- package/src/ui_components/Tooltip.js +0 -21
- package/src/ui_components/TopToolbar.js +0 -29
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1673805343443" clover="3.2.0">
|
|
3
|
+
<project timestamp="1673805343443" name="All files">
|
|
4
|
+
<metrics statements="1628" coveredstatements="652" conditionals="964" coveredconditionals="334" methods="363" coveredmethods="118" elements="2955" coveredelements="1104" complexity="0" loc="1628" ncloc="1628" packages="41" files="57" classes="57"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/index.ts">
|
|
@@ -12,36 +12,36 @@
|
|
|
12
12
|
<metrics statements="30" coveredstatements="27" conditionals="11" coveredconditionals="8" methods="7" coveredmethods="7"/>
|
|
13
13
|
<file name="MapLibreMap.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MapLibreMap/MapLibreMap.tsx">
|
|
14
14
|
<metrics statements="30" coveredstatements="27" conditionals="11" coveredconditionals="8" methods="7" coveredmethods="7"/>
|
|
15
|
-
<line num="26" count="
|
|
16
|
-
<line num="61" count="
|
|
17
|
-
<line num="62" count="
|
|
18
|
-
<line num="63" count="
|
|
19
|
-
<line num="65" count="
|
|
20
|
-
<line num="67" count="
|
|
21
|
-
<line num="68" count="
|
|
22
|
-
<line num="69" count="
|
|
23
|
-
<line num="71" count="
|
|
24
|
-
<line num="72" count="
|
|
25
|
-
<line num="74" count="
|
|
15
|
+
<line num="26" count="20" type="stmt"/>
|
|
16
|
+
<line num="61" count="20" type="stmt"/>
|
|
17
|
+
<line num="62" count="273" type="stmt"/>
|
|
18
|
+
<line num="63" count="273" type="stmt"/>
|
|
19
|
+
<line num="65" count="273" type="stmt"/>
|
|
20
|
+
<line num="67" count="273" type="stmt"/>
|
|
21
|
+
<line num="68" count="273" type="stmt"/>
|
|
22
|
+
<line num="69" count="273" type="stmt"/>
|
|
23
|
+
<line num="71" count="273" type="stmt"/>
|
|
24
|
+
<line num="72" count="83" type="stmt"/>
|
|
25
|
+
<line num="74" count="83" type="stmt"/>
|
|
26
26
|
<line num="75" count="2" type="stmt"/>
|
|
27
27
|
<line num="76" count="2" type="stmt"/>
|
|
28
28
|
<line num="77" count="2" type="stmt"/>
|
|
29
|
-
<line num="81" count="
|
|
30
|
-
<line num="82" count="
|
|
31
|
-
<line num="84" count="
|
|
32
|
-
<line num="85" count="
|
|
33
|
-
<line num="86" count="
|
|
34
|
-
<line num="93" count="
|
|
35
|
-
<line num="94" count="
|
|
29
|
+
<line num="81" count="273" type="stmt"/>
|
|
30
|
+
<line num="82" count="83" type="cond" truecount="1" falsecount="1"/>
|
|
31
|
+
<line num="84" count="83" type="cond" truecount="1" falsecount="1"/>
|
|
32
|
+
<line num="85" count="83" type="stmt"/>
|
|
33
|
+
<line num="86" count="83" type="stmt"/>
|
|
34
|
+
<line num="93" count="83" type="stmt"/>
|
|
35
|
+
<line num="94" count="83" type="cond" truecount="2" falsecount="0"/>
|
|
36
36
|
<line num="95" count="6" type="stmt"/>
|
|
37
|
-
<line num="97" count="
|
|
38
|
-
<line num="105" count="
|
|
39
|
-
<line num="106" count="
|
|
37
|
+
<line num="97" count="77" type="stmt"/>
|
|
38
|
+
<line num="105" count="273" type="stmt"/>
|
|
39
|
+
<line num="106" count="83" type="cond" truecount="4" falsecount="1"/>
|
|
40
40
|
<line num="107" count="0" type="stmt"/>
|
|
41
41
|
<line num="108" count="0" type="stmt"/>
|
|
42
42
|
<line num="109" count="0" type="stmt"/>
|
|
43
|
-
<line num="114" count="
|
|
44
|
-
<line num="117" count="
|
|
43
|
+
<line num="114" count="273" type="stmt"/>
|
|
44
|
+
<line num="117" count="20" type="stmt"/>
|
|
45
45
|
</file>
|
|
46
46
|
</package>
|
|
47
47
|
<package name="src.components.MlCenterPosition">
|
|
@@ -75,7 +75,19 @@
|
|
|
75
75
|
</file>
|
|
76
76
|
</package>
|
|
77
77
|
<package name="src.components.MlCreatePdfForm">
|
|
78
|
-
<metrics statements="
|
|
78
|
+
<metrics statements="12" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
79
|
+
<file name="MlCreatePdfForm.cy.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlCreatePdfForm/MlCreatePdfForm.cy.tsx">
|
|
80
|
+
<metrics statements="9" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
81
|
+
<line num="7" count="0" type="stmt"/>
|
|
82
|
+
<line num="9" count="0" type="stmt"/>
|
|
83
|
+
<line num="10" count="0" type="stmt"/>
|
|
84
|
+
<line num="12" count="0" type="stmt"/>
|
|
85
|
+
<line num="14" count="0" type="stmt"/>
|
|
86
|
+
<line num="16" count="0" type="stmt"/>
|
|
87
|
+
<line num="17" count="0" type="stmt"/>
|
|
88
|
+
<line num="18" count="0" type="stmt"/>
|
|
89
|
+
<line num="19" count="0" type="stmt"/>
|
|
90
|
+
</file>
|
|
79
91
|
<file name="MlCreatePdfForm.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlCreatePdfForm/MlCreatePdfForm.tsx">
|
|
80
92
|
<metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
81
93
|
<line num="24" count="10" type="stmt"/>
|
|
@@ -84,45 +96,47 @@
|
|
|
84
96
|
</file>
|
|
85
97
|
</package>
|
|
86
98
|
<package name="src.components.MlFeatureEditor">
|
|
87
|
-
<metrics statements="
|
|
99
|
+
<metrics statements="38" coveredstatements="29" conditionals="34" coveredconditionals="20" methods="8" coveredmethods="6"/>
|
|
88
100
|
<file name="MlFeatureEditor.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFeatureEditor/MlFeatureEditor.tsx">
|
|
89
|
-
<metrics statements="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="45" count="16" type="stmt"/>
|
|
92
|
-
<line num="46" count="16" type="stmt"/>
|
|
101
|
+
<metrics statements="38" coveredstatements="29" conditionals="34" coveredconditionals="20" methods="8" coveredmethods="6"/>
|
|
102
|
+
<line num="50" count="11" type="stmt"/>
|
|
93
103
|
<line num="51" count="16" type="stmt"/>
|
|
94
104
|
<line num="52" count="16" type="stmt"/>
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
105
|
+
<line num="57" count="16" type="stmt"/>
|
|
106
|
+
<line num="58" count="16" type="stmt"/>
|
|
97
107
|
<line num="60" count="16" type="stmt"/>
|
|
98
|
-
<line num="61" count="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="71" count="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="
|
|
116
|
-
<line num="
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="
|
|
108
|
+
<line num="61" count="0" type="stmt"/>
|
|
109
|
+
<line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
110
|
+
<line num="67" count="0" type="stmt"/>
|
|
111
|
+
<line num="71" count="16" type="stmt"/>
|
|
112
|
+
<line num="72" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
113
|
+
<line num="73" count="4" type="stmt"/>
|
|
114
|
+
<line num="75" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
115
|
+
<line num="83" count="0" type="stmt"/>
|
|
116
|
+
<line num="86" count="4" type="stmt"/>
|
|
117
|
+
<line num="101" count="4" type="stmt"/>
|
|
118
|
+
<line num="102" count="4" type="stmt"/>
|
|
119
|
+
<line num="104" count="4" type="stmt"/>
|
|
120
|
+
<line num="108" count="16" type="stmt"/>
|
|
121
|
+
<line num="109" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
122
|
+
<line num="111" count="4" type="stmt"/>
|
|
123
|
+
<line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
124
|
+
<line num="114" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
125
|
+
<line num="115" count="0" type="stmt"/>
|
|
126
|
+
<line num="116" count="0" type="stmt"/>
|
|
127
|
+
<line num="121" count="4" type="stmt"/>
|
|
128
|
+
<line num="123" count="4" type="stmt"/>
|
|
129
|
+
<line num="125" count="4" type="stmt"/>
|
|
130
|
+
<line num="126" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
131
|
+
<line num="128" count="2" type="stmt"/>
|
|
132
|
+
<line num="129" count="2" type="stmt"/>
|
|
133
|
+
<line num="133" count="16" type="stmt"/>
|
|
134
|
+
<line num="134" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
135
|
+
<line num="135" count="4" type="stmt"/>
|
|
136
|
+
<line num="139" count="16" type="stmt"/>
|
|
137
|
+
<line num="140" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
138
|
+
<line num="143" count="0" type="stmt"/>
|
|
139
|
+
<line num="147" count="16" type="stmt"/>
|
|
126
140
|
</file>
|
|
127
141
|
</package>
|
|
128
142
|
<package name="src.components.MlFillExtrusionLayer">
|
|
@@ -195,414 +209,89 @@
|
|
|
195
209
|
<line num="235" count="11" type="stmt"/>
|
|
196
210
|
</file>
|
|
197
211
|
</package>
|
|
198
|
-
<package name="src.components.
|
|
199
|
-
<metrics statements="
|
|
200
|
-
<file name="
|
|
201
|
-
<metrics statements="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
<
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="64" count="
|
|
217
|
-
<line num="65" count="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
212
|
+
<package name="src.components.MlGeoJsonLayer">
|
|
213
|
+
<metrics statements="4" coveredstatements="4" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
214
|
+
<file name="MlGeoJsonLayer.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/MlGeoJsonLayer.tsx">
|
|
215
|
+
<metrics statements="4" coveredstatements="4" conditionals="8" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
216
|
+
<line num="106" count="11" type="stmt"/>
|
|
217
|
+
<line num="107" count="32" type="cond" truecount="1" falsecount="1"/>
|
|
218
|
+
<line num="109" count="32" type="stmt"/>
|
|
219
|
+
<line num="125" count="32" type="stmt"/>
|
|
220
|
+
</file>
|
|
221
|
+
</package>
|
|
222
|
+
<package name="src.components.MlGeoJsonLayer.story_utils">
|
|
223
|
+
<metrics statements="60" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="20" coveredmethods="0"/>
|
|
224
|
+
<file name="MlGeoJsonLayer.lineStyler.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.js">
|
|
225
|
+
<metrics statements="33" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
226
|
+
<line num="17" count="0" type="stmt"/>
|
|
227
|
+
<line num="26" count="0" type="stmt"/>
|
|
228
|
+
<line num="48" count="0" type="stmt"/>
|
|
229
|
+
<line num="63" count="0" type="stmt"/>
|
|
230
|
+
<line num="64" count="0" type="stmt"/>
|
|
231
|
+
<line num="65" count="0" type="stmt"/>
|
|
232
|
+
<line num="74" count="0" type="stmt"/>
|
|
233
|
+
<line num="75" count="0" type="stmt"/>
|
|
234
|
+
<line num="76" count="0" type="stmt"/>
|
|
235
|
+
<line num="77" count="0" type="stmt"/>
|
|
236
|
+
<line num="78" count="0" type="stmt"/>
|
|
237
|
+
<line num="80" count="0" type="stmt"/>
|
|
238
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
239
|
+
<line num="82" count="0" type="stmt"/>
|
|
240
|
+
<line num="84" count="0" type="stmt"/>
|
|
241
|
+
<line num="87" count="0" type="stmt"/>
|
|
242
|
+
<line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
243
|
+
<line num="89" count="0" type="stmt"/>
|
|
244
|
+
<line num="96" count="0" type="stmt"/>
|
|
245
|
+
<line num="98" count="0" type="stmt"/>
|
|
246
|
+
<line num="101" count="0" type="stmt"/>
|
|
247
|
+
<line num="102" count="0" type="stmt"/>
|
|
248
|
+
<line num="106" count="0" type="stmt"/>
|
|
249
|
+
<line num="109" count="0" type="stmt"/>
|
|
250
|
+
<line num="110" count="0" type="stmt"/>
|
|
251
|
+
<line num="113" count="0" type="stmt"/>
|
|
252
|
+
<line num="114" count="0" type="stmt"/>
|
|
253
|
+
<line num="115" count="0" type="stmt"/>
|
|
254
|
+
<line num="118" count="0" type="stmt"/>
|
|
231
255
|
<line num="131" count="0" type="stmt"/>
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
234
|
-
<line num="142" count="0" type="stmt"/>
|
|
235
|
-
<line num="143" count="0" type="stmt"/>
|
|
236
|
-
<line num="148" count="6" type="stmt"/>
|
|
237
|
-
<line num="151" count="18" type="stmt"/>
|
|
238
|
-
<line num="152" count="18" type="stmt"/>
|
|
239
|
-
<line num="153" count="18" type="stmt"/>
|
|
240
|
-
<line num="154" count="0" type="stmt"/>
|
|
256
|
+
<line num="135" count="0" type="stmt"/>
|
|
241
257
|
<line num="155" count="0" type="stmt"/>
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="158" count="0" type="stmt"/>
|
|
244
|
-
<line num="160" count="18" type="stmt"/>
|
|
245
|
-
<line num="161" count="0" type="stmt"/>
|
|
246
|
-
<line num="162" count="0" type="stmt"/>
|
|
247
|
-
<line num="165" count="18" type="stmt"/>
|
|
248
|
-
<line num="166" count="18" type="stmt"/>
|
|
249
|
-
<line num="168" count="18" type="stmt"/>
|
|
250
|
-
<line num="170" count="18" type="stmt"/>
|
|
251
|
-
<line num="172" count="18" type="stmt"/>
|
|
252
|
-
<line num="173" count="15" type="stmt"/>
|
|
253
|
-
<line num="174" count="15" type="stmt"/>
|
|
254
|
-
<line num="175" count="15" type="stmt"/>
|
|
255
|
-
<line num="176" count="15" type="stmt"/>
|
|
256
|
-
<line num="180" count="18" type="stmt"/>
|
|
257
|
-
<line num="181" count="0" type="stmt"/>
|
|
258
|
-
<line num="182" count="0" type="stmt"/>
|
|
259
|
-
<line num="185" count="18" type="stmt"/>
|
|
260
|
-
<line num="186" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
261
|
-
<line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
262
|
-
<line num="190" count="0" type="stmt"/>
|
|
263
|
-
<line num="191" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
264
|
-
<line num="193" count="0" type="stmt"/>
|
|
265
|
-
<line num="197" count="18" type="stmt"/>
|
|
266
|
-
<line num="198" count="0" type="stmt"/>
|
|
267
|
-
<line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
268
|
-
<line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
269
|
-
<line num="202" count="0" type="stmt"/>
|
|
270
|
-
<line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
271
|
-
<line num="206" count="0" type="stmt"/>
|
|
272
|
-
<line num="207" count="0" type="stmt"/>
|
|
273
|
-
<line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
274
|
-
<line num="210" count="0" type="stmt"/>
|
|
275
|
-
<line num="212" count="0" type="stmt"/>
|
|
276
|
-
<line num="213" count="0" type="stmt"/>
|
|
277
|
-
<line num="218" count="0" type="stmt"/>
|
|
278
|
-
<line num="221" count="18" type="stmt"/>
|
|
279
|
-
<line num="222" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
280
|
-
<line num="224" count="0" type="stmt"/>
|
|
281
|
-
<line num="225" count="0" type="stmt"/>
|
|
282
|
-
<line num="226" count="0" type="stmt"/>
|
|
283
|
-
<line num="227" count="0" type="stmt"/>
|
|
284
|
-
<line num="228" count="0" type="stmt"/>
|
|
285
|
-
<line num="229" count="0" type="stmt"/>
|
|
286
|
-
<line num="230" count="0" type="stmt"/>
|
|
287
|
-
<line num="231" count="0" type="stmt"/>
|
|
288
|
-
<line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
289
|
-
<line num="234" count="0" type="stmt"/>
|
|
290
|
-
<line num="236" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
291
|
-
<line num="237" count="0" type="stmt"/>
|
|
292
|
-
<line num="242" count="0" type="stmt"/>
|
|
293
|
-
<line num="245" count="0" type="stmt"/>
|
|
294
|
-
<line num="246" count="0" type="stmt"/>
|
|
295
|
-
<line num="247" count="0" type="stmt"/>
|
|
296
|
-
<line num="248" count="0" type="stmt"/>
|
|
297
|
-
<line num="249" count="0" type="stmt"/>
|
|
298
|
-
<line num="251" count="0" type="stmt"/>
|
|
299
|
-
<line num="255" count="18" type="stmt"/>
|
|
300
|
-
<line num="256" count="0" type="stmt"/>
|
|
301
|
-
<line num="259" count="18" type="stmt"/>
|
|
302
|
-
<line num="260" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
303
|
-
<line num="262" count="0" type="stmt"/>
|
|
304
|
-
<line num="263" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
305
|
-
<line num="264" count="0" type="stmt"/>
|
|
306
|
-
<line num="265" count="0" type="stmt"/>
|
|
307
|
-
<line num="266" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
308
|
-
<line num="268" count="0" type="stmt"/>
|
|
309
|
-
<line num="271" count="0" type="stmt"/>
|
|
310
|
-
<line num="273" count="0" type="stmt"/>
|
|
311
|
-
<line num="276" count="18" type="stmt"/>
|
|
312
|
-
<line num="277" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
313
|
-
<line num="279" count="0" type="stmt"/>
|
|
314
|
-
<line num="281" count="18" type="stmt"/>
|
|
315
|
-
<line num="335" count="0" type="stmt"/>
|
|
316
|
-
<line num="372" count="10" type="stmt"/>
|
|
258
|
+
<line num="167" count="0" type="stmt"/>
|
|
317
259
|
</file>
|
|
318
|
-
<file name="
|
|
319
|
-
<metrics statements="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="15" count="10" type="stmt"/>
|
|
322
|
-
<line num="16" count="10" type="stmt"/>
|
|
323
|
-
<line num="17" count="10" type="stmt"/>
|
|
324
|
-
<line num="20" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
325
|
-
<line num="21" count="0" type="stmt"/>
|
|
326
|
-
<line num="22" count="0" type="stmt"/>
|
|
327
|
-
<line num="24" count="0" type="stmt"/>
|
|
328
|
-
<line num="28" count="0" type="stmt"/>
|
|
329
|
-
<line num="31" count="0" type="stmt"/>
|
|
330
|
-
<line num="34" count="0" type="stmt"/>
|
|
331
|
-
<line num="38" count="0" type="stmt"/>
|
|
332
|
-
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
333
|
-
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
334
|
-
<line num="44" count="0" type="stmt"/>
|
|
260
|
+
<file name="MlGeoJsonLayer.polygonStyler.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.js">
|
|
261
|
+
<metrics statements="23" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
262
|
+
<line num="23" count="0" type="stmt"/>
|
|
335
263
|
<line num="46" count="0" type="stmt"/>
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
340
|
-
<line num="58" count="0" type="stmt"/>
|
|
341
|
-
<line num="60" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
264
|
+
<line num="61" count="0" type="stmt"/>
|
|
265
|
+
<line num="62" count="0" type="stmt"/>
|
|
266
|
+
<line num="63" count="0" type="stmt"/>
|
|
342
267
|
<line num="64" count="0" type="stmt"/>
|
|
343
|
-
<line num="
|
|
268
|
+
<line num="65" count="0" type="stmt"/>
|
|
269
|
+
<line num="66" count="0" type="stmt"/>
|
|
344
270
|
<line num="68" count="0" type="stmt"/>
|
|
345
271
|
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="
|
|
272
|
+
<line num="70" count="0" type="stmt"/>
|
|
273
|
+
<line num="72" count="0" type="stmt"/>
|
|
274
|
+
<line num="74" count="0" type="stmt"/>
|
|
275
|
+
<line num="78" count="0" type="stmt"/>
|
|
348
276
|
<line num="79" count="0" type="stmt"/>
|
|
349
|
-
<line num="
|
|
350
|
-
<line num="84" count="0" type="stmt"/>
|
|
351
|
-
<line num="85" count="0" type="stmt"/>
|
|
352
|
-
<line num="86" count="0" type="stmt"/>
|
|
353
|
-
<line num="88" count="0" type="stmt"/>
|
|
277
|
+
<line num="82" count="0" type="stmt"/>
|
|
354
278
|
<line num="91" count="0" type="stmt"/>
|
|
355
279
|
<line num="92" count="0" type="stmt"/>
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="95" count="0" type="stmt"/>
|
|
358
|
-
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
359
|
-
<line num="98" count="0" type="stmt"/>
|
|
360
|
-
<line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
361
|
-
<line num="100" count="0" type="stmt"/>
|
|
362
|
-
<line num="103" count="0" type="stmt"/>
|
|
280
|
+
<line num="111" count="0" type="stmt"/>
|
|
363
281
|
<line num="112" count="0" type="stmt"/>
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
366
|
-
<line num="124" count="0" type="stmt"/>
|
|
367
|
-
<line num="125" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
368
|
-
<line num="126" count="0" type="stmt"/>
|
|
369
|
-
<line num="128" count="0" type="stmt"/>
|
|
370
|
-
<line num="136" count="0" type="stmt"/>
|
|
371
|
-
<line num="139" count="10" type="stmt"/>
|
|
372
|
-
<line num="141" count="0" type="stmt"/>
|
|
373
|
-
<line num="143" count="0" type="stmt"/>
|
|
374
|
-
<line num="144" count="0" type="stmt"/>
|
|
282
|
+
<line num="145" count="0" type="stmt"/>
|
|
375
283
|
<line num="146" count="0" type="stmt"/>
|
|
376
|
-
<line num="149" count="0" type="stmt"/>
|
|
377
|
-
<line num="151" count="0" type="stmt"/>
|
|
378
|
-
<line num="152" count="0" type="stmt"/>
|
|
379
|
-
<line num="153" count="0" type="stmt"/>
|
|
380
|
-
<line num="155" count="0" type="stmt"/>
|
|
381
|
-
<line num="156" count="0" type="stmt"/>
|
|
382
|
-
<line num="157" count="0" type="stmt"/>
|
|
383
284
|
<line num="158" count="0" type="stmt"/>
|
|
384
|
-
<line num="160" count="0" type="stmt"/>
|
|
385
|
-
<line num="161" count="0" type="stmt"/>
|
|
386
|
-
<line num="162" count="0" type="stmt"/>
|
|
387
|
-
<line num="163" count="0" type="stmt"/>
|
|
388
|
-
<line num="164" count="0" type="stmt"/>
|
|
389
|
-
<line num="165" count="0" type="stmt"/>
|
|
390
|
-
<line num="167" count="0" type="stmt"/>
|
|
391
|
-
<line num="169" count="0" type="stmt"/>
|
|
392
|
-
<line num="170" count="0" type="stmt"/>
|
|
393
|
-
<line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
394
|
-
<line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
395
|
-
<line num="176" count="0" type="stmt"/>
|
|
396
|
-
<line num="178" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
397
|
-
<line num="179" count="0" type="stmt"/>
|
|
398
|
-
<line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
399
|
-
<line num="182" count="0" type="stmt"/>
|
|
400
|
-
<line num="183" count="0" type="stmt"/>
|
|
401
|
-
<line num="185" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
402
|
-
<line num="188" count="0" type="stmt"/>
|
|
403
|
-
<line num="191" count="0" type="stmt"/>
|
|
404
|
-
<line num="192" count="0" type="stmt"/>
|
|
405
|
-
<line num="193" count="0" type="stmt"/>
|
|
406
|
-
<line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
407
|
-
<line num="195" count="0" type="stmt"/>
|
|
408
|
-
<line num="196" count="0" type="stmt"/>
|
|
409
|
-
<line num="197" count="0" type="stmt"/>
|
|
410
|
-
<line num="198" count="0" type="stmt"/>
|
|
411
|
-
<line num="209" count="0" type="stmt"/>
|
|
412
|
-
<line num="210" count="0" type="stmt"/>
|
|
413
|
-
<line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
414
|
-
<line num="212" count="0" type="stmt"/>
|
|
415
|
-
<line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
416
|
-
<line num="215" count="0" type="stmt"/>
|
|
417
|
-
<line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
418
|
-
<line num="218" count="0" type="stmt"/>
|
|
419
|
-
<line num="220" count="0" type="stmt"/>
|
|
420
|
-
<line num="221" count="0" type="stmt"/>
|
|
421
|
-
<line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
422
|
-
<line num="223" count="0" type="stmt"/>
|
|
423
|
-
<line num="224" count="0" type="stmt"/>
|
|
424
|
-
<line num="225" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
425
|
-
<line num="226" count="0" type="stmt"/>
|
|
426
|
-
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
427
|
-
<line num="231" count="0" type="stmt"/>
|
|
428
|
-
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
429
|
-
<line num="236" count="0" type="stmt"/>
|
|
430
|
-
<line num="237" count="0" type="stmt"/>
|
|
431
|
-
<line num="238" count="0" type="stmt"/>
|
|
432
|
-
<line num="239" count="0" type="stmt"/>
|
|
433
|
-
<line num="241" count="0" type="stmt"/>
|
|
434
|
-
<line num="245" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
435
|
-
<line num="246" count="0" type="stmt"/>
|
|
436
|
-
<line num="247" count="0" type="stmt"/>
|
|
437
|
-
<line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
438
|
-
<line num="256" count="0" type="stmt"/>
|
|
439
|
-
<line num="262" count="0" type="stmt"/>
|
|
440
|
-
<line num="264" count="0" type="stmt"/>
|
|
441
|
-
<line num="265" count="0" type="stmt"/>
|
|
442
|
-
<line num="266" count="0" type="stmt"/>
|
|
443
|
-
<line num="267" count="0" type="stmt"/>
|
|
444
|
-
<line num="268" count="0" type="stmt"/>
|
|
445
|
-
<line num="269" count="0" type="stmt"/>
|
|
446
|
-
<line num="270" count="0" type="stmt"/>
|
|
447
|
-
<line num="271" count="0" type="stmt"/>
|
|
448
|
-
<line num="272" count="0" type="stmt"/>
|
|
449
|
-
<line num="273" count="0" type="stmt"/>
|
|
450
|
-
<line num="274" count="0" type="stmt"/>
|
|
451
|
-
<line num="276" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
452
|
-
<line num="277" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
453
|
-
<line num="278" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
454
|
-
<line num="279" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
455
|
-
<line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
456
|
-
<line num="281" count="0" type="stmt"/>
|
|
457
|
-
<line num="284" count="0" type="stmt"/>
|
|
458
|
-
<line num="285" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
459
|
-
<line num="286" count="0" type="stmt"/>
|
|
460
|
-
<line num="288" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
461
|
-
<line num="289" count="0" type="stmt"/>
|
|
462
|
-
<line num="290" count="0" type="stmt"/>
|
|
463
|
-
<line num="293" count="0" type="stmt"/>
|
|
464
|
-
<line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
465
|
-
<line num="295" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
466
|
-
<line num="296" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
467
|
-
<line num="297" count="0" type="stmt"/>
|
|
468
|
-
<line num="298" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
469
|
-
<line num="299" count="0" type="stmt"/>
|
|
470
|
-
<line num="300" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
471
|
-
<line num="301" count="0" type="stmt"/>
|
|
472
|
-
<line num="302" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
473
|
-
<line num="307" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
474
|
-
<line num="308" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
475
|
-
<line num="309" count="0" type="stmt"/>
|
|
476
|
-
<line num="310" count="0" type="stmt"/>
|
|
477
|
-
<line num="311" count="0" type="stmt"/>
|
|
478
|
-
<line num="313" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
479
|
-
<line num="314" count="0" type="stmt"/>
|
|
480
|
-
<line num="316" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
481
|
-
<line num="317" count="0" type="stmt"/>
|
|
482
|
-
<line num="318" count="0" type="stmt"/>
|
|
483
|
-
<line num="319" count="0" type="stmt"/>
|
|
484
|
-
<line num="320" count="0" type="stmt"/>
|
|
485
|
-
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
486
|
-
<line num="322" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
487
|
-
<line num="323" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
488
|
-
<line num="325" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
489
|
-
<line num="326" count="0" type="stmt"/>
|
|
490
|
-
<line num="327" count="0" type="stmt"/>
|
|
491
|
-
<line num="328" count="0" type="stmt"/>
|
|
492
|
-
<line num="329" count="0" type="stmt"/>
|
|
493
|
-
<line num="330" count="0" type="stmt"/>
|
|
494
|
-
<line num="331" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
495
|
-
<line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
496
|
-
<line num="333" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
497
|
-
<line num="334" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
498
|
-
<line num="335" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
499
|
-
<line num="337" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
500
|
-
<line num="338" count="0" type="stmt"/>
|
|
501
|
-
<line num="339" count="0" type="stmt"/>
|
|
502
|
-
<line num="341" count="0" type="stmt"/>
|
|
503
|
-
<line num="342" count="0" type="stmt"/>
|
|
504
|
-
<line num="344" count="0" type="stmt"/>
|
|
505
|
-
<line num="345" count="0" type="stmt"/>
|
|
506
|
-
<line num="348" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
507
|
-
<line num="349" count="0" type="stmt"/>
|
|
508
|
-
<line num="351" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
509
|
-
<line num="352" count="0" type="stmt"/>
|
|
510
|
-
<line num="357" count="0" type="stmt"/>
|
|
511
|
-
<line num="368" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
512
|
-
<line num="369" count="0" type="stmt"/>
|
|
513
|
-
<line num="371" count="0" type="stmt"/>
|
|
514
|
-
<line num="375" count="0" type="stmt"/>
|
|
515
|
-
<line num="376" count="0" type="stmt"/>
|
|
516
|
-
<line num="377" count="0" type="stmt"/>
|
|
517
|
-
<line num="379" count="0" type="stmt"/>
|
|
518
|
-
<line num="381" count="0" type="stmt"/>
|
|
519
|
-
<line num="382" count="0" type="stmt"/>
|
|
520
|
-
<line num="383" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
521
|
-
<line num="385" count="0" type="stmt"/>
|
|
522
|
-
<line num="386" count="0" type="stmt"/>
|
|
523
|
-
<line num="387" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
524
|
-
<line num="389" count="0" type="stmt"/>
|
|
525
|
-
<line num="390" count="0" type="stmt"/>
|
|
526
|
-
<line num="393" count="0" type="stmt"/>
|
|
527
|
-
<line num="394" count="0" type="stmt"/>
|
|
528
|
-
<line num="396" count="0" type="stmt"/>
|
|
529
|
-
<line num="399" count="0" type="stmt"/>
|
|
530
|
-
<line num="400" count="0" type="stmt"/>
|
|
531
|
-
<line num="401" count="0" type="stmt"/>
|
|
532
|
-
<line num="402" count="0" type="stmt"/>
|
|
533
|
-
<line num="403" count="0" type="stmt"/>
|
|
534
|
-
<line num="404" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
535
|
-
<line num="405" count="0" type="stmt"/>
|
|
536
|
-
<line num="406" count="0" type="stmt"/>
|
|
537
|
-
<line num="407" count="0" type="stmt"/>
|
|
538
|
-
<line num="408" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
539
|
-
<line num="409" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
540
|
-
<line num="410" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
541
|
-
<line num="411" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
542
|
-
<line num="414" count="0" type="stmt"/>
|
|
543
|
-
<line num="421" count="0" type="stmt"/>
|
|
544
|
-
<line num="422" count="0" type="stmt"/>
|
|
545
|
-
<line num="423" count="0" type="stmt"/>
|
|
546
|
-
<line num="424" count="0" type="stmt"/>
|
|
547
|
-
<line num="426" count="0" type="stmt"/>
|
|
548
|
-
<line num="427" count="0" type="stmt"/>
|
|
549
|
-
<line num="428" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
550
|
-
<line num="429" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
551
|
-
<line num="430" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
552
|
-
<line num="431" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
553
|
-
<line num="432" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
554
|
-
<line num="433" count="0" type="stmt"/>
|
|
555
|
-
<line num="434" count="0" type="stmt"/>
|
|
556
|
-
<line num="437" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
557
|
-
<line num="438" count="0" type="stmt"/>
|
|
558
|
-
<line num="440" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
559
|
-
<line num="445" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
560
|
-
<line num="446" count="0" type="stmt"/>
|
|
561
|
-
<line num="447" count="0" type="stmt"/>
|
|
562
|
-
<line num="448" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
563
|
-
<line num="449" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
564
|
-
<line num="450" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
565
|
-
<line num="451" count="0" type="stmt"/>
|
|
566
|
-
<line num="461" count="0" type="stmt"/>
|
|
567
|
-
<line num="462" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
568
|
-
<line num="463" count="0" type="stmt"/>
|
|
569
|
-
<line num="464" count="0" type="stmt"/>
|
|
570
|
-
<line num="465" count="0" type="stmt"/>
|
|
571
|
-
<line num="473" count="0" type="stmt"/>
|
|
572
|
-
<line num="476" count="0" type="stmt"/>
|
|
573
|
-
<line num="477" count="0" type="stmt"/>
|
|
574
|
-
<line num="478" count="0" type="stmt"/>
|
|
575
|
-
<line num="488" count="0" type="stmt"/>
|
|
576
|
-
<line num="489" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
577
|
-
<line num="490" count="0" type="stmt"/>
|
|
578
|
-
<line num="491" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
579
|
-
<line num="492" count="0" type="stmt"/>
|
|
580
|
-
<line num="493" count="0" type="stmt"/>
|
|
581
|
-
<line num="494" count="0" type="stmt"/>
|
|
582
|
-
<line num="495" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
583
|
-
<line num="496" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
584
|
-
<line num="498" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
585
|
-
<line num="501" count="0" type="stmt"/>
|
|
586
|
-
<line num="504" count="0" type="stmt"/>
|
|
587
|
-
<line num="505" count="0" type="stmt"/>
|
|
588
|
-
<line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
589
|
-
<line num="507" count="0" type="stmt"/>
|
|
590
|
-
<line num="508" count="0" type="stmt"/>
|
|
591
|
-
<line num="509" count="0" type="stmt"/>
|
|
592
|
-
<line num="510" count="0" type="stmt"/>
|
|
593
|
-
<line num="512" count="0" type="stmt"/>
|
|
594
|
-
<line num="514" count="0" type="stmt"/>
|
|
595
|
-
<line num="517" count="10" type="stmt"/>
|
|
596
285
|
</file>
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
<
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
286
|
+
<file name="MlGeojsonLayerCircleStyler.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.tsx">
|
|
287
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
288
|
+
<line num="5" count="0" type="stmt"/>
|
|
289
|
+
<line num="6" count="0" type="stmt"/>
|
|
290
|
+
</file>
|
|
291
|
+
<file name="MlGeojsonLayerHeatMapStyler.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.tsx">
|
|
292
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
293
|
+
<line num="5" count="0" type="stmt"/>
|
|
294
|
+
<line num="7" count="0" type="stmt"/>
|
|
606
295
|
</file>
|
|
607
296
|
</package>
|
|
608
297
|
<package name="src.components.MlGeojsonLayerWithSource">
|
|
@@ -626,69 +315,55 @@
|
|
|
626
315
|
<line num="125" count="0" type="stmt"/>
|
|
627
316
|
</file>
|
|
628
317
|
</package>
|
|
318
|
+
<package name="src.components.MlGpxViewer">
|
|
319
|
+
<metrics statements="19" coveredstatements="17" conditionals="8" coveredconditionals="7" methods="3" coveredmethods="2"/>
|
|
320
|
+
<file name="MlGpxViewer.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGpxViewer/MlGpxViewer.tsx">
|
|
321
|
+
<metrics statements="19" coveredstatements="17" conditionals="8" coveredconditionals="7" methods="3" coveredmethods="2"/>
|
|
322
|
+
<line num="35" count="10" type="stmt"/>
|
|
323
|
+
<line num="36" count="24" type="stmt"/>
|
|
324
|
+
<line num="37" count="24" type="stmt"/>
|
|
325
|
+
<line num="38" count="24" type="stmt"/>
|
|
326
|
+
<line num="39" count="24" type="stmt"/>
|
|
327
|
+
<line num="40" count="24" type="stmt"/>
|
|
328
|
+
<line num="42" count="24" type="stmt"/>
|
|
329
|
+
<line num="44" count="0" type="stmt"/>
|
|
330
|
+
<line num="47" count="24" type="stmt"/>
|
|
331
|
+
<line num="56" count="24" type="stmt"/>
|
|
332
|
+
<line num="69" count="24" type="stmt"/>
|
|
333
|
+
<line num="83" count="24" type="stmt"/>
|
|
334
|
+
<line num="85" count="24" type="cond" truecount="4" falsecount="0"/>
|
|
335
|
+
<line num="87" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
336
|
+
<line num="88" count="0" type="stmt"/>
|
|
337
|
+
<line num="93" count="12" type="stmt"/>
|
|
338
|
+
<line num="94" count="12" type="stmt"/>
|
|
339
|
+
<line num="98" count="24" type="stmt"/>
|
|
340
|
+
<line num="101" count="10" type="stmt"/>
|
|
341
|
+
</file>
|
|
342
|
+
</package>
|
|
629
343
|
<package name="src.components.MlImageMarkerLayer">
|
|
630
|
-
<metrics statements="
|
|
344
|
+
<metrics statements="20" coveredstatements="11" conditionals="22" coveredconditionals="9" methods="4" coveredmethods="2"/>
|
|
631
345
|
<file name="MlImageMarkerLayer.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlImageMarkerLayer/MlImageMarkerLayer.tsx">
|
|
632
|
-
<metrics statements="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
638
|
-
<line num="
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="63" count="0" type="stmt"/>
|
|
648
|
-
<line num="68" count="12" type="stmt"/>
|
|
649
|
-
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
650
|
-
<line num="70" count="0" type="stmt"/>
|
|
651
|
-
<line num="72" count="0" type="stmt"/>
|
|
652
|
-
<line num="75" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
653
|
-
<line num="76" count="0" type="stmt"/>
|
|
654
|
-
<line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
655
|
-
<line num="79" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
656
|
-
<line num="81" count="0" type="stmt"/>
|
|
657
|
-
<line num="83" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
346
|
+
<metrics statements="20" coveredstatements="11" conditionals="22" coveredconditionals="9" methods="4" coveredmethods="2"/>
|
|
347
|
+
<line num="42" count="10" type="stmt"/>
|
|
348
|
+
<line num="43" count="16" type="stmt"/>
|
|
349
|
+
<line num="48" count="16" type="stmt"/>
|
|
350
|
+
<line num="49" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
351
|
+
<line num="50" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
352
|
+
<line num="52" count="16" type="stmt"/>
|
|
353
|
+
<line num="67" count="16" type="stmt"/>
|
|
354
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
355
|
+
<line num="69" count="0" type="stmt"/>
|
|
356
|
+
<line num="72" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
357
|
+
<line num="73" count="0" type="stmt"/>
|
|
358
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
359
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
360
|
+
<line num="78" count="0" type="stmt"/>
|
|
658
361
|
<line num="84" count="0" type="stmt"/>
|
|
659
|
-
<line num="
|
|
660
|
-
<line num="
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
664
|
-
<line num="106" count="4" type="stmt"/>
|
|
665
|
-
<line num="107" count="4" type="stmt"/>
|
|
666
|
-
<line num="110" count="4" type="stmt"/>
|
|
667
|
-
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
668
|
-
<line num="118" count="0" type="stmt"/>
|
|
669
|
-
<line num="119" count="0" type="stmt"/>
|
|
670
|
-
<line num="120" count="0" type="stmt"/>
|
|
671
|
-
<line num="121" count="0" type="stmt"/>
|
|
672
|
-
<line num="127" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
673
|
-
<line num="128" count="0" type="stmt"/>
|
|
674
|
-
<line num="132" count="12" type="stmt"/>
|
|
675
|
-
<line num="133" count="12" type="cond" truecount="5" falsecount="0"/>
|
|
676
|
-
<line num="134" count="8" type="stmt"/>
|
|
677
|
-
<line num="136" count="4" type="stmt"/>
|
|
678
|
-
<line num="138" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
679
|
-
<line num="139" count="0" type="stmt"/>
|
|
680
|
-
<line num="142" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
681
|
-
<line num="143" count="0" type="stmt"/>
|
|
682
|
-
<line num="144" count="0" type="stmt"/>
|
|
683
|
-
<line num="147" count="4" type="stmt"/>
|
|
684
|
-
<line num="151" count="12" type="stmt"/>
|
|
685
|
-
<line num="152" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
686
|
-
<line num="154" count="12" type="stmt"/>
|
|
687
|
-
<line num="157" count="12" type="stmt"/>
|
|
688
|
-
<line num="158" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
689
|
-
<line num="163" count="4" type="stmt"/>
|
|
690
|
-
<line num="166" count="0" type="stmt"/>
|
|
691
|
-
<line num="171" count="12" type="stmt"/>
|
|
362
|
+
<line num="89" count="16" type="stmt"/>
|
|
363
|
+
<line num="90" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
364
|
+
<line num="92" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
365
|
+
<line num="93" count="0" type="stmt"/>
|
|
366
|
+
<line num="97" count="16" type="stmt"/>
|
|
692
367
|
</file>
|
|
693
368
|
</package>
|
|
694
369
|
<package name="src.components.MlLayer">
|
|
@@ -704,119 +379,120 @@
|
|
|
704
379
|
<metrics statements="62" coveredstatements="48" conditionals="36" coveredconditionals="23" methods="13" coveredmethods="7"/>
|
|
705
380
|
<file name="MlLayerMagnify.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerMagnify/MlLayerMagnify.tsx">
|
|
706
381
|
<metrics statements="62" coveredstatements="48" conditionals="36" coveredconditionals="23" methods="13" coveredmethods="7"/>
|
|
707
|
-
<line num="
|
|
382
|
+
<line num="32" count="11" type="stmt"/>
|
|
383
|
+
<line num="33" count="3" type="stmt"/>
|
|
384
|
+
<line num="34" count="3" type="stmt"/>
|
|
708
385
|
<line num="35" count="3" type="stmt"/>
|
|
709
|
-
<line num="36" count="3" type="stmt"/>
|
|
710
386
|
<line num="37" count="3" type="stmt"/>
|
|
387
|
+
<line num="38" count="3" type="stmt"/>
|
|
711
388
|
<line num="39" count="3" type="stmt"/>
|
|
712
389
|
<line num="40" count="3" type="stmt"/>
|
|
713
|
-
<line num="41" count="3" type="stmt"/>
|
|
714
390
|
<line num="42" count="3" type="stmt"/>
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="50" count="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="60" count="0" type="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
391
|
+
<line num="43" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
392
|
+
<line num="46" count="3" type="stmt"/>
|
|
393
|
+
<line num="47" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
394
|
+
<line num="48" count="0" type="stmt"/>
|
|
395
|
+
<line num="50" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
396
|
+
<line num="51" count="1" type="stmt"/>
|
|
397
|
+
<line num="54" count="2" type="stmt"/>
|
|
398
|
+
<line num="57" count="3" type="stmt"/>
|
|
399
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
400
|
+
<line num="60" count="0" type="stmt"/>
|
|
401
|
+
<line num="66" count="3" type="stmt"/>
|
|
402
|
+
<line num="67" count="1" type="stmt"/>
|
|
403
|
+
<line num="68" count="1" type="stmt"/>
|
|
728
404
|
<line num="70" count="1" type="stmt"/>
|
|
405
|
+
<line num="71" count="1" type="stmt"/>
|
|
729
406
|
<line num="72" count="1" type="stmt"/>
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
407
|
+
<line num="76" count="3" type="stmt"/>
|
|
408
|
+
<line num="78" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
409
|
+
<line num="80" count="1" type="stmt"/>
|
|
410
|
+
<line num="82" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
411
|
+
<line num="87" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
412
|
+
<line num="92" count="1" type="stmt"/>
|
|
413
|
+
<line num="93" count="1" type="stmt"/>
|
|
414
|
+
<line num="94" count="1" type="stmt"/>
|
|
415
|
+
<line num="95" count="1" type="stmt"/>
|
|
416
|
+
<line num="97" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
739
417
|
<line num="98" count="1" type="stmt"/>
|
|
740
418
|
<line num="99" count="1" type="stmt"/>
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="
|
|
755
|
-
<line num="166" count="
|
|
419
|
+
<line num="100" count="1" type="stmt"/>
|
|
420
|
+
<line num="101" count="1" type="stmt"/>
|
|
421
|
+
<line num="103" count="1" type="stmt"/>
|
|
422
|
+
<line num="114" count="3" type="stmt"/>
|
|
423
|
+
<line num="115" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
424
|
+
<line num="117" count="1" type="stmt"/>
|
|
425
|
+
<line num="118" count="1" type="stmt"/>
|
|
426
|
+
<line num="150" count="1" type="stmt"/>
|
|
427
|
+
<line num="156" count="3" type="stmt"/>
|
|
428
|
+
<line num="157" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
429
|
+
<line num="158" count="0" type="stmt"/>
|
|
430
|
+
<line num="159" count="0" type="stmt"/>
|
|
431
|
+
<line num="161" count="0" type="stmt"/>
|
|
432
|
+
<line num="162" count="0" type="stmt"/>
|
|
433
|
+
<line num="166" count="3" type="stmt"/>
|
|
434
|
+
<line num="167" count="0" type="stmt"/>
|
|
756
435
|
<line num="168" count="0" type="stmt"/>
|
|
757
|
-
<line num="
|
|
758
|
-
<line num="
|
|
759
|
-
<line num="
|
|
760
|
-
<line num="
|
|
761
|
-
<line num="
|
|
762
|
-
<line num="
|
|
763
|
-
<line num="
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="184" count="0" type="stmt"/>
|
|
766
|
-
<line num="185" count="0" type="stmt"/>
|
|
767
|
-
<line num="188" count="3" type="stmt"/>
|
|
768
|
-
<line num="218" count="11" type="stmt"/>
|
|
436
|
+
<line num="171" count="3" type="stmt"/>
|
|
437
|
+
<line num="172" count="0" type="stmt"/>
|
|
438
|
+
<line num="173" count="0" type="stmt"/>
|
|
439
|
+
<line num="176" count="3" type="stmt"/>
|
|
440
|
+
<line num="177" count="0" type="stmt"/>
|
|
441
|
+
<line num="178" count="0" type="stmt"/>
|
|
442
|
+
<line num="181" count="3" type="stmt"/>
|
|
443
|
+
<line num="211" count="11" type="stmt"/>
|
|
769
444
|
</file>
|
|
770
445
|
</package>
|
|
771
446
|
<package name="src.components.MlLayerSwipe">
|
|
772
|
-
<metrics statements="
|
|
447
|
+
<metrics statements="46" coveredstatements="36" conditionals="24" coveredconditionals="17" methods="10" coveredmethods="6"/>
|
|
773
448
|
<file name="MlLayerSwipe.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwipe/MlLayerSwipe.tsx">
|
|
774
|
-
<metrics statements="
|
|
775
|
-
<line num="
|
|
449
|
+
<metrics statements="46" coveredstatements="36" conditionals="24" coveredconditionals="17" methods="10" coveredmethods="6"/>
|
|
450
|
+
<line num="26" count="11" type="stmt"/>
|
|
451
|
+
<line num="27" count="3" type="stmt"/>
|
|
776
452
|
<line num="28" count="3" type="stmt"/>
|
|
777
|
-
<line num="
|
|
453
|
+
<line num="30" count="3" type="stmt"/>
|
|
778
454
|
<line num="31" count="3" type="stmt"/>
|
|
779
|
-
<line num="
|
|
780
|
-
<line num="
|
|
781
|
-
<line num="36" count="3" type="
|
|
782
|
-
<line num="37" count="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="40" count="
|
|
785
|
-
<line num="
|
|
786
|
-
<line num="
|
|
787
|
-
<line num="47" count="
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
793
|
-
<line num="
|
|
455
|
+
<line num="33" count="3" type="stmt"/>
|
|
456
|
+
<line num="35" count="3" type="stmt"/>
|
|
457
|
+
<line num="36" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
458
|
+
<line num="37" count="0" type="stmt"/>
|
|
459
|
+
<line num="39" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
460
|
+
<line num="40" count="1" type="stmt"/>
|
|
461
|
+
<line num="43" count="2" type="stmt"/>
|
|
462
|
+
<line num="46" count="3" type="stmt"/>
|
|
463
|
+
<line num="47" count="1" type="stmt"/>
|
|
464
|
+
<line num="50" count="3" type="stmt"/>
|
|
465
|
+
<line num="52" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
466
|
+
<line num="54" count="1" type="stmt"/>
|
|
467
|
+
<line num="56" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
468
|
+
<line num="61" count="1" type="stmt"/>
|
|
469
|
+
<line num="62" count="1" type="stmt"/>
|
|
470
|
+
<line num="64" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
794
471
|
<line num="65" count="1" type="stmt"/>
|
|
795
|
-
<line num="
|
|
472
|
+
<line num="66" count="1" type="stmt"/>
|
|
796
473
|
<line num="68" count="1" type="stmt"/>
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
474
|
+
<line num="70" count="1" type="stmt"/>
|
|
475
|
+
<line num="76" count="3" type="stmt"/>
|
|
476
|
+
<line num="77" count="1" type="stmt"/>
|
|
477
|
+
<line num="80" count="3" type="stmt"/>
|
|
478
|
+
<line num="81" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
801
479
|
<line num="83" count="1" type="stmt"/>
|
|
802
|
-
<line num="
|
|
803
|
-
<line num="
|
|
804
|
-
<line num="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
810
|
-
<line num="
|
|
480
|
+
<line num="84" count="1" type="stmt"/>
|
|
481
|
+
<line num="88" count="1" type="stmt"/>
|
|
482
|
+
<line num="93" count="3" type="stmt"/>
|
|
483
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
484
|
+
<line num="95" count="0" type="stmt"/>
|
|
485
|
+
<line num="96" count="0" type="stmt"/>
|
|
486
|
+
<line num="98" count="0" type="stmt"/>
|
|
487
|
+
<line num="99" count="0" type="stmt"/>
|
|
488
|
+
<line num="103" count="3" type="stmt"/>
|
|
811
489
|
<line num="104" count="0" type="stmt"/>
|
|
812
490
|
<line num="105" count="0" type="stmt"/>
|
|
813
|
-
<line num="
|
|
491
|
+
<line num="108" count="3" type="stmt"/>
|
|
492
|
+
<line num="109" count="0" type="stmt"/>
|
|
814
493
|
<line num="110" count="0" type="stmt"/>
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="115" count="0" type="stmt"/>
|
|
818
|
-
<line num="116" count="0" type="stmt"/>
|
|
819
|
-
<line num="119" count="3" type="stmt"/>
|
|
494
|
+
<line num="113" count="3" type="stmt"/>
|
|
495
|
+
<line num="141" count="11" type="stmt"/>
|
|
820
496
|
</file>
|
|
821
497
|
</package>
|
|
822
498
|
<package name="src.components.MlLayerSwitcher">
|
|
@@ -900,7 +576,7 @@
|
|
|
900
576
|
<line num="23" count="0" type="stmt"/>
|
|
901
577
|
<line num="25" count="0" type="stmt"/>
|
|
902
578
|
<line num="30" count="0" type="stmt"/>
|
|
903
|
-
<line num="
|
|
579
|
+
<line num="47" count="0" type="stmt"/>
|
|
904
580
|
</file>
|
|
905
581
|
</package>
|
|
906
582
|
<package name="src.components.MlMarker">
|
|
@@ -1208,72 +884,146 @@
|
|
|
1208
884
|
<line num="227" count="0" type="stmt"/>
|
|
1209
885
|
</file>
|
|
1210
886
|
</package>
|
|
1211
|
-
<package name="src.components.
|
|
1212
|
-
<metrics statements="
|
|
1213
|
-
<file name="
|
|
1214
|
-
<metrics statements="
|
|
1215
|
-
<line num="
|
|
1216
|
-
<line num="
|
|
1217
|
-
<line num="
|
|
1218
|
-
<line num="
|
|
1219
|
-
<line num="
|
|
1220
|
-
<line num="
|
|
1221
|
-
<line num="
|
|
1222
|
-
<line num="
|
|
1223
|
-
<line num="
|
|
1224
|
-
<line num="
|
|
1225
|
-
<line num="
|
|
887
|
+
<package name="src.components.MlSketchTool">
|
|
888
|
+
<metrics statements="37" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="20" coveredmethods="0"/>
|
|
889
|
+
<file name="MlSketchTool.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSketchTool/MlSketchTool.tsx">
|
|
890
|
+
<metrics statements="37" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="20" coveredmethods="0"/>
|
|
891
|
+
<line num="46" count="0" type="stmt"/>
|
|
892
|
+
<line num="53" count="0" type="stmt"/>
|
|
893
|
+
<line num="58" count="0" type="stmt"/>
|
|
894
|
+
<line num="59" count="0" type="stmt"/>
|
|
895
|
+
<line num="66" count="0" type="stmt"/>
|
|
896
|
+
<line num="70" count="0" type="stmt"/>
|
|
897
|
+
<line num="72" count="0" type="stmt"/>
|
|
898
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
899
|
+
<line num="74" count="0" type="stmt"/>
|
|
900
|
+
<line num="80" count="0" type="stmt"/>
|
|
901
|
+
<line num="90" count="0" type="stmt"/>
|
|
902
|
+
<line num="91" count="0" type="stmt"/>
|
|
903
|
+
<line num="92" count="0" type="stmt"/>
|
|
904
|
+
<line num="93" count="0" type="stmt"/>
|
|
905
|
+
<line num="95" count="0" type="stmt"/>
|
|
906
|
+
<line num="103" count="0" type="stmt"/>
|
|
907
|
+
<line num="112" count="0" type="stmt"/>
|
|
908
|
+
<line num="117" count="0" type="stmt"/>
|
|
909
|
+
<line num="122" count="0" type="stmt"/>
|
|
910
|
+
<line num="140" count="0" type="stmt"/>
|
|
911
|
+
<line num="141" count="0" type="stmt"/>
|
|
912
|
+
<line num="142" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
913
|
+
<line num="143" count="0" type="stmt"/>
|
|
914
|
+
<line num="145" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
915
|
+
<line num="146" count="0" type="stmt"/>
|
|
916
|
+
<line num="147" count="0" type="stmt"/>
|
|
917
|
+
<line num="149" count="0" type="stmt"/>
|
|
918
|
+
<line num="151" count="0" type="stmt"/>
|
|
919
|
+
<line num="154" count="0" type="stmt"/>
|
|
920
|
+
<line num="165" count="0" type="stmt"/>
|
|
921
|
+
<line num="179" count="0" type="stmt"/>
|
|
922
|
+
<line num="190" count="0" type="stmt"/>
|
|
923
|
+
<line num="193" count="0" type="stmt"/>
|
|
924
|
+
<line num="213" count="0" type="stmt"/>
|
|
925
|
+
<line num="225" count="0" type="stmt"/>
|
|
926
|
+
<line num="237" count="0" type="stmt"/>
|
|
927
|
+
<line num="267" count="0" type="stmt"/>
|
|
928
|
+
</file>
|
|
929
|
+
</package>
|
|
930
|
+
<package name="src.components.MlSketchTool.LayerList">
|
|
931
|
+
<metrics statements="51" coveredstatements="0" conditionals="35" coveredconditionals="0" methods="19" coveredmethods="0"/>
|
|
932
|
+
<file name="ColorPicker.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSketchTool/LayerList/ColorPicker.tsx">
|
|
933
|
+
<metrics statements="6" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
934
|
+
<line num="15" count="0" type="stmt"/>
|
|
935
|
+
<line num="19" count="0" type="stmt"/>
|
|
936
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
937
|
+
<line num="21" count="0" type="stmt"/>
|
|
938
|
+
<line num="24" count="0" type="stmt"/>
|
|
939
|
+
<line num="38" count="0" type="stmt"/>
|
|
940
|
+
</file>
|
|
941
|
+
<file name="LayerList.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSketchTool/LayerList/LayerList.tsx">
|
|
942
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
943
|
+
<line num="9" count="0" type="stmt"/>
|
|
944
|
+
</file>
|
|
945
|
+
<file name="LayerListItem.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSketchTool/LayerList/LayerListItem.tsx">
|
|
946
|
+
<metrics statements="22" coveredstatements="0" conditionals="23" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
947
|
+
<line num="26" count="0" type="stmt"/>
|
|
948
|
+
<line num="27" count="0" type="stmt"/>
|
|
949
|
+
<line num="28" count="0" type="stmt"/>
|
|
1226
950
|
<line num="35" count="0" type="stmt"/>
|
|
1227
|
-
<line num="36" count="0" type="
|
|
951
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1228
952
|
<line num="37" count="0" type="stmt"/>
|
|
953
|
+
<line num="39" count="0" type="stmt"/>
|
|
954
|
+
<line num="42" count="0" type="stmt"/>
|
|
955
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
956
|
+
<line num="44" count="0" type="stmt"/>
|
|
957
|
+
<line num="51" count="0" type="stmt"/>
|
|
958
|
+
<line num="54" count="0" type="stmt"/>
|
|
959
|
+
<line num="55" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
960
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
961
|
+
<line num="57" count="0" type="stmt"/>
|
|
962
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
963
|
+
<line num="60" count="0" type="stmt"/>
|
|
964
|
+
<line num="64" count="0" type="stmt"/>
|
|
965
|
+
<line num="67" count="0" type="stmt"/>
|
|
966
|
+
<line num="76" count="0" type="stmt"/>
|
|
967
|
+
<line num="77" count="0" type="stmt"/>
|
|
968
|
+
<line num="91" count="0" type="stmt"/>
|
|
969
|
+
</file>
|
|
970
|
+
<file name="LayerPropertyForm.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSketchTool/LayerList/LayerPropertyForm.tsx">
|
|
971
|
+
<metrics statements="22" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
972
|
+
<line num="24" count="0" type="stmt"/>
|
|
973
|
+
<line num="29" count="0" type="stmt"/>
|
|
974
|
+
<line num="36" count="0" type="stmt"/>
|
|
1229
975
|
<line num="38" count="0" type="stmt"/>
|
|
1230
|
-
<line num="
|
|
1231
|
-
<line num="
|
|
1232
|
-
<line num="
|
|
1233
|
-
<line num="
|
|
1234
|
-
<line num="
|
|
1235
|
-
<line num="
|
|
1236
|
-
<line num="
|
|
1237
|
-
<line num="
|
|
1238
|
-
<line num="
|
|
976
|
+
<line num="52" count="0" type="stmt"/>
|
|
977
|
+
<line num="55" count="0" type="stmt"/>
|
|
978
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
979
|
+
<line num="58" count="0" type="stmt"/>
|
|
980
|
+
<line num="62" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
981
|
+
<line num="64" count="0" type="stmt"/>
|
|
982
|
+
<line num="72" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
983
|
+
<line num="73" count="0" type="stmt"/>
|
|
984
|
+
<line num="79" count="0" type="stmt"/>
|
|
985
|
+
<line num="81" count="0" type="stmt"/>
|
|
986
|
+
<line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
987
|
+
<line num="89" count="0" type="stmt"/>
|
|
988
|
+
<line num="95" count="0" type="stmt"/>
|
|
989
|
+
<line num="97" count="0" type="stmt"/>
|
|
990
|
+
<line num="108" count="0" type="stmt"/>
|
|
991
|
+
<line num="111" count="0" type="stmt"/>
|
|
992
|
+
<line num="114" count="0" type="stmt"/>
|
|
993
|
+
<line num="121" count="0" type="stmt"/>
|
|
994
|
+
</file>
|
|
995
|
+
</package>
|
|
996
|
+
<package name="src.components.MlSpatialElevationProfile">
|
|
997
|
+
<metrics statements="27" coveredstatements="27" conditionals="20" coveredconditionals="12" methods="6" coveredmethods="6"/>
|
|
998
|
+
<file name="MlSpatialElevationProfile.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.tsx">
|
|
999
|
+
<metrics statements="27" coveredstatements="27" conditionals="20" coveredconditionals="12" methods="6" coveredmethods="6"/>
|
|
1000
|
+
<line num="10" count="10" type="stmt"/>
|
|
1001
|
+
<line num="62" count="10" type="stmt"/>
|
|
1002
|
+
<line num="63" count="16" type="stmt"/>
|
|
1003
|
+
<line num="64" count="16" type="stmt"/>
|
|
1004
|
+
<line num="66" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
1005
|
+
<line num="68" count="16" type="stmt"/>
|
|
1006
|
+
<line num="69" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1239
1007
|
<line num="72" count="4" type="stmt"/>
|
|
1240
1008
|
<line num="73" count="4" type="stmt"/>
|
|
1241
|
-
<line num="
|
|
1242
|
-
<line num="
|
|
1243
|
-
<line num="
|
|
1244
|
-
<line num="
|
|
1245
|
-
<line num="
|
|
1246
|
-
<line num="
|
|
1247
|
-
<line num="
|
|
1248
|
-
<line num="
|
|
1249
|
-
<line num="
|
|
1250
|
-
<line num="
|
|
1251
|
-
<line num="
|
|
1252
|
-
<line num="
|
|
1253
|
-
<line num="
|
|
1254
|
-
<line num="
|
|
1255
|
-
<line num="
|
|
1256
|
-
<line num="
|
|
1257
|
-
<line num="
|
|
1258
|
-
<line num="
|
|
1259
|
-
<line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1260
|
-
<line num="150" count="0" type="stmt"/>
|
|
1261
|
-
<line num="155" count="0" type="stmt"/>
|
|
1262
|
-
<line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1263
|
-
<line num="157" count="0" type="stmt"/>
|
|
1264
|
-
<line num="158" count="0" type="stmt"/>
|
|
1265
|
-
<line num="163" count="0" type="stmt"/>
|
|
1266
|
-
<line num="168" count="0" type="stmt"/>
|
|
1267
|
-
<line num="174" count="0" type="stmt"/>
|
|
1268
|
-
<line num="179" count="0" type="stmt"/>
|
|
1269
|
-
<line num="185" count="0" type="stmt"/>
|
|
1270
|
-
<line num="186" count="0" type="stmt"/>
|
|
1271
|
-
<line num="191" count="0" type="stmt"/>
|
|
1272
|
-
<line num="192" count="0" type="stmt"/>
|
|
1273
|
-
<line num="194" count="0" type="stmt"/>
|
|
1274
|
-
<line num="197" count="8" type="stmt"/>
|
|
1275
|
-
<line num="200" count="10" type="stmt"/>
|
|
1276
|
-
<line num="204" count="10" type="stmt"/>
|
|
1009
|
+
<line num="76" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
1010
|
+
<line num="78" count="4" type="stmt"/>
|
|
1011
|
+
<line num="79" count="8" type="stmt"/>
|
|
1012
|
+
<line num="82" count="4" type="stmt"/>
|
|
1013
|
+
<line num="84" count="4" type="stmt"/>
|
|
1014
|
+
<line num="86" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1015
|
+
<line num="88" count="4" type="stmt"/>
|
|
1016
|
+
<line num="91" count="16" type="stmt"/>
|
|
1017
|
+
<line num="92" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1018
|
+
<line num="94" count="4" type="stmt"/>
|
|
1019
|
+
<line num="105" count="16" type="stmt"/>
|
|
1020
|
+
<line num="106" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
1021
|
+
<line num="108" count="4" type="stmt"/>
|
|
1022
|
+
<line num="109" count="4" type="stmt"/>
|
|
1023
|
+
<line num="112" count="16" type="stmt"/>
|
|
1024
|
+
<line num="121" count="16" type="stmt"/>
|
|
1025
|
+
<line num="136" count="16" type="stmt"/>
|
|
1026
|
+
<line num="139" count="10" type="stmt"/>
|
|
1277
1027
|
</file>
|
|
1278
1028
|
</package>
|
|
1279
1029
|
<package name="src.components.MlThreeJsLayer">
|
|
@@ -1354,42 +1104,42 @@
|
|
|
1354
1104
|
<metrics statements="36" coveredstatements="25" conditionals="22" coveredconditionals="11" methods="7" coveredmethods="6"/>
|
|
1355
1105
|
<file name="MlTransitionGeoJsonLayer.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.tsx">
|
|
1356
1106
|
<metrics statements="36" coveredstatements="25" conditionals="22" coveredconditionals="11" methods="7" coveredmethods="6"/>
|
|
1357
|
-
<line num="
|
|
1358
|
-
<line num="
|
|
1359
|
-
<line num="
|
|
1360
|
-
<line num="
|
|
1361
|
-
<line num="
|
|
1362
|
-
<line num="
|
|
1363
|
-
<line num="
|
|
1364
|
-
<line num="
|
|
1365
|
-
<line num="
|
|
1366
|
-
<line num="
|
|
1367
|
-
<line num="
|
|
1368
|
-
<line num="
|
|
1369
|
-
<line num="
|
|
1370
|
-
<line num="
|
|
1371
|
-
<line num="
|
|
1372
|
-
<line num="
|
|
1373
|
-
<line num="
|
|
1374
|
-
<line num="
|
|
1375
|
-
<line num="
|
|
1376
|
-
<line num="
|
|
1377
|
-
<line num="
|
|
1378
|
-
<line num="
|
|
1379
|
-
<line num="
|
|
1380
|
-
<line num="
|
|
1381
|
-
<line num="
|
|
1382
|
-
<line num="
|
|
1383
|
-
<line num="
|
|
1384
|
-
<line num="
|
|
1385
|
-
<line num="
|
|
1386
|
-
<line num="
|
|
1387
|
-
<line num="
|
|
1388
|
-
<line num="
|
|
1389
|
-
<line num="
|
|
1390
|
-
<line num="
|
|
1391
|
-
<line num="
|
|
1392
|
-
<line num="
|
|
1107
|
+
<line num="9" count="10" type="stmt"/>
|
|
1108
|
+
<line num="18" count="10" type="stmt"/>
|
|
1109
|
+
<line num="21" count="12" type="stmt"/>
|
|
1110
|
+
<line num="23" count="12" type="stmt"/>
|
|
1111
|
+
<line num="27" count="12" type="stmt"/>
|
|
1112
|
+
<line num="30" count="12" type="stmt"/>
|
|
1113
|
+
<line num="31" count="12" type="stmt"/>
|
|
1114
|
+
<line num="32" count="12" type="stmt"/>
|
|
1115
|
+
<line num="33" count="12" type="stmt"/>
|
|
1116
|
+
<line num="34" count="12" type="stmt"/>
|
|
1117
|
+
<line num="35" count="12" type="stmt"/>
|
|
1118
|
+
<line num="36" count="12" type="stmt"/>
|
|
1119
|
+
<line num="38" count="12" type="stmt"/>
|
|
1120
|
+
<line num="39" count="4" type="stmt"/>
|
|
1121
|
+
<line num="41" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1122
|
+
<line num="42" count="0" type="stmt"/>
|
|
1123
|
+
<line num="47" count="12" type="stmt"/>
|
|
1124
|
+
<line num="48" count="0" type="stmt"/>
|
|
1125
|
+
<line num="62" count="12" type="stmt"/>
|
|
1126
|
+
<line num="63" count="8" type="cond" truecount="3" falsecount="1"/>
|
|
1127
|
+
<line num="65" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1128
|
+
<line num="70" count="0" type="stmt"/>
|
|
1129
|
+
<line num="71" count="0" type="stmt"/>
|
|
1130
|
+
<line num="72" count="0" type="stmt"/>
|
|
1131
|
+
<line num="73" count="0" type="stmt"/>
|
|
1132
|
+
<line num="74" count="0" type="stmt"/>
|
|
1133
|
+
<line num="76" count="0" type="stmt"/>
|
|
1134
|
+
<line num="79" count="12" type="stmt"/>
|
|
1135
|
+
<line num="80" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1136
|
+
<line num="87" count="0" type="stmt"/>
|
|
1137
|
+
<line num="88" count="0" type="stmt"/>
|
|
1138
|
+
<line num="92" count="12" type="stmt"/>
|
|
1139
|
+
<line num="93" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
1140
|
+
<line num="95" count="4" type="stmt"/>
|
|
1141
|
+
<line num="97" count="4" type="stmt"/>
|
|
1142
|
+
<line num="100" count="12" type="stmt"/>
|
|
1393
1143
|
</file>
|
|
1394
1144
|
</package>
|
|
1395
1145
|
<package name="src.components.MlUseMapDebugger">
|
|
@@ -1406,9 +1156,9 @@
|
|
|
1406
1156
|
</file>
|
|
1407
1157
|
</package>
|
|
1408
1158
|
<package name="src.components.MlVectorTileLayer">
|
|
1409
|
-
<metrics statements="46" coveredstatements="39" conditionals="
|
|
1159
|
+
<metrics statements="46" coveredstatements="39" conditionals="34" coveredconditionals="22" methods="9" coveredmethods="8"/>
|
|
1410
1160
|
<file name="MlVectorTileLayer.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlVectorTileLayer/MlVectorTileLayer.tsx">
|
|
1411
|
-
<metrics statements="46" coveredstatements="39" conditionals="
|
|
1161
|
+
<metrics statements="46" coveredstatements="39" conditionals="34" coveredconditionals="22" methods="9" coveredmethods="8"/>
|
|
1412
1162
|
<line num="21" count="10" type="stmt"/>
|
|
1413
1163
|
<line num="22" count="12" type="stmt"/>
|
|
1414
1164
|
<line num="27" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1421,40 +1171,40 @@
|
|
|
1421
1171
|
<line num="37" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1422
1172
|
<line num="38" count="4" type="stmt"/>
|
|
1423
1173
|
<line num="42" count="8" type="stmt"/>
|
|
1424
|
-
<line num="
|
|
1425
|
-
<line num="
|
|
1426
|
-
<line num="
|
|
1427
|
-
<line num="72" count="8" type="stmt"/>
|
|
1174
|
+
<line num="53" count="8" type="stmt"/>
|
|
1175
|
+
<line num="54" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
1176
|
+
<line num="55" count="8" type="stmt"/>
|
|
1428
1177
|
<line num="73" count="8" type="stmt"/>
|
|
1429
|
-
<line num="
|
|
1430
|
-
<line num="
|
|
1431
|
-
<line num="80" count="0" type="
|
|
1178
|
+
<line num="74" count="8" type="stmt"/>
|
|
1179
|
+
<line num="77" count="8" type="stmt"/>
|
|
1180
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1432
1181
|
<line num="81" count="0" type="stmt"/>
|
|
1433
|
-
<line num="
|
|
1434
|
-
<line num="90" count="
|
|
1435
|
-
<line num="
|
|
1436
|
-
<line num="93" count="4" type="
|
|
1182
|
+
<line num="82" count="0" type="stmt"/>
|
|
1183
|
+
<line num="90" count="12" type="stmt"/>
|
|
1184
|
+
<line num="91" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1185
|
+
<line num="93" count="4" type="stmt"/>
|
|
1437
1186
|
<line num="94" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1438
|
-
<line num="
|
|
1439
|
-
<line num="
|
|
1440
|
-
<line num="99" count="
|
|
1187
|
+
<line num="95" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1188
|
+
<line num="97" count="4" type="stmt"/>
|
|
1189
|
+
<line num="99" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1441
1190
|
<line num="100" count="0" type="stmt"/>
|
|
1442
|
-
<line num="
|
|
1443
|
-
<line num="
|
|
1444
|
-
<line num="
|
|
1445
|
-
<line num="109" count="
|
|
1191
|
+
<line num="101" count="0" type="stmt"/>
|
|
1192
|
+
<line num="104" count="4" type="stmt"/>
|
|
1193
|
+
<line num="107" count="4" type="stmt"/>
|
|
1194
|
+
<line num="109" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1446
1195
|
<line num="110" count="0" type="stmt"/>
|
|
1447
|
-
<line num="
|
|
1448
|
-
<line num="
|
|
1449
|
-
<line num="120" count="
|
|
1450
|
-
<line num="121" count="8" type="
|
|
1451
|
-
<line num="
|
|
1452
|
-
<line num="126" count="
|
|
1453
|
-
<line num="127" count="
|
|
1454
|
-
<line num="
|
|
1455
|
-
<line num="132" count="
|
|
1456
|
-
<line num="133" count="
|
|
1457
|
-
<line num="
|
|
1196
|
+
<line num="111" count="0" type="stmt"/>
|
|
1197
|
+
<line num="114" count="4" type="stmt"/>
|
|
1198
|
+
<line num="120" count="12" type="stmt"/>
|
|
1199
|
+
<line num="121" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
1200
|
+
<line num="122" count="8" type="stmt"/>
|
|
1201
|
+
<line num="126" count="12" type="stmt"/>
|
|
1202
|
+
<line num="127" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
1203
|
+
<line num="128" count="4" type="stmt"/>
|
|
1204
|
+
<line num="132" count="12" type="stmt"/>
|
|
1205
|
+
<line num="133" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
1206
|
+
<line num="134" count="4" type="stmt"/>
|
|
1207
|
+
<line num="137" count="12" type="stmt"/>
|
|
1458
1208
|
</file>
|
|
1459
1209
|
</package>
|
|
1460
1210
|
<package name="src.components.MlWmsFeatureInfoPopup">
|
|
@@ -1484,156 +1234,176 @@
|
|
|
1484
1234
|
</file>
|
|
1485
1235
|
</package>
|
|
1486
1236
|
<package name="src.components.MlWmsLayer">
|
|
1487
|
-
<metrics statements="
|
|
1237
|
+
<metrics statements="46" coveredstatements="33" conditionals="27" coveredconditionals="16" methods="7" coveredmethods="6"/>
|
|
1488
1238
|
<file name="MlWmsLayer.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLayer/MlWmsLayer.tsx">
|
|
1489
|
-
<metrics statements="
|
|
1490
|
-
<line num="
|
|
1491
|
-
<line num="
|
|
1492
|
-
<line num="
|
|
1493
|
-
<line num="
|
|
1494
|
-
<line num="
|
|
1495
|
-
<line num="
|
|
1496
|
-
<line num="67" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1239
|
+
<metrics statements="46" coveredstatements="33" conditionals="27" coveredconditionals="16" methods="7" coveredmethods="6"/>
|
|
1240
|
+
<line num="7" count="10" type="stmt"/>
|
|
1241
|
+
<line num="58" count="10" type="stmt"/>
|
|
1242
|
+
<line num="59" count="12" type="stmt"/>
|
|
1243
|
+
<line num="64" count="12" type="stmt"/>
|
|
1244
|
+
<line num="65" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1245
|
+
<line num="67" count="12" type="stmt"/>
|
|
1497
1246
|
<line num="69" count="4" type="stmt"/>
|
|
1498
|
-
<line num="
|
|
1247
|
+
<line num="70" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1248
|
+
<line num="71" count="0" type="stmt"/>
|
|
1499
1249
|
<line num="72" count="0" type="stmt"/>
|
|
1250
|
+
<line num="74" count="4" type="stmt"/>
|
|
1500
1251
|
<line num="76" count="4" type="stmt"/>
|
|
1501
|
-
<line num="77" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1502
|
-
<line num="78" count="0" type="stmt"/>
|
|
1503
|
-
<line num="79" count="0" type="stmt"/>
|
|
1504
1252
|
<line num="81" count="4" type="stmt"/>
|
|
1505
1253
|
<line num="83" count="4" type="stmt"/>
|
|
1506
|
-
<line num="
|
|
1507
|
-
<line num="
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="
|
|
1511
|
-
<line num="
|
|
1512
|
-
<line num="
|
|
1513
|
-
<line num="
|
|
1514
|
-
<line num="
|
|
1515
|
-
<line num="
|
|
1516
|
-
<line num="
|
|
1517
|
-
<line num="
|
|
1518
|
-
<line num="
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="
|
|
1523
|
-
<line num="
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="
|
|
1526
|
-
<line num="
|
|
1254
|
+
<line num="85" count="4" type="stmt"/>
|
|
1255
|
+
<line num="88" count="12" type="stmt"/>
|
|
1256
|
+
<line num="89" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1257
|
+
<line num="91" count="4" type="stmt"/>
|
|
1258
|
+
<line num="93" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1259
|
+
<line num="94" count="0" type="stmt"/>
|
|
1260
|
+
<line num="97" count="4" type="stmt"/>
|
|
1261
|
+
<line num="109" count="4" type="stmt"/>
|
|
1262
|
+
<line num="121" count="4" type="stmt"/>
|
|
1263
|
+
<line num="124" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1264
|
+
<line num="125" count="0" type="stmt"/>
|
|
1265
|
+
<line num="126" count="0" type="stmt"/>
|
|
1266
|
+
<line num="131" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1267
|
+
<line num="132" count="0" type="stmt"/>
|
|
1268
|
+
<line num="136" count="12" type="stmt"/>
|
|
1269
|
+
<line num="137" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
1270
|
+
<line num="139" count="8" type="stmt"/>
|
|
1271
|
+
<line num="142" count="12" type="stmt"/>
|
|
1272
|
+
<line num="143" count="8" type="cond" truecount="3" falsecount="2"/>
|
|
1273
|
+
<line num="145" count="0" type="stmt"/>
|
|
1274
|
+
<line num="146" count="0" type="stmt"/>
|
|
1275
|
+
<line num="148" count="0" type="stmt"/>
|
|
1276
|
+
<line num="150" count="0" type="stmt"/>
|
|
1277
|
+
<line num="152" count="0" type="stmt"/>
|
|
1278
|
+
<line num="155" count="12" type="stmt"/>
|
|
1279
|
+
<line num="156" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
1280
|
+
<line num="159" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1281
|
+
<line num="160" count="4" type="stmt"/>
|
|
1282
|
+
<line num="162" count="0" type="stmt"/>
|
|
1283
|
+
<line num="166" count="12" type="stmt"/>
|
|
1284
|
+
<line num="169" count="10" type="stmt"/>
|
|
1285
|
+
<line num="173" count="10" type="stmt"/>
|
|
1527
1286
|
</file>
|
|
1528
1287
|
</package>
|
|
1529
1288
|
<package name="src.components.MlWmsLoader">
|
|
1530
|
-
<metrics statements="
|
|
1289
|
+
<metrics statements="102" coveredstatements="0" conditionals="62" coveredconditionals="0" methods="30" coveredmethods="0"/>
|
|
1531
1290
|
<file name="MlWmsLoader.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLoader/MlWmsLoader.tsx">
|
|
1532
|
-
<metrics statements="
|
|
1533
|
-
<line num="
|
|
1534
|
-
<line num="
|
|
1535
|
-
<line num="22" count="0" type="stmt"/>
|
|
1291
|
+
<metrics statements="102" coveredstatements="0" conditionals="62" coveredconditionals="0" methods="30" coveredmethods="0"/>
|
|
1292
|
+
<line num="21" count="0" type="stmt"/>
|
|
1293
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1536
1294
|
<line num="23" count="0" type="stmt"/>
|
|
1537
1295
|
<line num="24" count="0" type="stmt"/>
|
|
1538
1296
|
<line num="25" count="0" type="stmt"/>
|
|
1539
1297
|
<line num="26" count="0" type="stmt"/>
|
|
1540
|
-
<line num="27" count="0" type="
|
|
1541
|
-
<line num="28" count="0" type="
|
|
1298
|
+
<line num="27" count="0" type="stmt"/>
|
|
1299
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1542
1300
|
<line num="29" count="0" type="stmt"/>
|
|
1543
|
-
<line num="
|
|
1544
|
-
<line num="
|
|
1545
|
-
<line num="69" count="0" type="stmt"/>
|
|
1301
|
+
<line num="30" count="0" type="stmt"/>
|
|
1302
|
+
<line num="32" count="0" type="stmt"/>
|
|
1546
1303
|
<line num="70" count="0" type="stmt"/>
|
|
1547
|
-
<line num="
|
|
1304
|
+
<line num="72" count="0" type="stmt"/>
|
|
1305
|
+
<line num="73" count="0" type="stmt"/>
|
|
1306
|
+
<line num="77" count="0" type="stmt"/>
|
|
1307
|
+
<line num="78" count="0" type="stmt"/>
|
|
1308
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1309
|
+
<line num="80" count="0" type="stmt"/>
|
|
1310
|
+
<line num="82" count="0" type="stmt"/>
|
|
1548
1311
|
<line num="85" count="0" type="stmt"/>
|
|
1549
|
-
<line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1550
1312
|
<line num="87" count="0" type="stmt"/>
|
|
1551
|
-
<line num="
|
|
1313
|
+
<line num="88" count="0" type="stmt"/>
|
|
1552
1314
|
<line num="90" count="0" type="stmt"/>
|
|
1553
|
-
<line num="
|
|
1554
|
-
<line num="
|
|
1555
|
-
<line num="
|
|
1556
|
-
<line num="
|
|
1557
|
-
<line num="
|
|
1558
|
-
<line num="
|
|
1559
|
-
<line num="
|
|
1560
|
-
<line num="
|
|
1561
|
-
<line num="
|
|
1562
|
-
<line num="113" count="0" type="
|
|
1563
|
-
<line num="
|
|
1564
|
-
<line num="
|
|
1315
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1316
|
+
<line num="98" count="0" type="stmt"/>
|
|
1317
|
+
<line num="99" count="0" type="stmt"/>
|
|
1318
|
+
<line num="101" count="0" type="stmt"/>
|
|
1319
|
+
<line num="105" count="0" type="stmt"/>
|
|
1320
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1321
|
+
<line num="108" count="0" type="stmt"/>
|
|
1322
|
+
<line num="111" count="0" type="stmt"/>
|
|
1323
|
+
<line num="112" count="0" type="stmt"/>
|
|
1324
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1325
|
+
<line num="114" count="0" type="stmt"/>
|
|
1326
|
+
<line num="115" count="0" type="stmt"/>
|
|
1565
1327
|
<line num="119" count="0" type="stmt"/>
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="121" count="0" type="stmt"/>
|
|
1328
|
+
<line num="121" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1568
1329
|
<line num="122" count="0" type="stmt"/>
|
|
1569
1330
|
<line num="123" count="0" type="stmt"/>
|
|
1570
1331
|
<line num="124" count="0" type="stmt"/>
|
|
1571
1332
|
<line num="125" count="0" type="stmt"/>
|
|
1572
|
-
<line num="
|
|
1573
|
-
<line num="
|
|
1333
|
+
<line num="126" count="0" type="stmt"/>
|
|
1334
|
+
<line num="127" count="0" type="stmt"/>
|
|
1335
|
+
<line num="128" count="0" type="stmt"/>
|
|
1336
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1337
|
+
<line num="140" count="0" type="stmt"/>
|
|
1574
1338
|
<line num="142" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1575
|
-
<line num="
|
|
1576
|
-
<line num="
|
|
1577
|
-
<line num="
|
|
1339
|
+
<line num="143" count="0" type="stmt"/>
|
|
1340
|
+
<line num="156" count="0" type="stmt"/>
|
|
1341
|
+
<line num="158" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1342
|
+
<line num="159" count="0" type="stmt"/>
|
|
1578
1343
|
<line num="160" count="0" type="stmt"/>
|
|
1579
|
-
<line num="
|
|
1580
|
-
<line num="
|
|
1581
|
-
<line num="
|
|
1582
|
-
<line num="
|
|
1583
|
-
<line num="
|
|
1584
|
-
<line num="175" count="0" type="
|
|
1585
|
-
<line num="
|
|
1586
|
-
<line num="
|
|
1344
|
+
<line num="162" count="0" type="stmt"/>
|
|
1345
|
+
<line num="164" count="0" type="stmt"/>
|
|
1346
|
+
<line num="170" count="0" type="stmt"/>
|
|
1347
|
+
<line num="172" count="0" type="stmt"/>
|
|
1348
|
+
<line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1349
|
+
<line num="175" count="0" type="stmt"/>
|
|
1350
|
+
<line num="177" count="0" type="stmt"/>
|
|
1351
|
+
<line num="180" count="0" type="stmt"/>
|
|
1587
1352
|
<line num="181" count="0" type="stmt"/>
|
|
1588
|
-
<line num="
|
|
1589
|
-
<line num="
|
|
1590
|
-
<line num="189" count="0" type="
|
|
1591
|
-
<line num="
|
|
1592
|
-
<line num="
|
|
1353
|
+
<line num="183" count="0" type="stmt"/>
|
|
1354
|
+
<line num="188" count="0" type="stmt"/>
|
|
1355
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1356
|
+
<line num="191" count="0" type="stmt"/>
|
|
1357
|
+
<line num="193" count="0" type="stmt"/>
|
|
1593
1358
|
<line num="194" count="0" type="stmt"/>
|
|
1594
1359
|
<line num="195" count="0" type="stmt"/>
|
|
1595
|
-
<line num="
|
|
1596
|
-
<line num="200" count="0" type="
|
|
1597
|
-
<line num="
|
|
1598
|
-
<line num="203" count="0" type="
|
|
1599
|
-
<line num="
|
|
1600
|
-
<line num="
|
|
1601
|
-
<line num="
|
|
1602
|
-
<line num="
|
|
1603
|
-
<line num="215" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1604
|
-
<line num="216" count="0" type="stmt"/>
|
|
1360
|
+
<line num="199" count="0" type="stmt"/>
|
|
1361
|
+
<line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1362
|
+
<line num="202" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1363
|
+
<line num="203" count="0" type="stmt"/>
|
|
1364
|
+
<line num="207" count="0" type="stmt"/>
|
|
1365
|
+
<line num="211" count="0" type="stmt"/>
|
|
1366
|
+
<line num="214" count="0" type="stmt"/>
|
|
1367
|
+
<line num="215" count="0" type="stmt"/>
|
|
1605
1368
|
<line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1606
1369
|
<line num="218" count="0" type="stmt"/>
|
|
1607
|
-
<line num="
|
|
1608
|
-
<line num="222" count="0" type="stmt"/>
|
|
1609
|
-
<line num="227" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1370
|
+
<line num="220" count="0" type="stmt"/>
|
|
1610
1371
|
<line num="228" count="0" type="stmt"/>
|
|
1611
|
-
<line num="
|
|
1612
|
-
<line num="
|
|
1613
|
-
<line num="
|
|
1614
|
-
<line num="
|
|
1615
|
-
<line num="242" count="0" type="
|
|
1372
|
+
<line num="229" count="0" type="stmt"/>
|
|
1373
|
+
<line num="231" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1374
|
+
<line num="232" count="0" type="stmt"/>
|
|
1375
|
+
<line num="234" count="0" type="stmt"/>
|
|
1376
|
+
<line num="242" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1616
1377
|
<line num="243" count="0" type="stmt"/>
|
|
1617
|
-
<line num="
|
|
1618
|
-
<line num="
|
|
1619
|
-
<line num="
|
|
1620
|
-
<line num="
|
|
1621
|
-
<line num="
|
|
1622
|
-
<line num="
|
|
1623
|
-
<line num="
|
|
1378
|
+
<line num="247" count="0" type="stmt"/>
|
|
1379
|
+
<line num="250" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1380
|
+
<line num="251" count="0" type="stmt"/>
|
|
1381
|
+
<line num="259" count="0" type="stmt"/>
|
|
1382
|
+
<line num="260" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1383
|
+
<line num="263" count="0" type="stmt"/>
|
|
1384
|
+
<line num="264" count="0" type="stmt"/>
|
|
1385
|
+
<line num="265" count="0" type="stmt"/>
|
|
1386
|
+
<line num="268" count="0" type="stmt"/>
|
|
1387
|
+
<line num="275" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1388
|
+
<line num="283" count="0" type="stmt"/>
|
|
1389
|
+
<line num="284" count="0" type="stmt"/>
|
|
1390
|
+
<line num="285" count="0" type="stmt"/>
|
|
1391
|
+
<line num="307" count="0" type="stmt"/>
|
|
1392
|
+
<line num="308" count="0" type="stmt"/>
|
|
1393
|
+
<line num="324" count="0" type="stmt"/>
|
|
1624
1394
|
</file>
|
|
1625
1395
|
</package>
|
|
1626
1396
|
<package name="src.contexts">
|
|
1627
1397
|
<metrics statements="73" coveredstatements="71" conditionals="54" coveredconditionals="45" methods="10" coveredmethods="10"/>
|
|
1628
1398
|
<file name="MapContext.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/contexts/MapContext.tsx">
|
|
1629
1399
|
<metrics statements="42" coveredstatements="42" conditionals="34" coveredconditionals="31" methods="6" coveredmethods="6"/>
|
|
1630
|
-
<line num="4" count="
|
|
1631
|
-
<line num="14" count="
|
|
1632
|
-
<line num="15" count="
|
|
1633
|
-
<line num="16" count="
|
|
1634
|
-
<line num="17" count="
|
|
1635
|
-
<line num="18" count="
|
|
1636
|
-
<line num="21" count="
|
|
1400
|
+
<line num="4" count="21" type="stmt"/>
|
|
1401
|
+
<line num="14" count="21" type="stmt"/>
|
|
1402
|
+
<line num="15" count="188" type="stmt"/>
|
|
1403
|
+
<line num="16" count="188" type="stmt"/>
|
|
1404
|
+
<line num="17" count="188" type="stmt"/>
|
|
1405
|
+
<line num="18" count="188" type="stmt"/>
|
|
1406
|
+
<line num="21" count="188" type="stmt"/>
|
|
1637
1407
|
<line num="22" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1638
1408
|
<line num="23" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1639
1409
|
<line num="24" count="6" type="stmt"/>
|
|
@@ -1645,30 +1415,30 @@
|
|
|
1645
1415
|
<line num="33" count="3" type="stmt"/>
|
|
1646
1416
|
<line num="36" count="2" type="stmt"/>
|
|
1647
1417
|
<line num="37" count="2" type="stmt"/>
|
|
1648
|
-
<line num="41" count="
|
|
1649
|
-
<line num="42" count="
|
|
1650
|
-
<line num="44" count="
|
|
1651
|
-
<line num="45" count="
|
|
1652
|
-
<line num="46" count="
|
|
1653
|
-
<line num="47" count="
|
|
1654
|
-
<line num="51" count="
|
|
1418
|
+
<line num="41" count="188" type="stmt"/>
|
|
1419
|
+
<line num="42" count="81" type="stmt"/>
|
|
1420
|
+
<line num="44" count="81" type="cond" truecount="1" falsecount="1"/>
|
|
1421
|
+
<line num="45" count="81" type="stmt"/>
|
|
1422
|
+
<line num="46" count="81" type="stmt"/>
|
|
1423
|
+
<line num="47" count="81" type="stmt"/>
|
|
1424
|
+
<line num="51" count="188" type="stmt"/>
|
|
1655
1425
|
<line num="57" count="13" type="cond" truecount="3" falsecount="1"/>
|
|
1656
1426
|
<line num="58" count="13" type="stmt"/>
|
|
1657
1427
|
<line num="59" count="13" type="stmt"/>
|
|
1658
1428
|
<line num="60" count="13" type="stmt"/>
|
|
1659
1429
|
<line num="62" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1660
1430
|
<line num="63" count="11" type="stmt"/>
|
|
1661
|
-
<line num="69" count="
|
|
1431
|
+
<line num="69" count="889" type="cond" truecount="4" falsecount="0"/>
|
|
1662
1432
|
<line num="70" count="76" type="stmt"/>
|
|
1663
|
-
<line num="71" count="
|
|
1664
|
-
<line num="72" count="
|
|
1665
|
-
<line num="74" count="
|
|
1666
|
-
<line num="77" count="
|
|
1433
|
+
<line num="71" count="813" type="cond" truecount="4" falsecount="0"/>
|
|
1434
|
+
<line num="72" count="217" type="stmt"/>
|
|
1435
|
+
<line num="74" count="596" type="stmt"/>
|
|
1436
|
+
<line num="77" count="256" type="cond" truecount="4" falsecount="0"/>
|
|
1667
1437
|
<line num="78" count="25" type="stmt"/>
|
|
1668
|
-
<line num="79" count="
|
|
1669
|
-
<line num="80" count="
|
|
1438
|
+
<line num="79" count="231" type="cond" truecount="4" falsecount="0"/>
|
|
1439
|
+
<line num="80" count="214" type="stmt"/>
|
|
1670
1440
|
<line num="83" count="17" type="stmt"/>
|
|
1671
|
-
<line num="88" count="
|
|
1441
|
+
<line num="88" count="188" type="stmt"/>
|
|
1672
1442
|
</file>
|
|
1673
1443
|
<file name="SimpleDataContext.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/contexts/SimpleDataContext.js">
|
|
1674
1444
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -1709,72 +1479,75 @@
|
|
|
1709
1479
|
</file>
|
|
1710
1480
|
</package>
|
|
1711
1481
|
<package name="src.hooks">
|
|
1712
|
-
<metrics statements="
|
|
1482
|
+
<metrics statements="226" coveredstatements="135" conditionals="154" coveredconditionals="83" methods="38" coveredmethods="24"/>
|
|
1713
1483
|
<file name="useLayer.ts" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useLayer.ts">
|
|
1714
|
-
<metrics statements="
|
|
1715
|
-
<line num="
|
|
1716
|
-
<line num="
|
|
1717
|
-
<line num="
|
|
1718
|
-
<line num="
|
|
1719
|
-
<line num="
|
|
1720
|
-
<line num="
|
|
1721
|
-
<line num="
|
|
1722
|
-
<line num="
|
|
1723
|
-
<line num="
|
|
1724
|
-
<line num="
|
|
1725
|
-
<line num="
|
|
1726
|
-
<line num="
|
|
1727
|
-
<line num="
|
|
1728
|
-
<line num="
|
|
1729
|
-
<line num="
|
|
1730
|
-
<line num="
|
|
1731
|
-
<line num="
|
|
1732
|
-
<line num="
|
|
1733
|
-
<line num="
|
|
1734
|
-
<line num="
|
|
1735
|
-
<line num="
|
|
1736
|
-
<line num="
|
|
1737
|
-
<line num="
|
|
1738
|
-
<line num="
|
|
1739
|
-
<line num="
|
|
1740
|
-
<line num="
|
|
1741
|
-
<line num="
|
|
1742
|
-
<line num="
|
|
1743
|
-
<line num="
|
|
1744
|
-
<line num="
|
|
1745
|
-
<line num="
|
|
1746
|
-
<line num="
|
|
1747
|
-
<line num="
|
|
1748
|
-
<line num="
|
|
1749
|
-
<line num="
|
|
1750
|
-
<line num="
|
|
1751
|
-
<line num="
|
|
1752
|
-
<line num="
|
|
1753
|
-
<line num="
|
|
1754
|
-
<line num="154" count="49" type="cond" truecount="4" falsecount="0"/>
|
|
1755
|
-
<line num="158" count="12" type="stmt"/>
|
|
1756
|
-
<line num="161" count="102" type="stmt"/>
|
|
1757
|
-
<line num="162" count="102" type="cond" truecount="2" falsecount="0"/>
|
|
1484
|
+
<metrics statements="66" coveredstatements="50" conditionals="70" coveredconditionals="50" methods="9" coveredmethods="8"/>
|
|
1485
|
+
<line num="49" count="13" type="stmt"/>
|
|
1486
|
+
<line num="62" count="185" type="stmt"/>
|
|
1487
|
+
<line num="67" count="185" type="stmt"/>
|
|
1488
|
+
<line num="68" count="185" type="stmt"/>
|
|
1489
|
+
<line num="69" count="185" type="stmt"/>
|
|
1490
|
+
<line num="71" count="185" type="stmt"/>
|
|
1491
|
+
<line num="73" count="185" type="stmt"/>
|
|
1492
|
+
<line num="74" count="185" type="stmt"/>
|
|
1493
|
+
<line num="78" count="185" type="stmt"/>
|
|
1494
|
+
<line num="79" count="46" type="cond" truecount="1" falsecount="1"/>
|
|
1495
|
+
<line num="81" count="46" type="cond" truecount="2" falsecount="0"/>
|
|
1496
|
+
<line num="82" count="3" type="stmt"/>
|
|
1497
|
+
<line num="84" count="46" type="cond" truecount="1" falsecount="1"/>
|
|
1498
|
+
<line num="85" count="0" type="stmt"/>
|
|
1499
|
+
<line num="88" count="46" type="cond" truecount="2" falsecount="0"/>
|
|
1500
|
+
<line num="89" count="16" type="cond" truecount="3" falsecount="1"/>
|
|
1501
|
+
<line num="90" count="0" type="stmt"/>
|
|
1502
|
+
<line num="93" count="46" type="cond" truecount="1" falsecount="1"/>
|
|
1503
|
+
<line num="94" count="0" type="stmt"/>
|
|
1504
|
+
<line num="97" count="46" type="stmt"/>
|
|
1505
|
+
<line num="99" count="46" type="stmt"/>
|
|
1506
|
+
<line num="125" count="46" type="stmt"/>
|
|
1507
|
+
<line num="127" count="46" type="cond" truecount="2" falsecount="0"/>
|
|
1508
|
+
<line num="128" count="6" type="stmt"/>
|
|
1509
|
+
<line num="131" count="46" type="cond" truecount="2" falsecount="0"/>
|
|
1510
|
+
<line num="132" count="4" type="stmt"/>
|
|
1511
|
+
<line num="135" count="46" type="cond" truecount="2" falsecount="0"/>
|
|
1512
|
+
<line num="136" count="2" type="stmt"/>
|
|
1513
|
+
<line num="140" count="46" type="stmt"/>
|
|
1514
|
+
<line num="143" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1515
|
+
<line num="144" count="0" type="stmt"/>
|
|
1516
|
+
<line num="145" count="0" type="stmt"/>
|
|
1517
|
+
<line num="151" count="46" type="stmt"/>
|
|
1518
|
+
<line num="152" count="46" type="stmt"/>
|
|
1519
|
+
<line num="153" count="46" type="stmt"/>
|
|
1520
|
+
<line num="156" count="185" type="stmt"/>
|
|
1521
|
+
<line num="157" count="182" type="cond" truecount="2" falsecount="0"/>
|
|
1522
|
+
<line num="159" count="96" type="cond" truecount="2" falsecount="0"/>
|
|
1523
|
+
<line num="165" count="50" type="stmt"/>
|
|
1758
1524
|
<line num="168" count="46" type="stmt"/>
|
|
1759
|
-
<line num="
|
|
1760
|
-
<line num="
|
|
1761
|
-
<line num="
|
|
1762
|
-
<line num="
|
|
1763
|
-
<line num="
|
|
1764
|
-
<line num="
|
|
1765
|
-
<line num="
|
|
1766
|
-
<line num="
|
|
1767
|
-
<line num="185" count="56" type="cond" truecount="1" falsecount="1"/>
|
|
1768
|
-
<line num="186" count="0" type="stmt"/>
|
|
1769
|
-
<line num="187" count="0" type="stmt"/>
|
|
1770
|
-
<line num="188" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1771
|
-
<line num="189" count="0" type="stmt"/>
|
|
1525
|
+
<line num="171" count="185" type="stmt"/>
|
|
1526
|
+
<line num="172" count="89" type="cond" truecount="4" falsecount="0"/>
|
|
1527
|
+
<line num="176" count="16" type="stmt"/>
|
|
1528
|
+
<line num="179" count="185" type="stmt"/>
|
|
1529
|
+
<line num="180" count="182" type="cond" truecount="2" falsecount="0"/>
|
|
1530
|
+
<line num="186" count="86" type="stmt"/>
|
|
1531
|
+
<line num="190" count="96" type="stmt"/>
|
|
1532
|
+
<line num="191" count="96" type="cond" truecount="3" falsecount="1"/>
|
|
1772
1533
|
<line num="192" count="0" type="stmt"/>
|
|
1773
|
-
<line num="
|
|
1774
|
-
<line num="
|
|
1775
|
-
<line num="
|
|
1776
|
-
<line num="199" count="
|
|
1777
|
-
<line num="
|
|
1534
|
+
<line num="194" count="0" type="stmt"/>
|
|
1535
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1536
|
+
<line num="196" count="0" type="stmt"/>
|
|
1537
|
+
<line num="199" count="0" type="stmt"/>
|
|
1538
|
+
<line num="202" count="96" type="stmt"/>
|
|
1539
|
+
<line num="203" count="96" type="cond" truecount="1" falsecount="1"/>
|
|
1540
|
+
<line num="204" count="0" type="stmt"/>
|
|
1541
|
+
<line num="205" count="0" type="stmt"/>
|
|
1542
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1543
|
+
<line num="207" count="0" type="stmt"/>
|
|
1544
|
+
<line num="210" count="0" type="stmt"/>
|
|
1545
|
+
<line num="214" count="185" type="stmt"/>
|
|
1546
|
+
<line num="215" count="43" type="stmt"/>
|
|
1547
|
+
<line num="216" count="20" type="stmt"/>
|
|
1548
|
+
<line num="217" count="20" type="stmt"/>
|
|
1549
|
+
<line num="221" count="185" type="stmt"/>
|
|
1550
|
+
<line num="230" count="13" type="stmt"/>
|
|
1778
1551
|
</file>
|
|
1779
1552
|
<file name="useLayerEvent.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useLayerEvent.js">
|
|
1780
1553
|
<metrics statements="21" coveredstatements="0" conditionals="16" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
@@ -1801,49 +1574,49 @@
|
|
|
1801
1574
|
<line num="46" count="0" type="stmt"/>
|
|
1802
1575
|
</file>
|
|
1803
1576
|
<file name="useMap.ts" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMap.ts">
|
|
1804
|
-
<metrics statements="30" coveredstatements="
|
|
1805
|
-
<line num="17" count="
|
|
1806
|
-
<line num="18" count="
|
|
1807
|
-
<line num="20" count="
|
|
1808
|
-
<line num="32" count="
|
|
1809
|
-
<line num="34" count="
|
|
1810
|
-
<line num="36" count="
|
|
1811
|
-
<line num="38" count="
|
|
1812
|
-
<line num="40" count="
|
|
1813
|
-
<line num="41" count="
|
|
1814
|
-
<line num="42" count="
|
|
1815
|
-
<line num="44" count="
|
|
1816
|
-
<line num="47" count="
|
|
1817
|
-
<line num="48" count="
|
|
1818
|
-
<line num="49" count="
|
|
1819
|
-
<line num="50" count="
|
|
1820
|
-
<line num="51" count="
|
|
1821
|
-
<line num="55" count="
|
|
1822
|
-
<line num="56" count="
|
|
1823
|
-
<line num="60" count="
|
|
1824
|
-
<line num="61" count="
|
|
1825
|
-
<line num="63" count="
|
|
1577
|
+
<metrics statements="30" coveredstatements="28" conditionals="14" coveredconditionals="11" methods="6" coveredmethods="5"/>
|
|
1578
|
+
<line num="17" count="371" type="stmt"/>
|
|
1579
|
+
<line num="18" count="371" type="stmt"/>
|
|
1580
|
+
<line num="20" count="371" type="stmt"/>
|
|
1581
|
+
<line num="32" count="371" type="stmt"/>
|
|
1582
|
+
<line num="34" count="371" type="stmt"/>
|
|
1583
|
+
<line num="36" count="371" type="stmt"/>
|
|
1584
|
+
<line num="38" count="371" type="stmt"/>
|
|
1585
|
+
<line num="40" count="371" type="stmt"/>
|
|
1586
|
+
<line num="41" count="71" type="cond" truecount="2" falsecount="0"/>
|
|
1587
|
+
<line num="42" count="48" type="stmt"/>
|
|
1588
|
+
<line num="44" count="71" type="stmt"/>
|
|
1589
|
+
<line num="47" count="371" type="stmt"/>
|
|
1590
|
+
<line num="48" count="94" type="stmt"/>
|
|
1591
|
+
<line num="49" count="44" type="stmt"/>
|
|
1592
|
+
<line num="50" count="44" type="stmt"/>
|
|
1593
|
+
<line num="51" count="44" type="stmt"/>
|
|
1594
|
+
<line num="55" count="371" type="stmt"/>
|
|
1595
|
+
<line num="56" count="367" type="cond" truecount="4" falsecount="0"/>
|
|
1596
|
+
<line num="60" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
1597
|
+
<line num="61" count="18" type="stmt"/>
|
|
1598
|
+
<line num="63" count="18" type="stmt"/>
|
|
1826
1599
|
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1827
1600
|
<line num="65" count="0" type="stmt"/>
|
|
1828
|
-
<line num="68" count="
|
|
1829
|
-
<line num="69" count="
|
|
1830
|
-
<line num="74" count="
|
|
1831
|
-
<line num="75" count="
|
|
1832
|
-
<line num="76" count="
|
|
1833
|
-
<line num="77" count="
|
|
1834
|
-
<line num="80" count="
|
|
1601
|
+
<line num="68" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1602
|
+
<line num="69" count="18" type="stmt"/>
|
|
1603
|
+
<line num="74" count="91" type="stmt"/>
|
|
1604
|
+
<line num="75" count="91" type="stmt"/>
|
|
1605
|
+
<line num="76" count="91" type="stmt"/>
|
|
1606
|
+
<line num="77" count="91" type="stmt"/>
|
|
1607
|
+
<line num="80" count="371" type="stmt"/>
|
|
1835
1608
|
</file>
|
|
1836
1609
|
<file name="useMapState.ts" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMapState.ts">
|
|
1837
|
-
<metrics statements="48" coveredstatements="
|
|
1838
|
-
<line num="41" count="
|
|
1839
|
-
<line num="43" count="
|
|
1840
|
-
<line num="44" count="
|
|
1841
|
-
<line num="46" count="
|
|
1842
|
-
<line num="47" count="
|
|
1843
|
-
<line num="49" count="
|
|
1844
|
-
<line num="50" count="
|
|
1845
|
-
<line num="52" count="
|
|
1846
|
-
<line num="60" count="
|
|
1610
|
+
<metrics statements="48" coveredstatements="35" conditionals="26" coveredconditionals="11" methods="7" coveredmethods="5"/>
|
|
1611
|
+
<line num="41" count="371" type="stmt"/>
|
|
1612
|
+
<line num="43" count="371" type="stmt"/>
|
|
1613
|
+
<line num="44" count="371" type="stmt"/>
|
|
1614
|
+
<line num="46" count="371" type="stmt"/>
|
|
1615
|
+
<line num="47" count="371" type="stmt"/>
|
|
1616
|
+
<line num="49" count="371" type="stmt"/>
|
|
1617
|
+
<line num="50" count="371" type="stmt"/>
|
|
1618
|
+
<line num="52" count="371" type="stmt"/>
|
|
1619
|
+
<line num="60" count="371" type="stmt"/>
|
|
1847
1620
|
<line num="62" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1848
1621
|
<line num="63" count="0" type="stmt"/>
|
|
1849
1622
|
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -1851,105 +1624,105 @@
|
|
|
1851
1624
|
<line num="68" count="0" type="stmt"/>
|
|
1852
1625
|
<line num="70" count="0" type="stmt"/>
|
|
1853
1626
|
<line num="74" count="0" type="stmt"/>
|
|
1854
|
-
<line num="79" count="
|
|
1855
|
-
<line num="80" count="
|
|
1856
|
-
<line num="82" count="
|
|
1857
|
-
<line num="83" count="
|
|
1858
|
-
<line num="84" count="
|
|
1859
|
-
<line num="85" count="
|
|
1860
|
-
<line num="86" count="
|
|
1861
|
-
<line num="90" count="
|
|
1862
|
-
<line num="91" count="
|
|
1863
|
-
<line num="93" count="
|
|
1864
|
-
<line num="95" count="
|
|
1865
|
-
<line num="96" count="
|
|
1866
|
-
<line num="97" count="
|
|
1867
|
-
<line num="99" count="
|
|
1868
|
-
<line num="103" count="
|
|
1869
|
-
<line num="104" count="
|
|
1870
|
-
<line num="107" count="
|
|
1871
|
-
<line num="108" count="
|
|
1872
|
-
<line num="110" count="
|
|
1627
|
+
<line num="79" count="371" type="stmt"/>
|
|
1628
|
+
<line num="80" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1629
|
+
<line num="82" count="6" type="stmt"/>
|
|
1630
|
+
<line num="83" count="6" type="stmt"/>
|
|
1631
|
+
<line num="84" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1632
|
+
<line num="85" count="6" type="stmt"/>
|
|
1633
|
+
<line num="86" count="6" type="stmt"/>
|
|
1634
|
+
<line num="90" count="371" type="stmt"/>
|
|
1635
|
+
<line num="91" count="94" type="stmt"/>
|
|
1636
|
+
<line num="93" count="94" type="stmt"/>
|
|
1637
|
+
<line num="95" count="44" type="cond" truecount="1" falsecount="1"/>
|
|
1638
|
+
<line num="96" count="44" type="stmt"/>
|
|
1639
|
+
<line num="97" count="44" type="stmt"/>
|
|
1640
|
+
<line num="99" count="44" type="stmt"/>
|
|
1641
|
+
<line num="103" count="371" type="stmt"/>
|
|
1642
|
+
<line num="104" count="368" type="cond" truecount="4" falsecount="0"/>
|
|
1643
|
+
<line num="107" count="94" type="stmt"/>
|
|
1644
|
+
<line num="108" count="94" type="stmt"/>
|
|
1645
|
+
<line num="110" count="94" type="cond" truecount="1" falsecount="1"/>
|
|
1873
1646
|
<line num="111" count="0" type="stmt"/>
|
|
1874
1647
|
<line num="112" count="0" type="stmt"/>
|
|
1875
|
-
<line num="115" count="
|
|
1648
|
+
<line num="115" count="94" type="cond" truecount="1" falsecount="1"/>
|
|
1876
1649
|
<line num="116" count="0" type="stmt"/>
|
|
1877
1650
|
<line num="119" count="0" type="stmt"/>
|
|
1878
1651
|
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1879
1652
|
<line num="123" count="0" type="stmt"/>
|
|
1880
|
-
<line num="131" count="
|
|
1881
|
-
<line num="132" count="
|
|
1882
|
-
<line num="134" count="
|
|
1883
|
-
<line num="146" count="
|
|
1884
|
-
<line num="152" count="
|
|
1885
|
-
<line num="164" count="
|
|
1653
|
+
<line num="131" count="94" type="cond" truecount="2" falsecount="0"/>
|
|
1654
|
+
<line num="132" count="6" type="stmt"/>
|
|
1655
|
+
<line num="134" count="6" type="stmt"/>
|
|
1656
|
+
<line num="146" count="371" type="stmt"/>
|
|
1657
|
+
<line num="152" count="16" type="stmt"/>
|
|
1658
|
+
<line num="164" count="16" type="stmt"/>
|
|
1886
1659
|
</file>
|
|
1887
1660
|
<file name="useSource.ts" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useSource.ts">
|
|
1888
|
-
<metrics statements="26" coveredstatements="
|
|
1889
|
-
<line num="20" count="
|
|
1890
|
-
<line num="24" count="
|
|
1891
|
-
<line num="25" count="
|
|
1892
|
-
<line num="26" count="
|
|
1893
|
-
<line num="30" count="
|
|
1894
|
-
<line num="31" count="
|
|
1895
|
-
<line num="32" count="
|
|
1896
|
-
<line num="34" count="
|
|
1661
|
+
<metrics statements="26" coveredstatements="21" conditionals="20" coveredconditionals="11" methods="6" coveredmethods="6"/>
|
|
1662
|
+
<line num="20" count="40" type="stmt"/>
|
|
1663
|
+
<line num="24" count="40" type="stmt"/>
|
|
1664
|
+
<line num="25" count="40" type="stmt"/>
|
|
1665
|
+
<line num="26" count="40" type="stmt"/>
|
|
1666
|
+
<line num="30" count="40" type="stmt"/>
|
|
1667
|
+
<line num="31" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
1668
|
+
<line num="32" count="10" type="stmt"/>
|
|
1669
|
+
<line num="34" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
1897
1670
|
<line num="35" count="0" type="stmt"/>
|
|
1898
|
-
<line num="38" count="
|
|
1899
|
-
<line num="42" count="
|
|
1900
|
-
<line num="45" count="
|
|
1901
|
-
<line num="46" count="
|
|
1902
|
-
<line num="47" count="
|
|
1903
|
-
<line num="50" count="
|
|
1904
|
-
<line num="51" count="
|
|
1671
|
+
<line num="38" count="10" type="stmt"/>
|
|
1672
|
+
<line num="42" count="10" type="stmt"/>
|
|
1673
|
+
<line num="45" count="40" type="stmt"/>
|
|
1674
|
+
<line num="46" count="40" type="cond" truecount="4" falsecount="0"/>
|
|
1675
|
+
<line num="47" count="10" type="stmt"/>
|
|
1676
|
+
<line num="50" count="40" type="stmt"/>
|
|
1677
|
+
<line num="51" count="16" type="cond" truecount="2" falsecount="2"/>
|
|
1905
1678
|
<line num="55" count="0" type="stmt"/>
|
|
1906
|
-
<line num="61" count="
|
|
1907
|
-
<line num="62" count="
|
|
1908
|
-
<line num="63" count="
|
|
1909
|
-
<line num="64" count="
|
|
1910
|
-
<line num="65" count="
|
|
1679
|
+
<line num="61" count="40" type="stmt"/>
|
|
1680
|
+
<line num="62" count="20" type="stmt"/>
|
|
1681
|
+
<line num="63" count="15" type="stmt"/>
|
|
1682
|
+
<line num="64" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
1683
|
+
<line num="65" count="5" type="stmt"/>
|
|
1911
1684
|
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1912
1685
|
<line num="67" count="0" type="stmt"/>
|
|
1913
1686
|
<line num="71" count="0" type="stmt"/>
|
|
1914
|
-
<line num="76" count="
|
|
1687
|
+
<line num="76" count="40" type="stmt"/>
|
|
1915
1688
|
</file>
|
|
1916
|
-
<file name="useWms.
|
|
1689
|
+
<file name="useWms.ts" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useWms.ts">
|
|
1917
1690
|
<metrics statements="35" coveredstatements="1" conditionals="8" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
1918
|
-
<line num="6" count="0" type="stmt"/>
|
|
1919
|
-
<line num="7" count="0" type="stmt"/>
|
|
1920
|
-
<line num="8" count="0" type="stmt"/>
|
|
1921
|
-
<line num="9" count="0" type="stmt"/>
|
|
1922
|
-
<line num="10" count="0" type="stmt"/>
|
|
1923
|
-
<line num="12" count="0" type="stmt"/>
|
|
1924
|
-
<line num="13" count="0" type="stmt"/>
|
|
1925
|
-
<line num="14" count="0" type="stmt"/>
|
|
1926
|
-
<line num="16" count="0" type="stmt"/>
|
|
1927
1691
|
<line num="19" count="0" type="stmt"/>
|
|
1692
|
+
<line num="20" count="0" type="stmt"/>
|
|
1928
1693
|
<line num="21" count="0" type="stmt"/>
|
|
1929
1694
|
<line num="22" count="0" type="stmt"/>
|
|
1930
|
-
<line num="
|
|
1695
|
+
<line num="23" count="0" type="stmt"/>
|
|
1696
|
+
<line num="25" count="0" type="stmt"/>
|
|
1697
|
+
<line num="26" count="0" type="stmt"/>
|
|
1931
1698
|
<line num="27" count="0" type="stmt"/>
|
|
1932
|
-
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1933
1699
|
<line num="29" count="0" type="stmt"/>
|
|
1934
|
-
<line num="30" count="0" type="stmt"/>
|
|
1935
1700
|
<line num="32" count="0" type="stmt"/>
|
|
1936
1701
|
<line num="34" count="0" type="stmt"/>
|
|
1937
|
-
<line num="
|
|
1702
|
+
<line num="35" count="0" type="stmt"/>
|
|
1703
|
+
<line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1704
|
+
<line num="40" count="0" type="stmt"/>
|
|
1705
|
+
<line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1938
1706
|
<line num="42" count="0" type="stmt"/>
|
|
1939
|
-
<line num="
|
|
1940
|
-
<line num="
|
|
1707
|
+
<line num="43" count="0" type="stmt"/>
|
|
1708
|
+
<line num="45" count="0" type="stmt"/>
|
|
1941
1709
|
<line num="47" count="0" type="stmt"/>
|
|
1942
|
-
<line num="
|
|
1943
|
-
<line num="
|
|
1710
|
+
<line num="52" count="0" type="stmt"/>
|
|
1711
|
+
<line num="55" count="0" type="stmt"/>
|
|
1944
1712
|
<line num="57" count="0" type="stmt"/>
|
|
1945
|
-
<line num="
|
|
1946
|
-
<line num="
|
|
1947
|
-
<line num="
|
|
1948
|
-
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1713
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1714
|
+
<line num="60" count="0" type="stmt"/>
|
|
1715
|
+
<line num="62" count="0" type="stmt"/>
|
|
1949
1716
|
<line num="66" count="0" type="stmt"/>
|
|
1950
|
-
<line num="
|
|
1951
|
-
<line num="
|
|
1952
|
-
<line num="
|
|
1717
|
+
<line num="70" count="0" type="stmt"/>
|
|
1718
|
+
<line num="71" count="0" type="stmt"/>
|
|
1719
|
+
<line num="72" count="0" type="stmt"/>
|
|
1720
|
+
<line num="76" count="0" type="stmt"/>
|
|
1721
|
+
<line num="77" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1722
|
+
<line num="79" count="0" type="stmt"/>
|
|
1723
|
+
<line num="81" count="0" type="stmt"/>
|
|
1724
|
+
<line num="86" count="0" type="stmt"/>
|
|
1725
|
+
<line num="95" count="10" type="stmt"/>
|
|
1953
1726
|
</file>
|
|
1954
1727
|
</package>
|
|
1955
1728
|
<package name="src.hooks.useCameraFollowPath">
|
|
@@ -2097,5 +1870,59 @@
|
|
|
2097
1870
|
<line num="154" count="0" type="stmt"/>
|
|
2098
1871
|
</file>
|
|
2099
1872
|
</package>
|
|
1873
|
+
<package name="src.hooks.useGpx">
|
|
1874
|
+
<metrics statements="25" coveredstatements="24" conditionals="6" coveredconditionals="5" methods="5" coveredmethods="5"/>
|
|
1875
|
+
<file name="useGpx.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useGpx/useGpx.tsx">
|
|
1876
|
+
<metrics statements="25" coveredstatements="24" conditionals="6" coveredconditionals="5" methods="5" coveredmethods="5"/>
|
|
1877
|
+
<line num="22" count="10" type="stmt"/>
|
|
1878
|
+
<line num="23" count="24" type="stmt"/>
|
|
1879
|
+
<line num="24" count="24" type="stmt"/>
|
|
1880
|
+
<line num="26" count="24" type="stmt"/>
|
|
1881
|
+
<line num="27" count="6" type="stmt"/>
|
|
1882
|
+
<line num="28" count="6" type="stmt"/>
|
|
1883
|
+
<line num="29" count="6" type="stmt"/>
|
|
1884
|
+
<line num="30" count="6" type="stmt"/>
|
|
1885
|
+
<line num="31" count="6" type="stmt"/>
|
|
1886
|
+
<line num="32" count="6" type="stmt"/>
|
|
1887
|
+
<line num="33" count="66" type="stmt"/>
|
|
1888
|
+
<line num="34" count="66" type="stmt"/>
|
|
1889
|
+
<line num="36" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
1890
|
+
<line num="37" count="6" type="stmt"/>
|
|
1891
|
+
<line num="39" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
1892
|
+
<line num="40" count="30" type="stmt"/>
|
|
1893
|
+
<line num="45" count="30" type="stmt"/>
|
|
1894
|
+
<line num="48" count="6" type="stmt"/>
|
|
1895
|
+
<line num="49" count="6" type="stmt"/>
|
|
1896
|
+
<line num="51" count="0" type="stmt"/>
|
|
1897
|
+
<line num="55" count="24" type="stmt"/>
|
|
1898
|
+
<line num="56" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1899
|
+
<line num="58" count="6" type="stmt"/>
|
|
1900
|
+
<line num="61" count="24" type="stmt"/>
|
|
1901
|
+
<line num="67" count="10" type="stmt"/>
|
|
1902
|
+
</file>
|
|
1903
|
+
</package>
|
|
1904
|
+
<package name="src.hooks.useLayerHoverPopup">
|
|
1905
|
+
<metrics statements="17" coveredstatements="7" conditionals="14" coveredconditionals="2" methods="3" coveredmethods="2"/>
|
|
1906
|
+
<file name="useLayerHoverPopup.tsx" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useLayerHoverPopup/useLayerHoverPopup.tsx">
|
|
1907
|
+
<metrics statements="17" coveredstatements="7" conditionals="14" coveredconditionals="2" methods="3" coveredmethods="2"/>
|
|
1908
|
+
<line num="25" count="10" type="stmt"/>
|
|
1909
|
+
<line num="26" count="24" type="stmt"/>
|
|
1910
|
+
<line num="30" count="24" type="stmt"/>
|
|
1911
|
+
<line num="37" count="24" type="stmt"/>
|
|
1912
|
+
<line num="38" count="6" type="cond" truecount="2" falsecount="2"/>
|
|
1913
|
+
<line num="39" count="0" type="stmt"/>
|
|
1914
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1915
|
+
<line num="51" count="0" type="stmt"/>
|
|
1916
|
+
<line num="53" count="0" type="stmt"/>
|
|
1917
|
+
<line num="54" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1918
|
+
<line num="55" count="0" type="stmt"/>
|
|
1919
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1920
|
+
<line num="62" count="0" type="stmt"/>
|
|
1921
|
+
<line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1922
|
+
<line num="69" count="0" type="stmt"/>
|
|
1923
|
+
<line num="76" count="24" type="stmt"/>
|
|
1924
|
+
<line num="79" count="10" type="stmt"/>
|
|
1925
|
+
</file>
|
|
1926
|
+
</package>
|
|
2100
1927
|
</project>
|
|
2101
1928
|
</coverage>
|