@mapcomponents/react-maplibre 0.1.69 → 0.1.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (522) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +3 -2
  3. package/dist/components/MlCreatePdfButton/MlCreatePdfButton.d.ts +3 -3
  4. package/dist/components/MlCreatePdfForm/MlCreatePdfForm.d.ts +7 -2
  5. package/dist/components/MlCreatePngButton/MlCreatePngButton.d.ts +22 -0
  6. package/dist/components/MlCreatePngButton/MlCreatePngButton.stories.d.ts +14 -0
  7. package/dist/components/MlGpxViewer/util/{MetadataDrawer.d.ts → Metadata.d.ts} +1 -2
  8. package/dist/components/MlGpxViewer/util/MlGpxDemoLoader.d.ts +1 -1
  9. package/dist/hooks/useExportMap/lib.d.ts +16 -1
  10. package/dist/index.d.ts +2 -0
  11. package/dist/index.esm.js +284 -276
  12. package/dist/index.esm.js.map +1 -1
  13. package/dist/ui_components/Sidebar.d.ts +5 -3
  14. package/dist/ui_components/TopToolbar.d.ts +8 -7
  15. package/package.json +1 -2
  16. package/.babelrc +0 -22
  17. package/.editorconfig +0 -19
  18. package/.eslintignore +0 -12
  19. package/.eslintrc.js +0 -30
  20. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -41
  21. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -22
  22. package/.github/workflows/check-catalogue-metadata-schema.yml +0 -19
  23. package/.github/workflows/check-formatting.yml +0 -46
  24. package/.github/workflows/node_version_test.yml +0 -26
  25. package/.github/workflows/publish.yml +0 -21
  26. package/.github/workflows/storybook.yml +0 -28
  27. package/.prettierignore +0 -11
  28. package/.prettierrc.json +0 -6
  29. package/.storybook/.babelrc +0 -26
  30. package/.storybook/main.js +0 -40
  31. package/.storybook/manager.js +0 -6
  32. package/.storybook/mapcomponents_logo.png +0 -0
  33. package/.storybook/preview.js +0 -33
  34. package/.storybook/style.css +0 -15
  35. package/.storybook/wheregroupTheme.js +0 -9
  36. package/config/env.js +0 -106
  37. package/config/jest/babelTransform.js +0 -29
  38. package/config/jest/cssTransform.js +0 -14
  39. package/config/jest/fileTransform.js +0 -40
  40. package/config/paths.js +0 -75
  41. package/coverage/clover.xml +0 -2018
  42. package/coverage/coverage-final.json +0 -60
  43. package/coverage/lcov-report/base.css +0 -224
  44. package/coverage/lcov-report/block-navigation.js +0 -87
  45. package/coverage/lcov-report/favicon.png +0 -0
  46. package/coverage/lcov-report/index.html +0 -731
  47. package/coverage/lcov-report/prettify.css +0 -1
  48. package/coverage/lcov-report/prettify.js +0 -2
  49. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  50. package/coverage/lcov-report/sorter.js +0 -196
  51. package/coverage/lcov-report/src/components/MapLibreMap/MapLibreMap.tsx.html +0 -466
  52. package/coverage/lcov-report/src/components/MapLibreMap/index.html +0 -116
  53. package/coverage/lcov-report/src/components/MlCenterPosition/MlCenterPosition.tsx.html +0 -322
  54. package/coverage/lcov-report/src/components/MlCenterPosition/index.html +0 -116
  55. package/coverage/lcov-report/src/components/MlCreatePdfButton/MlCreatePdfButton.tsx.html +0 -238
  56. package/coverage/lcov-report/src/components/MlCreatePdfButton/index.html +0 -116
  57. package/coverage/lcov-report/src/components/MlCreatePdfForm/MlCreatePdfForm.cy.tsx.html +0 -148
  58. package/coverage/lcov-report/src/components/MlCreatePdfForm/MlCreatePdfForm.tsx.html +0 -196
  59. package/coverage/lcov-report/src/components/MlCreatePdfForm/index.html +0 -131
  60. package/coverage/lcov-report/src/components/MlFeatureEditor/MlFeatureEditor.tsx.html +0 -535
  61. package/coverage/lcov-report/src/components/MlFeatureEditor/index.html +0 -116
  62. package/coverage/lcov-report/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.tsx.html +0 -340
  63. package/coverage/lcov-report/src/components/MlFillExtrusionLayer/index.html +0 -116
  64. package/coverage/lcov-report/src/components/MlFollowGps/MlFollowGps.tsx.html +0 -808
  65. package/coverage/lcov-report/src/components/MlFollowGps/index.html +0 -116
  66. package/coverage/lcov-report/src/components/MlGeoJsonLayer/MlGeoJsonLayer.tsx.html +0 -469
  67. package/coverage/lcov-report/src/components/MlGeoJsonLayer/index.html +0 -116
  68. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.js.html +0 -652
  69. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.js.html +0 -649
  70. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.tsx.html +0 -112
  71. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.tsx.html +0 -115
  72. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/index.html +0 -161
  73. package/coverage/lcov-report/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.tsx.html +0 -469
  74. package/coverage/lcov-report/src/components/MlGeojsonLayerWithSource/index.html +0 -116
  75. package/coverage/lcov-report/src/components/MlGpxViewer/MlGpxViewer.tsx.html +0 -394
  76. package/coverage/lcov-report/src/components/MlGpxViewer/index.html +0 -116
  77. package/coverage/lcov-report/src/components/MlImageMarkerLayer/MlImageMarkerLayer.tsx.html +0 -385
  78. package/coverage/lcov-report/src/components/MlImageMarkerLayer/index.html +0 -116
  79. package/coverage/lcov-report/src/components/MlLayer/MlLayer.tsx.html +0 -247
  80. package/coverage/lcov-report/src/components/MlLayer/index.html +0 -116
  81. package/coverage/lcov-report/src/components/MlLayerMagnify/MlLayerMagnify.tsx.html +0 -745
  82. package/coverage/lcov-report/src/components/MlLayerMagnify/index.html +0 -116
  83. package/coverage/lcov-report/src/components/MlLayerSwipe/MlLayerSwipe.tsx.html +0 -520
  84. package/coverage/lcov-report/src/components/MlLayerSwipe/index.html +0 -116
  85. package/coverage/lcov-report/src/components/MlLayerSwitcher/MlLayerSwitcher.js.html +0 -736
  86. package/coverage/lcov-report/src/components/MlLayerSwitcher/components/LayerBox.js.html +0 -316
  87. package/coverage/lcov-report/src/components/MlLayerSwitcher/components/index.html +0 -116
  88. package/coverage/lcov-report/src/components/MlLayerSwitcher/index.html +0 -116
  89. package/coverage/lcov-report/src/components/MlMarker/MlMarker.tsx.html +0 -505
  90. package/coverage/lcov-report/src/components/MlMarker/index.html +0 -116
  91. package/coverage/lcov-report/src/components/MlMeasureTool/MlMeasureTool.tsx.html +0 -265
  92. package/coverage/lcov-report/src/components/MlMeasureTool/index.html +0 -116
  93. package/coverage/lcov-report/src/components/MlNavigationCompass/MlNavigationCompass.tsx.html +0 -763
  94. package/coverage/lcov-report/src/components/MlNavigationCompass/index.html +0 -116
  95. package/coverage/lcov-report/src/components/MlNavigationTools/MlNavigationTools.tsx.html +0 -613
  96. package/coverage/lcov-report/src/components/MlNavigationTools/index.html +0 -116
  97. package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.js.html +0 -298
  98. package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.stories_.js.html +0 -232
  99. package/coverage/lcov-report/src/components/MlOsmLayer/index.html +0 -131
  100. package/coverage/lcov-report/src/components/MlScaleReference/MlScaleReference.tsx.html +0 -412
  101. package/coverage/lcov-report/src/components/MlScaleReference/index.html +0 -116
  102. package/coverage/lcov-report/src/components/MlShareMapState/MlShareMapState.tsx.html +0 -892
  103. package/coverage/lcov-report/src/components/MlShareMapState/index.html +0 -116
  104. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/ColorPicker.tsx.html +0 -214
  105. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerList.tsx.html +0 -121
  106. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerListItem.tsx.html +0 -412
  107. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerPropertyForm.tsx.html +0 -463
  108. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/index.html +0 -161
  109. package/coverage/lcov-report/src/components/MlSketchTool/MlSketchTool.tsx.html +0 -898
  110. package/coverage/lcov-report/src/components/MlSketchTool/index.html +0 -116
  111. package/coverage/lcov-report/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.tsx.html +0 -514
  112. package/coverage/lcov-report/src/components/MlSpatialElevationProfile/index.html +0 -116
  113. package/coverage/lcov-report/src/components/MlThreeJsLayer/MlThreeJsLayer.js.html +0 -703
  114. package/coverage/lcov-report/src/components/MlThreeJsLayer/MlThreejsLayer.tsx.html +0 -769
  115. package/coverage/lcov-report/src/components/MlThreeJsLayer/index.html +0 -131
  116. package/coverage/lcov-report/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.tsx.html +0 -406
  117. package/coverage/lcov-report/src/components/MlTransitionGeoJsonLayer/index.html +0 -116
  118. package/coverage/lcov-report/src/components/MlUseMapDebugger/MlUseMapDebugger.js.html +0 -310
  119. package/coverage/lcov-report/src/components/MlUseMapDebugger/index.html +0 -116
  120. package/coverage/lcov-report/src/components/MlVectorTileLayer/MlVectorTileLayer.tsx.html +0 -517
  121. package/coverage/lcov-report/src/components/MlVectorTileLayer/index.html +0 -116
  122. package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +0 -277
  123. package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/index.html +0 -116
  124. package/coverage/lcov-report/src/components/MlWmsLayer/MlWmsLayer.tsx.html +0 -739
  125. package/coverage/lcov-report/src/components/MlWmsLayer/index.html +0 -116
  126. package/coverage/lcov-report/src/components/MlWmsLoader/MlWmsLoader.tsx.html +0 -1102
  127. package/coverage/lcov-report/src/components/MlWmsLoader/index.html +0 -116
  128. package/coverage/lcov-report/src/contexts/MapContext.tsx.html +0 -403
  129. package/coverage/lcov-report/src/contexts/SimpleDataContext.js.html +0 -103
  130. package/coverage/lcov-report/src/contexts/SimpleDataProvider.js.html +0 -277
  131. package/coverage/lcov-report/src/contexts/index.html +0 -146
  132. package/coverage/lcov-report/src/hooks/index.html +0 -191
  133. package/coverage/lcov-report/src/hooks/useCameraFollowPath/index.html +0 -116
  134. package/coverage/lcov-report/src/hooks/useCameraFollowPath/useCameraFollowPath.tsx.html +0 -661
  135. package/coverage/lcov-report/src/hooks/useExportMap/index.html +0 -131
  136. package/coverage/lcov-report/src/hooks/useExportMap/index.ts.html +0 -175
  137. package/coverage/lcov-report/src/hooks/useExportMap/lib.ts.html +0 -559
  138. package/coverage/lcov-report/src/hooks/useGpx/index.html +0 -116
  139. package/coverage/lcov-report/src/hooks/useGpx/useGpx.tsx.html +0 -295
  140. package/coverage/lcov-report/src/hooks/useLayer.ts.html +0 -787
  141. package/coverage/lcov-report/src/hooks/useLayerEvent.js.html +0 -232
  142. package/coverage/lcov-report/src/hooks/useLayerFilter/index.html +0 -116
  143. package/coverage/lcov-report/src/hooks/useLayerFilter/useLayerFilter.ts.html +0 -184
  144. package/coverage/lcov-report/src/hooks/useLayerHoverPopup/index.html +0 -116
  145. package/coverage/lcov-report/src/hooks/useLayerHoverPopup/useLayerHoverPopup.tsx.html +0 -334
  146. package/coverage/lcov-report/src/hooks/useMap.ts.html +0 -358
  147. package/coverage/lcov-report/src/hooks/useMapState.ts.html +0 -631
  148. package/coverage/lcov-report/src/hooks/useSource.ts.html +0 -337
  149. package/coverage/lcov-report/src/hooks/useWms.ts.html +0 -397
  150. package/coverage/lcov-report/src/index.html +0 -116
  151. package/coverage/lcov-report/src/index.ts.html +0 -316
  152. package/coverage/lcov.info +0 -3987
  153. package/cypress/support/commands.ts +0 -37
  154. package/cypress/support/component-index.html +0 -12
  155. package/cypress/support/component.ts +0 -46
  156. package/cypress.config.ts +0 -101
  157. package/dist/components/MlCreatePdfButton/lib/createPdf.d.ts +0 -2
  158. package/dist/components/MlCreatePdfButton/lib/nominatimMap.d.ts +0 -2
  159. package/eslintErrorTest.js +0 -10
  160. package/public/assets/3D/godzilla_simple.glb +0 -0
  161. package/public/assets/dop.png +0 -0
  162. package/public/assets/historic.png +0 -0
  163. package/public/assets/marker.png +0 -0
  164. package/public/assets/osm.png +0 -0
  165. package/public/assets/sample.gpx +0 -716
  166. package/public/assets/sample1.gpx +0 -3003
  167. package/public/assets/sample2.gpx +0 -1264
  168. package/public/assets/sample3.gpx +0 -912
  169. package/public/assets/wg-marker.png +0 -0
  170. package/public/catalogue/.gitkeep +0 -0
  171. package/public/catalogue/mc_meta.json +0 -1
  172. package/public/favicon.ico +0 -0
  173. package/public/index.html +0 -39
  174. package/public/logo.png +0 -0
  175. package/public/manifest.json +0 -25
  176. package/public/robots.txt +0 -3
  177. package/public/thumbnails/MapLibreMap.png +0 -0
  178. package/public/thumbnails/MlCameraFollowPath.png +0 -0
  179. package/public/thumbnails/MlCreatePdfButton.png +0 -0
  180. package/public/thumbnails/MlCreatePdfForm.png +0 -0
  181. package/public/thumbnails/MlDeckGlLayer.png +0 -0
  182. package/public/thumbnails/MlDeckGlTerrainLayer.png +0 -0
  183. package/public/thumbnails/MlDemoDashboard.png +0 -0
  184. package/public/thumbnails/MlFeatureEditor.png +0 -0
  185. package/public/thumbnails/MlFillExtrusionLayer.png +0 -0
  186. package/public/thumbnails/MlFollowGps.png +0 -0
  187. package/public/thumbnails/MlGeoJsonLayer.png +0 -0
  188. package/public/thumbnails/MlGpxViewer.png +0 -0
  189. package/public/thumbnails/MlHillshadeLayer.png +0 -0
  190. package/public/thumbnails/MlIconLayer.png +0 -0
  191. package/public/thumbnails/MlLaermkarte.png +0 -0
  192. package/public/thumbnails/MlLayerMagnify.png +0 -0
  193. package/public/thumbnails/MlLayerSwipe.png +0 -0
  194. package/public/thumbnails/MlMapDrawTools.png +0 -0
  195. package/public/thumbnails/MlMeasureTool.png +0 -0
  196. package/public/thumbnails/MlMobilerImker.png +0 -0
  197. package/public/thumbnails/MlNavigationCompass.png +0 -0
  198. package/public/thumbnails/MlNavigationTools.png +0 -0
  199. package/public/thumbnails/MlOsmLayer.png +0 -0
  200. package/public/thumbnails/MlScaleReference.png +0 -0
  201. package/public/thumbnails/MlSketchTool.png +0 -0
  202. package/public/thumbnails/MlSpatialElevationProfile.png +0 -0
  203. package/public/thumbnails/MlThreeJsLayer.png +0 -0
  204. package/public/thumbnails/MlTransitionGeoJsonLayer.png +0 -0
  205. package/public/thumbnails/MlVectorTileLayer.png +0 -0
  206. package/public/thumbnails/MlWanderApp.png +0 -0
  207. package/public/thumbnails/MlWmsLayer.png +0 -0
  208. package/public/thumbnails/MlWmsLoader.png +0 -0
  209. package/public/thumbnails/useCameraFollowPath.png +0 -0
  210. package/rollup.config.js +0 -74
  211. package/scripts/build-catalogue-markdown-docs.js +0 -28
  212. package/scripts/build-catalogue-meta.js +0 -42
  213. package/scripts/create-map-component.sh +0 -36
  214. package/scripts/test.js +0 -53
  215. package/src/@types/assets/index.d.ts +0 -20
  216. package/src/App.css +0 -0
  217. package/src/components/MapLibreMap/MapLibreMap.stories.js +0 -106
  218. package/src/components/MapLibreMap/MapLibreMap.test.js +0 -84
  219. package/src/components/MapLibreMap/MapLibreMap.tsx +0 -127
  220. package/src/components/MapLibreMap/lib/MapLibreGlWrapper.test.js +0 -395
  221. package/src/components/MapLibreMap/lib/MapLibreGlWrapper.ts +0 -691
  222. package/src/components/MlBasicComponent.js +0 -39
  223. package/src/components/MlCenterPosition/MlCenterPosition.doc.de.md +0 -3
  224. package/src/components/MlCenterPosition/MlCenterPosition.meta_.json +0 -14
  225. package/src/components/MlCenterPosition/MlCenterPosition.stories.tsx +0 -20
  226. package/src/components/MlCenterPosition/MlCenterPosition.tsx +0 -79
  227. package/src/components/MlComponentTemplate/MlComponentTemplate.doc.de.md +0 -3
  228. package/src/components/MlComponentTemplate/MlComponentTemplate.meta_.json +0 -14
  229. package/src/components/MlComponentTemplate/MlComponentTemplate.stories.tsx +0 -20
  230. package/src/components/MlComponentTemplate/MlComponentTemplate.tsx +0 -42
  231. package/src/components/MlCreatePdfButton/MlCreatePdfButton.doc.de.md +0 -1
  232. package/src/components/MlCreatePdfButton/MlCreatePdfButton.doc.en.md +0 -1
  233. package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta_.json +0 -14
  234. package/src/components/MlCreatePdfButton/MlCreatePdfButton.stories.tsx +0 -35
  235. package/src/components/MlCreatePdfButton/MlCreatePdfButton.tsx +0 -51
  236. package/src/components/MlCreatePdfButton/lib/createPdf.ts +0 -189
  237. package/src/components/MlCreatePdfButton/lib/nominatimMap.ts +0 -57
  238. package/src/components/MlCreatePdfForm/MlCreatePdfForm.cy.tsx +0 -21
  239. package/src/components/MlCreatePdfForm/MlCreatePdfForm.doc.de.md +0 -3
  240. package/src/components/MlCreatePdfForm/MlCreatePdfForm.meta.json +0 -14
  241. package/src/components/MlCreatePdfForm/MlCreatePdfForm.stories.tsx +0 -165
  242. package/src/components/MlCreatePdfForm/MlCreatePdfForm.tsx +0 -37
  243. package/src/components/MlCreatePdfForm/lib/PdfContext.tsx +0 -51
  244. package/src/components/MlCreatePdfForm/lib/PdfForm.tsx +0 -257
  245. package/src/components/MlCreatePdfForm/lib/PdfPreview.tsx +0 -327
  246. package/src/components/MlCreatePdfForm/lib/_PdfPreview.tsx +0 -399
  247. package/src/components/MlCreatePdfForm/lib/pdf.templates.ts +0 -82
  248. package/src/components/MlCreatePdfForm/lib/pdfContext.d.ts +0 -24
  249. package/src/components/MlCreatePdfForm/lib/preview.css +0 -114
  250. package/src/components/MlFeatureEditor/MlFeatureEditor.css +0 -0
  251. package/src/components/MlFeatureEditor/MlFeatureEditor.doc.de.md +0 -1
  252. package/src/components/MlFeatureEditor/MlFeatureEditor.doc.en.md +0 -1
  253. package/src/components/MlFeatureEditor/MlFeatureEditor.meta.json +0 -14
  254. package/src/components/MlFeatureEditor/MlFeatureEditor.stories.js +0 -91
  255. package/src/components/MlFeatureEditor/MlFeatureEditor.test.js +0 -126
  256. package/src/components/MlFeatureEditor/MlFeatureEditor.tsx +0 -150
  257. package/src/components/MlFeatureEditor/custom-direct-select-mode.js +0 -303
  258. package/src/components/MlFeatureEditor/custom-polygon-mode.js +0 -188
  259. package/src/components/MlFeatureEditor/custom-select-mode.js +0 -406
  260. package/src/components/MlFeatureEditor/lib/LICENSE.md +0 -18
  261. package/src/components/MlFeatureEditor/lib/common_selectors.js +0 -72
  262. package/src/components/MlFeatureEditor/lib/constants.js +0 -104
  263. package/src/components/MlFeatureEditor/lib/constrain_feature_movement.js +0 -72
  264. package/src/components/MlFeatureEditor/lib/create_midpoint.js +0 -42
  265. package/src/components/MlFeatureEditor/lib/create_supplementary_points.js +0 -102
  266. package/src/components/MlFeatureEditor/lib/create_vertex.js +0 -35
  267. package/src/components/MlFeatureEditor/lib/double_click_zoom.js +0 -30
  268. package/src/components/MlFeatureEditor/lib/euclidean_distance.js +0 -9
  269. package/src/components/MlFeatureEditor/lib/features_at.js +0 -52
  270. package/src/components/MlFeatureEditor/lib/get_features_and_set_cursor.js +0 -28
  271. package/src/components/MlFeatureEditor/lib/is_click.js +0 -22
  272. package/src/components/MlFeatureEditor/lib/is_event_at_coordinates.js +0 -10
  273. package/src/components/MlFeatureEditor/lib/is_tap.js +0 -19
  274. package/src/components/MlFeatureEditor/lib/map_event_to_bounding_box.js +0 -18
  275. package/src/components/MlFeatureEditor/lib/mode_handler.js +0 -120
  276. package/src/components/MlFeatureEditor/lib/mouse_event_point.js +0 -23
  277. package/src/components/MlFeatureEditor/lib/move_features.js +0 -47
  278. package/src/components/MlFeatureEditor/lib/sort_features.js +0 -45
  279. package/src/components/MlFeatureEditor/lib/string_set.js +0 -59
  280. package/src/components/MlFeatureEditor/lib/string_sets_are_equal.js +0 -8
  281. package/src/components/MlFeatureEditor/lib/theme.js +0 -236
  282. package/src/components/MlFeatureEditor/lib/to_dense_array.js +0 -15
  283. package/src/components/MlFeatureEditor/lib/utils.js +0 -51
  284. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.doc.de.md +0 -1
  285. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.doc.en.md +0 -1
  286. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.meta.json +0 -14
  287. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.stories.js +0 -24
  288. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.test.js +0 -15
  289. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.tsx +0 -85
  290. package/src/components/MlFollowGps/MlFollowGps.doc.de.md +0 -1
  291. package/src/components/MlFollowGps/MlFollowGps.doc.en.md +0 -1
  292. package/src/components/MlFollowGps/MlFollowGps.meta.json +0 -14
  293. package/src/components/MlFollowGps/MlFollowGps.stories.js +0 -40
  294. package/src/components/MlFollowGps/MlFollowGps.test.js +0 -63
  295. package/src/components/MlFollowGps/MlFollowGps.tsx +0 -241
  296. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.doc.de.md +0 -1
  297. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.doc.en.md +0 -1
  298. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +0 -14
  299. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.tsx +0 -191
  300. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.test.js +0 -20
  301. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.tsx +0 -128
  302. package/src/components/MlGeoJsonLayer/assets/earthquake.json +0 -109937
  303. package/src/components/MlGeoJsonLayer/assets/sample_1.json +0 -140
  304. package/src/components/MlGeoJsonLayer/assets/sample_2.json +0 -142
  305. package/src/components/MlGeoJsonLayer/assets/sample_polygon_1.json +0 -33
  306. package/src/components/MlGeoJsonLayer/assets/wg_locations.json +0 -65
  307. package/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.js +0 -189
  308. package/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.js +0 -188
  309. package/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.tsx +0 -9
  310. package/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.tsx +0 -10
  311. package/src/components/MlGeoJsonLayer/util/getDefaultLayerTypeByGeometry.ts +0 -31
  312. package/src/components/MlGeoJsonLayer/util/getDefaultPaintPropsByType.ts +0 -37
  313. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.doc.de.md +0 -3
  314. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.meta_.json +0 -14
  315. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.stories.tsx +0 -19
  316. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.tsx +0 -128
  317. package/src/components/MlGpxViewer/MlGpxViewer.doc.de.md +0 -1
  318. package/src/components/MlGpxViewer/MlGpxViewer.doc.en.md +0 -1
  319. package/src/components/MlGpxViewer/MlGpxViewer.meta.json +0 -14
  320. package/src/components/MlGpxViewer/MlGpxViewer.stories.tsx +0 -100
  321. package/src/components/MlGpxViewer/MlGpxViewer.test.js +0 -53
  322. package/src/components/MlGpxViewer/MlGpxViewer.tsx +0 -103
  323. package/src/components/MlGpxViewer/util/GeoJsonContext.ts +0 -13
  324. package/src/components/MlGpxViewer/util/GeoJsonProvider.tsx +0 -25
  325. package/src/components/MlGpxViewer/util/MetadataDrawer.tsx +0 -38
  326. package/src/components/MlGpxViewer/util/MlGpxDemoLoader.tsx +0 -130
  327. package/src/components/MlGpxViewer/util/MlGpxViewerInstructions.tsx +0 -71
  328. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.doc.de.md +0 -3
  329. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.meta_.json +0 -14
  330. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.stories.tsx +0 -41
  331. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.test.js +0 -38
  332. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.tsx +0 -100
  333. package/src/components/MlLayer/MlLayer.doc.de.md +0 -3
  334. package/src/components/MlLayer/MlLayer.meta_.json +0 -14
  335. package/src/components/MlLayer/MlLayer.test.js +0 -117
  336. package/src/components/MlLayer/MlLayer.tsx +0 -54
  337. package/src/components/MlLayerMagnify/MlLayerMagnify.doc.de.md +0 -1
  338. package/src/components/MlLayerMagnify/MlLayerMagnify.doc.en.md +0 -1
  339. package/src/components/MlLayerMagnify/MlLayerMagnify.meta.json +0 -14
  340. package/src/components/MlLayerMagnify/MlLayerMagnify.stories.tsx +0 -44
  341. package/src/components/MlLayerMagnify/MlLayerMagnify.test.tsx +0 -83
  342. package/src/components/MlLayerMagnify/MlLayerMagnify.tsx +0 -220
  343. package/src/components/MlLayerMagnify/style.css +0 -48
  344. package/src/components/MlLayerSwipe/MlLayerSwipe.doc.de.md +0 -1
  345. package/src/components/MlLayerSwipe/MlLayerSwipe.doc.en.md +0 -1
  346. package/src/components/MlLayerSwipe/MlLayerSwipe.meta.json +0 -14
  347. package/src/components/MlLayerSwipe/MlLayerSwipe.stories.tsx +0 -36
  348. package/src/components/MlLayerSwipe/MlLayerSwipe.test.js +0 -86
  349. package/src/components/MlLayerSwipe/MlLayerSwipe.tsx +0 -145
  350. package/src/components/MlLayerSwipe/style.css +0 -48
  351. package/src/components/MlLayerSwitcher/MlLayerSwitcher.css +0 -17
  352. package/src/components/MlLayerSwitcher/MlLayerSwitcher.doc.de.md +0 -3
  353. package/src/components/MlLayerSwitcher/MlLayerSwitcher.js +0 -217
  354. package/src/components/MlLayerSwitcher/MlLayerSwitcher.meta_.json +0 -14
  355. package/src/components/MlLayerSwitcher/MlLayerSwitcher.stories.js +0 -103
  356. package/src/components/MlLayerSwitcher/assets/sample_1.json +0 -26
  357. package/src/components/MlLayerSwitcher/assets/sample_2.json +0 -22
  358. package/src/components/MlLayerSwitcher/components/LayerBox.js +0 -77
  359. package/src/components/MlMarker/MlMarker.doc.de.md +0 -3
  360. package/src/components/MlMarker/MlMarker.meta_.json +0 -14
  361. package/src/components/MlMarker/MlMarker.stories.js +0 -22
  362. package/src/components/MlMarker/MlMarker.tsx +0 -140
  363. package/src/components/MlMeasureTool/MlMeasureTool.doc.de.md +0 -3
  364. package/src/components/MlMeasureTool/MlMeasureTool.meta.json +0 -14
  365. package/src/components/MlMeasureTool/MlMeasureTool.stories.js +0 -96
  366. package/src/components/MlMeasureTool/MlMeasureTool.tsx +0 -60
  367. package/src/components/MlNavigationCompass/MlNavigationCompass.doc.de.md +0 -1
  368. package/src/components/MlNavigationCompass/MlNavigationCompass.doc.en.md +0 -1
  369. package/src/components/MlNavigationCompass/MlNavigationCompass.meta.json +0 -14
  370. package/src/components/MlNavigationCompass/MlNavigationCompass.stories.js +0 -63
  371. package/src/components/MlNavigationCompass/MlNavigationCompass.test.js +0 -68
  372. package/src/components/MlNavigationCompass/MlNavigationCompass.tsx +0 -226
  373. package/src/components/MlNavigationCompass/assets/needle.svg +0 -17
  374. package/src/components/MlNavigationCompass/assets/needle__.svg +0 -19
  375. package/src/components/MlNavigationCompass/assets/rotate_left.svg +0 -13
  376. package/src/components/MlNavigationCompass/assets/rotate_right.svg +0 -15
  377. package/src/components/MlNavigationTools/MlNavigationTools.doc.de.md +0 -1
  378. package/src/components/MlNavigationTools/MlNavigationTools.doc.en.md +0 -1
  379. package/src/components/MlNavigationTools/MlNavigationTools.meta.json +0 -14
  380. package/src/components/MlNavigationTools/MlNavigationTools.stories.js +0 -64
  381. package/src/components/MlNavigationTools/MlNavigationTools.tsx +0 -176
  382. package/src/components/MlOsmLayer/MlOsmLayer.js +0 -71
  383. package/src/components/MlOsmLayer/MlOsmLayer.stories_.js +0 -49
  384. package/src/components/MlOsmLayer/MlOsmLayer.test.js +0 -19
  385. package/src/components/MlScaleReference/MlScaleReference.doc.de.md +0 -1
  386. package/src/components/MlScaleReference/MlScaleReference.doc.en.md +0 -1
  387. package/src/components/MlScaleReference/MlScaleReference.meta.json +0 -14
  388. package/src/components/MlScaleReference/MlScaleReference.stories.js +0 -51
  389. package/src/components/MlScaleReference/MlScaleReference.tsx +0 -109
  390. package/src/components/MlShareMapState/MlShareMapState.doc.de.md +0 -3
  391. package/src/components/MlShareMapState/MlShareMapState.meta_.json +0 -14
  392. package/src/components/MlShareMapState/MlShareMapState.stories.tsx +0 -100
  393. package/src/components/MlShareMapState/MlShareMapState.tsx +0 -269
  394. package/src/components/MlSketchTool/LayerList/ColorPicker.tsx +0 -43
  395. package/src/components/MlSketchTool/LayerList/LayerList.tsx +0 -12
  396. package/src/components/MlSketchTool/LayerList/LayerListItem.tsx +0 -109
  397. package/src/components/MlSketchTool/LayerList/LayerPropertyForm.tsx +0 -126
  398. package/src/components/MlSketchTool/MlSketchTool.doc.de.md +0 -3
  399. package/src/components/MlSketchTool/MlSketchTool.meta.json +0 -14
  400. package/src/components/MlSketchTool/MlSketchTool.stories.tsx +0 -26
  401. package/src/components/MlSketchTool/MlSketchTool.tsx +0 -271
  402. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.doc.de.md +0 -1
  403. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.doc.en.md +0 -1
  404. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.meta.json +0 -14
  405. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.tsx +0 -121
  406. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.test.js +0 -48
  407. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.tsx +0 -143
  408. package/src/components/MlSpatialElevationProfile/util/getElevationData.tsx +0 -103
  409. package/src/components/MlThreeJsLayer/MlThreeJsLayer.doc.de.md +0 -1
  410. package/src/components/MlThreeJsLayer/MlThreeJsLayer.doc.en.md +0 -1
  411. package/src/components/MlThreeJsLayer/MlThreeJsLayer.js +0 -207
  412. package/src/components/MlThreeJsLayer/MlThreeJsLayer.meta.json +0 -14
  413. package/src/components/MlThreeJsLayer/MlThreeJsLayer.stories.tsx +0 -37
  414. package/src/components/MlThreeJsLayer/MlThreeJsLayer.test.js +0 -33
  415. package/src/components/MlThreeJsLayer/MlThreejsLayer.tsx +0 -228
  416. package/src/components/MlThreeJsLayer/lib/GLTFLoader.js +0 -3331
  417. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.doc.de.md +0 -3
  418. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.meta.json +0 -14
  419. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.stories.js +0 -52
  420. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.test.js +0 -20
  421. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.tsx +0 -107
  422. package/src/components/MlTransitionGeoJsonLayer/assets/sample_1.json +0 -26
  423. package/src/components/MlTransitionGeoJsonLayer/assets/sample_2.json +0 -22
  424. package/src/components/MlTransitionGeoJsonLayer/assets/sample_polygon_1.json +0 -33
  425. package/src/components/MlTransitionGeoJsonLayer/util/transitionFunctions.js +0 -221
  426. package/src/components/MlUseMapDebugger/MlUseMapDebugger.doc.de.md +0 -3
  427. package/src/components/MlUseMapDebugger/MlUseMapDebugger.js +0 -75
  428. package/src/components/MlUseMapDebugger/MlUseMapDebugger.meta_.json +0 -14
  429. package/src/components/MlUseMapDebugger/MlUseMapDebugger.stories.js +0 -30
  430. package/src/components/MlVectorTileLayer/MlVectorTileLayer.doc.de.md +0 -1
  431. package/src/components/MlVectorTileLayer/MlVectorTileLayer.doc.en.md +0 -1
  432. package/src/components/MlVectorTileLayer/MlVectorTileLayer.meta.json +0 -14
  433. package/src/components/MlVectorTileLayer/MlVectorTileLayer.stories.js +0 -52
  434. package/src/components/MlVectorTileLayer/MlVectorTileLayer.test.js +0 -40
  435. package/src/components/MlVectorTileLayer/MlVectorTileLayer.tsx +0 -144
  436. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.doc.de.md +0 -3
  437. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js +0 -64
  438. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.meta_.json +0 -14
  439. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.stories.tsx +0 -22
  440. package/src/components/MlWmsLayer/MlWmsLayer.stories.js +0 -49
  441. package/src/components/MlWmsLayer/MlWmsLayer.test.js +0 -19
  442. package/src/components/MlWmsLayer/MlWmsLayer.tsx +0 -218
  443. package/src/components/MlWmsLoader/MlWmsLoader.doc.de.md +0 -1
  444. package/src/components/MlWmsLoader/MlWmsLoader.doc.en.md +0 -1
  445. package/src/components/MlWmsLoader/MlWmsLoader.meta.json +0 -14
  446. package/src/components/MlWmsLoader/MlWmsLoader.stories.tsx +0 -81
  447. package/src/components/MlWmsLoader/MlWmsLoader.tsx +0 -339
  448. package/src/components/MlWmsLoader/utils/MlWmsLoaderInstructions.tsx +0 -50
  449. package/src/components/MlWmsLoader/utils/WMSLinks.tsx +0 -128
  450. package/src/contexts/MapComponentsProvider.test.js +0 -260
  451. package/src/contexts/MapContext.tsx +0 -106
  452. package/src/contexts/SimpleDataContext.js +0 -6
  453. package/src/contexts/SimpleDataProvider.js +0 -64
  454. package/src/contexts/SimpleDataProvider.test.js +0 -68
  455. package/src/custom.d.ts +0 -4
  456. package/src/decorators/EmptyMapDecorator.js +0 -38
  457. package/src/decorators/MapContextDecorator.js +0 -39
  458. package/src/decorators/MapContextDecoratorHooks.js +0 -39
  459. package/src/decorators/MultiMapContextDecorator.js +0 -80
  460. package/src/decorators/NoNavToolsDecorator.js +0 -33
  461. package/src/decorators/ThemeDecorator.js +0 -24
  462. package/src/decorators/style.css +0 -34
  463. package/src/hooks/assets/pointWG.json +0 -13
  464. package/src/hooks/useCameraFollowPath/useCameraFollowPath.doc.de.md +0 -4
  465. package/src/hooks/useCameraFollowPath/useCameraFollowPath.doc.en.md +0 -1
  466. package/src/hooks/useCameraFollowPath/useCameraFollowPath.meta.json +0 -14
  467. package/src/hooks/useCameraFollowPath/useCameraFollowPath.stories.tsx +0 -192
  468. package/src/hooks/useCameraFollowPath/useCameraFollowPath.tsx +0 -192
  469. package/src/hooks/useExportMap/index.ts +0 -30
  470. package/src/hooks/useExportMap/lib.ts +0 -158
  471. package/src/hooks/useGpx/lib/gpxConverter.js +0 -521
  472. package/src/hooks/useGpx/useGpx.doc.de.md +0 -3
  473. package/src/hooks/useGpx/useGpx.meta_.json +0 -15
  474. package/src/hooks/useGpx/useGpx.stories.js +0 -20
  475. package/src/hooks/useGpx/useGpx.tsx +0 -70
  476. package/src/hooks/useLayer.test.js +0 -205
  477. package/src/hooks/useLayer.ts +0 -234
  478. package/src/hooks/useLayerEvent.js +0 -49
  479. package/src/hooks/useLayerFilter/useLayerFilter.doc.de.md +0 -3
  480. package/src/hooks/useLayerFilter/useLayerFilter.meta_.json +0 -14
  481. package/src/hooks/useLayerFilter/useLayerFilter.stories.tsx +0 -40
  482. package/src/hooks/useLayerFilter/useLayerFilter.ts +0 -33
  483. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.doc.de.md +0 -3
  484. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.meta_.json +0 -15
  485. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.stories.js +0 -20
  486. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.tsx +0 -83
  487. package/src/hooks/useMap.test.tsx +0 -48
  488. package/src/hooks/useMap.ts +0 -91
  489. package/src/hooks/useMapState.stories.js +0 -120
  490. package/src/hooks/useMapState.ts +0 -182
  491. package/src/hooks/useSource.ts +0 -84
  492. package/src/hooks/useSources.stories.js +0 -232
  493. package/src/hooks/useWms.ts +0 -104
  494. package/src/index.ts +0 -78
  495. package/src/setupTests.js +0 -113
  496. package/src/stories/components/Readme.js +0 -7
  497. package/src/ui_components/Dropzone.tsx +0 -104
  498. package/src/ui_components/ImageLoader.tsx +0 -83
  499. package/src/ui_components/LayerList/LayerList.stories.tsx +0 -136
  500. package/src/ui_components/LayerList/LayerList.tsx +0 -12
  501. package/src/ui_components/LayerList/LayerListFolder.tsx +0 -82
  502. package/src/ui_components/LayerList/LayerListItem.tsx +0 -180
  503. package/src/ui_components/LayerList/assets/sample_1.json +0 -26
  504. package/src/ui_components/LayerList/assets/sample_2.json +0 -22
  505. package/src/ui_components/LayerList/assets/sample_polygon_1.json +0 -33
  506. package/src/ui_components/LayerList/assets/style.json +0 -2599
  507. package/src/ui_components/LayerList/util/LayerListItemVectorLayer.tsx +0 -92
  508. package/src/ui_components/LayerList/util/LayerPropertyForm.tsx +0 -125
  509. package/src/ui_components/LayerList/util/input/ColorPicker.tsx +0 -44
  510. package/src/ui_components/LoadingOverlay.css +0 -9
  511. package/src/ui_components/LoadingOverlayContext.tsx +0 -79
  512. package/src/ui_components/MapcomponentsTheme.tsx +0 -133
  513. package/src/ui_components/Sidebar.tsx +0 -87
  514. package/src/ui_components/Tooltip.tsx +0 -17
  515. package/src/ui_components/TopToolbar.tsx +0 -24
  516. package/src/ui_components/UploadButton.tsx +0 -57
  517. package/src/util/BubbleForInstructions.js +0 -48
  518. package/src/util/Instructions.tsx +0 -60
  519. package/src/util/index.js +0 -4
  520. package/src/util/layerRemovalTest.js +0 -121
  521. package/src/util/sourceRemovalTest.js +0 -113
  522. package/tsconfig.json +0 -34
@@ -1,3 +0,0 @@
1
- # Component Beschreibung
2
-
3
- Beschreibungstext
@@ -1,14 +0,0 @@
1
- {
2
- "name": "MlTransitionGeoJsonLayer",
3
- "title": "Transition GeoJSON layer",
4
- "description": "",
5
- "i18n": {
6
- "de": {
7
- "title": "Animierte GeoJSON Ebene",
8
- "description": ""
9
- }
10
- },
11
- "tags": [],
12
- "category": "",
13
- "type": "component"
14
- }
@@ -1,52 +0,0 @@
1
- import React, { useState, useRef, useEffect } from "react";
2
-
3
- import MlTransitionGeoJsonLayer from "./MlTransitionGeoJsonLayer";
4
-
5
- import mapContextDecorator from "../../decorators/MapContextDecorator";
6
- import useMap from "../../hooks/useMap";
7
-
8
- import sample_geojson_1 from "./assets/sample_1.json";
9
- import sample_geojson_2 from "./assets/sample_2.json";
10
-
11
-
12
- const storyoptions = {
13
- title: "MapComponents/MlTransitionGeoJsonLayer",
14
- component: MlTransitionGeoJsonLayer,
15
- argTypes: {
16
- url: {},
17
- layer: {},
18
- },
19
- decorators: mapContextDecorator,
20
- };
21
- export default storyoptions;
22
-
23
- const LinestringTransitionTemplate = (props) => {
24
- const mapHook = useMap({mapId: 'map_1'});
25
- const [geojson, setGeojson] = useState(sample_geojson_1);
26
- const initializedRef = useRef(false);
27
-
28
- useEffect(() => {
29
- if (!mapHook.map || initializedRef.current) return;
30
-
31
- console.log('Hello')
32
- initializedRef.current = true;
33
- mapHook.map.setCenter({ lng: 7.137609868988648, lat: 50.74746799549129 });
34
- mapHook.map.setZoom(9.5);
35
-
36
- setTimeout(() => {
37
- setGeojson(sample_geojson_2);
38
- }, 4000);
39
- }, [geojson, mapHook.map]);
40
-
41
- return (
42
- <>
43
- <MlTransitionGeoJsonLayer type="line" geojson={geojson} transitionTime={2000} {...props} />
44
- </>
45
- );
46
- };
47
-
48
- export const Linestring = LinestringTransitionTemplate.bind({});
49
- Linestring.parameters = {};
50
- Linestring.args = {
51
- paint: { "line-color": "red", "line-width": 4 },
52
- };
@@ -1,20 +0,0 @@
1
- import { layerRemovalTest, sourceRemovalTest } from "../../util";
2
-
3
- import MlTransitionGeoJsonLayer from "./MlTransitionGeoJsonLayer";
4
- import geojson from "./assets/sample_1.json";
5
- import { uuid_regex } from "../../setupTests";
6
-
7
- const testComponent = <MlTransitionGeoJsonLayer type="line" geojson={geojson} />;
8
-
9
- layerRemovalTest(
10
- "<MlTransitionGeoJsonLayer />",
11
- testComponent,
12
- new RegExp('^.*"MlGeoJsonLayer-' + uuid_regex + '".*$'),
13
- "MlTransitionGeoJsonLayer-{uuid}"
14
- );
15
- sourceRemovalTest(
16
- "<MlTransitionGeoJsonLayer />",
17
- testComponent,
18
- new RegExp('^.*"MlGeoJsonLayer-' + uuid_regex + '".*$'),
19
- "MlTransitionGeoJsonLayer-{uuid}"
20
- );
@@ -1,107 +0,0 @@
1
- import React, { useState, useRef, useEffect, useCallback } from 'react';
2
- import * as turf from '@turf/turf';
3
- import useMap from '../../hooks/useMap';
4
- import { _transitionToGeojson } from './util/transitionFunctions';
5
- import MlGeoJsonLayer from '../MlGeoJsonLayer/MlGeoJsonLayer';
6
- import { Feature, FeatureCollection } from '@turf/turf';
7
- import { MlGeoJsonLayerProps } from '../MlGeoJsonLayer/MlGeoJsonLayer';
8
-
9
- const msPerStep = 50;
10
-
11
- type MlTransitionGeoJsonLayerProps = MlGeoJsonLayerProps & {
12
- transitionTime: number;
13
- };
14
-
15
- /**
16
- * Adds source and layer of types "line", "fill" or "circle" to display GeoJSON data on the map.
17
- */
18
- const MlTransitionGeoJsonLayer = (props: MlTransitionGeoJsonLayerProps) => {
19
- // ignore eslint. Only using `geojson` for destructuring
20
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
21
- const { geojson, ...restProps } = props;
22
-
23
- const mapHook = useMap({
24
- mapId: props.mapId,
25
- waitForLayer: props.insertBeforeLayer,
26
- });
27
- const initializedRef = useRef(false);
28
-
29
- // transition effect variables
30
- const oldGeojsonRef = useRef<Feature | FeatureCollection>();
31
- const transitionInProgressRef = useRef(false);
32
- const transitionTimeoutRef = useRef(undefined);
33
- const currentTransitionStepRef = useRef(false);
34
- const transitionGeojsonDataRef = useRef([]);
35
- const transitionGeojsonCommonDataRef = useRef([]);
36
- const [displayGeojson, setDisplayGeojson] = useState(turf.featureCollection([]));
37
-
38
- useEffect(() => {
39
- return () => {
40
- // This is the cleanup function, it is called when this react component is removed from react-dom
41
- if (transitionTimeoutRef.current) {
42
- clearTimeout(transitionTimeoutRef.current);
43
- }
44
- };
45
- }, []);
46
-
47
- const transitionToGeojson = useCallback(() => {
48
- _transitionToGeojson(
49
- props,
50
- transitionGeojsonCommonDataRef,
51
- transitionGeojsonDataRef,
52
- transitionInProgressRef,
53
- oldGeojsonRef,
54
- msPerStep,
55
- currentTransitionStepRef,
56
- mapHook.map,
57
- transitionTimeoutRef,
58
- setDisplayGeojson
59
- );
60
- }, [props, mapHook.map]);
61
-
62
- useEffect(() => {
63
- if (!mapHook.map || !initializedRef.current) return;
64
-
65
- if (
66
- typeof props.transitionTime !== 'undefined' &&
67
- props.type === 'line' &&
68
- oldGeojsonRef.current
69
- ) {
70
- transitionInProgressRef.current = false;
71
- currentTransitionStepRef.current = false;
72
- transitionGeojsonDataRef.current = [];
73
- transitionGeojsonCommonDataRef.current = [];
74
- transitionToGeojson();
75
- }
76
- oldGeojsonRef.current = props.geojson;
77
- }, [mapHook.map, transitionToGeojson, props]);
78
-
79
- const startTransition = useCallback(() => {
80
- if (
81
- props.type === 'line' &&
82
- typeof props.transitionTime !== 'undefined' &&
83
- props.transitionTime &&
84
- typeof props.geojson !== 'undefined' &&
85
- JSON.stringify(oldGeojsonRef.current) !== JSON.stringify(props.geojson)
86
- ) {
87
- transitionToGeojson();
88
- oldGeojsonRef.current = props.geojson;
89
- }
90
- }, [props, transitionToGeojson]);
91
-
92
- useEffect(() => {
93
- if (!mapHook.mapIsReady || !props.geojson) return;
94
-
95
- initializedRef.current = true;
96
-
97
- startTransition();
98
- }, [mapHook.mapIsReady, startTransition, props]);
99
-
100
- return (
101
- <>
102
- <MlGeoJsonLayer {...restProps} geojson={displayGeojson} />
103
- </>
104
- );
105
- };
106
-
107
- export default MlTransitionGeoJsonLayer;
@@ -1,26 +0,0 @@
1
- {
2
- "type": "Feature",
3
- "properties": {},
4
- "geometry": {
5
- "type": "LineString",
6
- "coordinates": [
7
- [7.1074676513671875, 50.74340774029213],
8
- [7.0992279052734375, 50.756441089372665],
9
- [7.079315185546874, 50.764693667025014],
10
- [7.045669555664062, 50.77945780529241],
11
- [7.030563354492187, 50.79161300845443],
12
- [7.0291900634765625, 50.80940599750376],
13
- [7.0236968994140625, 50.820685846099174],
14
- [7.0085906982421875, 50.825891011253546],
15
- [6.9879913330078125, 50.826758482363275],
16
- [6.97906494140625, 50.835432306955276],
17
- [6.9824981689453125, 50.84583876895451],
18
- [6.9962310791015625, 50.85147463352982],
19
- [7.012023925781249, 50.85710981721644],
20
- [7.021636962890625, 50.86664473085768],
21
- [7.0367431640625, 50.872278081520406],
22
- [7.0477294921875, 50.877044231111014],
23
- [7.052536010742187, 50.88397594225127]
24
- ]
25
- }
26
- }
@@ -1,22 +0,0 @@
1
- {
2
- "type": "Feature",
3
- "properties": {},
4
- "geometry": {
5
- "type": "LineString",
6
- "coordinates": [
7
- [7.0635223388671875, 50.71385204707258],
8
- [7.06146240234375, 50.709721458354075],
9
- [7.063865661621094, 50.70298129536074],
10
- [7.064552307128906, 50.69906720767511],
11
- [7.059059143066406, 50.69428287906098],
12
- [7.05596923828125, 50.68797551838366],
13
- [7.0580291748046875, 50.680797145321655],
14
- [7.062835693359375, 50.67514068397085],
15
- [7.060432434082031, 50.6686131506577],
16
- [7.051849365234375, 50.659255436656736],
17
- [7.044639587402344, 50.6512019574539],
18
- [7.0484161376953125, 50.64271166020676],
19
- [7.0566558837890625, 50.63748609931014]
20
- ]
21
- }
22
- }
@@ -1,33 +0,0 @@
1
- {
2
- "type": "FeatureCollection",
3
- "features": [
4
- {
5
- "type": "Feature",
6
- "properties": {},
7
- "geometry": {
8
- "coordinates": [
9
- [
10
- [7.08646747303149, 50.74485058672653],
11
- [7.084287513691095, 50.74371917250187],
12
- [7.084437772332876, 50.743610683782215],
13
- [7.084640903561933, 50.743721758552354],
14
- [7.085805654941254, 50.74293993704128],
15
- [7.087023278906713, 50.74218320888983],
16
- [7.087791368229503, 50.74258090834434],
17
- [7.088796806075749, 50.743261830692745],
18
- [7.089275088452752, 50.743701110992674],
19
- [7.088087117762917, 50.74409411011173],
20
- [7.087662548338368, 50.743784963165815],
21
- [7.087184330538875, 50.7440368518605],
22
- [7.087233860417484, 50.744077781245316],
23
- [7.08714938625954, 50.744122118772154],
24
- [7.087057544749172, 50.74427276821896],
25
- [7.087104984084277, 50.744509715654885],
26
- [7.08646747303149, 50.74485058672653]
27
- ]
28
- ],
29
- "type": "Polygon"
30
- }
31
- }
32
- ]
33
- }
@@ -1,221 +0,0 @@
1
- import * as turf from "@turf/turf";
2
-
3
- const _showNextTransitionSegment = function (
4
- props,
5
- map,
6
- transitionInProgressRef,
7
- transitionGeojsonDataRef,
8
- transitionGeojsonCommonDataRef,
9
- currentTransitionStepRef,
10
- msPerStep,
11
- transitionTimeoutRef,
12
- setDisplayGeojson
13
- ) {
14
- if (typeof transitionGeojsonDataRef.current[currentTransitionStepRef.current] !== "undefined") {
15
- // if at last transition step set to target geojson
16
- // else to an assembled LineString from common geometry and the current transition step geometry
17
- let newData =
18
- currentTransitionStepRef.current + 1 === transitionGeojsonDataRef.current.length
19
- ? props.geojson
20
- : turf.lineString([
21
- ...transitionGeojsonCommonDataRef.current,
22
- ...transitionGeojsonDataRef.current[currentTransitionStepRef.current].geometry
23
- .coordinates,
24
- ]);
25
-
26
- setDisplayGeojson(newData);
27
-
28
- if (typeof props.onTransitionFrame === "function") {
29
- props.onTransitionFrame(newData);
30
- }
31
-
32
- currentTransitionStepRef.current++;
33
- if (
34
- transitionInProgressRef.current &&
35
- currentTransitionStepRef.current < transitionGeojsonDataRef.current.length
36
- ) {
37
- transitionTimeoutRef.current = setTimeout(
38
- () => _showNextTransitionSegment(...arguments),
39
- msPerStep
40
- );
41
- } else {
42
- if (typeof props.onTransitionEnd === "function") {
43
- props.onTransitionEnd(props.geojson);
44
- }
45
- transitionInProgressRef.current = false;
46
- }
47
- }
48
- };
49
-
50
- const _transitionToGeojson = (
51
- props,
52
- transitionGeojsonCommonDataRef,
53
- transitionGeojsonDataRef,
54
- transitionInProgressRef,
55
- oldGeojsonRef,
56
- msPerStep,
57
- currentTransitionStepRef,
58
- map,
59
- transitionTimeoutRef,
60
- setDisplayGeojson
61
- ) => {
62
- // create the transition geojson between oldGeojsonRef.current and props.geojson
63
-
64
- // create a geojson that contains no common point between the two line features
65
- let transitionCoordinatesShort = [];
66
- let transitionCoordinatesLong = [];
67
- let targetCoordinates = [];
68
- let srcCoordinates = [];
69
- transitionGeojsonCommonDataRef.current = [];
70
- let sourceGeojson = oldGeojsonRef.current || {
71
- geometry: {
72
- type: "LineString",
73
- coordinates: [],
74
- },
75
- properties: {},
76
- type: "Feature",
77
- };
78
-
79
- let targetGeojson = props.geojson;
80
-
81
- let longerGeojson = targetGeojson;
82
- let shorterGeojson = sourceGeojson;
83
- let reverseOrder = false;
84
- // In case one geojson is missing completely use the first two coordinates of the other geojson
85
- if (
86
- typeof longerGeojson.geometry === "undefined" &&
87
- typeof shorterGeojson.geometry !== "undefined" &&
88
- shorterGeojson.geometry.coordinates.length > 1
89
- ) {
90
- longerGeojson = turf.lineString(shorterGeojson.geometry.coordinates.slice(0, 2));
91
- } else if (
92
- typeof shorterGeojson.geometry === "undefined" &&
93
- typeof longerGeojson.geometry !== "undefined" &&
94
- longerGeojson.geometry.coordinates.length > 1
95
- ) {
96
- shorterGeojson = turf.lineString(longerGeojson.geometry.coordinates.slice(0, 2));
97
- } else if (
98
- typeof shorterGeojson.geometry === "undefined" &&
99
- typeof longerGeojson.geometry === "undefined"
100
- ) {
101
- return;
102
- }
103
-
104
- if (longerGeojson.geometry.coordinates.length < shorterGeojson.geometry.coordinates.length) {
105
- longerGeojson = sourceGeojson;
106
- shorterGeojson = targetGeojson;
107
- reverseOrder = true;
108
- }
109
-
110
- if (longerGeojson && shorterGeojson) {
111
- for (var i = 0, len = longerGeojson.geometry.coordinates.length; i < len; i++) {
112
- if (
113
- typeof shorterGeojson.geometry.coordinates[i] !== "undefined" &&
114
- longerGeojson.geometry.coordinates[i][0] === shorterGeojson.geometry.coordinates[i][0] &&
115
- longerGeojson.geometry.coordinates[i][1] === shorterGeojson.geometry.coordinates[i][1]
116
- ) {
117
- // if coordinates are equal
118
- transitionGeojsonCommonDataRef.current.push(longerGeojson.geometry.coordinates[i]);
119
- } else {
120
- if (typeof longerGeojson.geometry.coordinates[i] !== "undefined") {
121
- transitionCoordinatesLong.push(longerGeojson.geometry.coordinates[i]);
122
- }
123
- if (typeof shorterGeojson.geometry.coordinates[i] !== "undefined") {
124
- transitionCoordinatesShort.push(shorterGeojson.geometry.coordinates[i]);
125
- }
126
- }
127
- }
128
- }
129
-
130
- if (reverseOrder) {
131
- targetCoordinates = transitionCoordinatesShort;
132
- srcCoordinates = transitionCoordinatesLong;
133
- } else {
134
- targetCoordinates = transitionCoordinatesLong;
135
- srcCoordinates = transitionCoordinatesShort;
136
- }
137
-
138
- if (targetCoordinates.length < 2 && srcCoordinates < 2) return;
139
- // create props.transitionTime / msPerStep (=: transitionSteps) Versions of transitionGeojsonCommonDataRef.current + transitionCoordinates making the transitionCoordinates transitionCoordinatesDistance / transitionSteps longer on each step
140
-
141
- let transitionSteps = props.transitionTime / msPerStep;
142
- let srcCoordinatesDistance =
143
- srcCoordinates.length > 1 ? Math.round(turf.length(turf.lineString(srcCoordinates))) : 0;
144
- let targetCoordinatesDistance =
145
- targetCoordinates.length > 1 ? Math.round(turf.length(turf.lineString(targetCoordinates))) : 0;
146
- let transitionDistance = targetCoordinatesDistance + srcCoordinatesDistance;
147
-
148
- let srcCoordinatesShare = srcCoordinatesDistance / transitionDistance;
149
- let srcTransitionSteps = Math.round(transitionSteps * srcCoordinatesShare);
150
- let srcPerStepDistance = Math.round((srcCoordinatesDistance / srcTransitionSteps) * 100) / 100;
151
-
152
- let targetCoordinatesShare = targetCoordinatesDistance / transitionDistance;
153
- let targetTransitionSteps = Math.round(transitionSteps * targetCoordinatesShare);
154
- let targetPerStepDistance =
155
- Math.round((targetCoordinatesDistance / targetTransitionSteps) * 100) / 100;
156
-
157
- // use srcPerStepDistance as src coordinates are always animated backwards
158
- let loopStepDistance = srcCoordinatesDistance;
159
- if (loopStepDistance <= 0) {
160
- loopStepDistance = 0.1;
161
- }
162
-
163
- // create transition step data as an array of all required FeatureCollection states until the transition is complete
164
- let transitionStepData;
165
-
166
- transitionStepData = [
167
- ...createTransitionSteps(srcCoordinates, srcPerStepDistance, srcTransitionSteps),
168
- ];
169
- transitionStepData.reverse();
170
-
171
- transitionStepData = [
172
- ...transitionStepData,
173
- ...createTransitionSteps(targetCoordinates, targetPerStepDistance, targetTransitionSteps),
174
- ];
175
-
176
- transitionStepData.push(targetGeojson);
177
-
178
- transitionGeojsonDataRef.current = transitionStepData;
179
-
180
- currentTransitionStepRef.current = 1;
181
- transitionInProgressRef.current = true;
182
- transitionTimeoutRef.current = setTimeout(
183
- () =>
184
- _showNextTransitionSegment(
185
- props,
186
- map,
187
- transitionInProgressRef,
188
- transitionGeojsonDataRef,
189
- transitionGeojsonCommonDataRef,
190
- currentTransitionStepRef,
191
- msPerStep,
192
- transitionTimeoutRef,
193
- setDisplayGeojson
194
- ),
195
- msPerStep
196
- );
197
- };
198
-
199
- let createTransitionSteps = (linestringCoordinates, perStepDistance, stepCnt) => {
200
- let transitionSteps = [];
201
-
202
- if (linestringCoordinates.length > 1) {
203
- let tmpChunks = turf.lineChunk(turf.lineString(linestringCoordinates), perStepDistance);
204
- // tmpLineString contains all coordinates of all previous plus current loop iteration
205
- let tmpLinestring = tmpChunks.features[0];
206
- for (let i = 0; i < stepCnt; i++) {
207
- transitionSteps.push(tmpLinestring);
208
- if (typeof tmpChunks.features[i] !== "undefined") {
209
- tmpLinestring = turf.lineString([
210
- ...tmpLinestring.geometry.coordinates,
211
- ...tmpChunks.features[i].geometry.coordinates,
212
- ]);
213
- } else {
214
- break;
215
- }
216
- }
217
- }
218
- return transitionSteps;
219
- };
220
-
221
- export { _showNextTransitionSegment, _transitionToGeojson };
@@ -1,3 +0,0 @@
1
- # Component Beschreibung
2
-
3
- Beschreibungstext
@@ -1,75 +0,0 @@
1
- import React, { useRef } from "react";
2
- import PropTypes from "prop-types";
3
-
4
- import useMapState from "../../hooks/useMapState";
5
-
6
- /**
7
- * Renders a collapsable top-drawer containing live map debug information
8
- *
9
- * @param {object} props
10
- * @param {string} props.mapId Id of the target MapLibre instance in mapContext
11
- *
12
- * @component
13
- */
14
- const MlUseMapDebugger = (props) => {
15
- const map = useMapState({
16
- mapId: props.mapId,
17
- watch: {
18
- layers: true,
19
- sources: false, // not yet provided
20
- viewport: false,
21
- ...props.watch,
22
- },
23
- filter: {
24
- ...props.filter,
25
- },
26
- });
27
- const renderCounter = useRef(0);
28
- renderCounter.current = renderCounter.current + 1;
29
-
30
- return (
31
- <>
32
- {/*
33
- <IconButton
34
- sx={{ zIndex: 10000 }}
35
- aria-label="delete"
36
- size="small"
37
- onClick={() => setDebuggerOpen(!debuggerOpen)}
38
- >
39
- <CodeIcon fontSize="inherit" />
40
- </IconButton>
41
- <Drawer
42
- anchor="top"
43
- open={debuggerOpen}
44
- onClose={() => setDebuggerOpen(!debuggerOpen)}
45
- PaperProps={{
46
- sx: {
47
- opacity: 0.85,
48
- maxHeight: "100px",
49
- position: "relative",
50
- },
51
- }}
52
- hideBackdrop={true}
53
- variant="persistent"
54
- ></Drawer>
55
- */}
56
- <div style={{ overflow: "hidden", width: "100px", height: "20px" }}>
57
- Render: {renderCounter.current}
58
- <br />
59
- <pre>{JSON.stringify(map, null, " ")}</pre>
60
- </div>
61
- </>
62
- );
63
- };
64
-
65
- MlUseMapDebugger.defaultProps = {
66
- mapId: undefined,
67
- };
68
-
69
- MlUseMapDebugger.propTypes = {
70
- /**
71
- * Id of the target MapLibre instance in mapContext
72
- */
73
- mapId: PropTypes.string,
74
- };
75
- export default MlUseMapDebugger;
@@ -1,14 +0,0 @@
1
- {
2
- "name": "MlUseMapDebugger",
3
- "title": "",
4
- "description": "",
5
- "i18n": {
6
- "de": {
7
- "title": "",
8
- "description": ""
9
- }
10
- },
11
- "tags": [],
12
- "category": "",
13
- "type": "component"
14
- }
@@ -1,30 +0,0 @@
1
- import React from "react";
2
-
3
- import MlUseMapDebugger from "./MlUseMapDebugger";
4
-
5
- import mapContextDecorator from "../../decorators/MapContextDecorator";
6
-
7
- const storyoptions = {
8
- title: "MapComponents/MlUseMapDebugger",
9
- component: MlUseMapDebugger,
10
- argTypes: {
11
- url: {},
12
- layer: {},
13
- },
14
- decorators: mapContextDecorator,
15
- };
16
- export default storyoptions;
17
-
18
- const Template = (props) => {
19
- return (
20
- <>
21
- <MlUseMapDebugger {...props} />
22
- </>
23
- );
24
- };
25
-
26
- export const ExampleConfig = Template.bind({});
27
- ExampleConfig.parameters = {};
28
- ExampleConfig.args = {
29
- mapId: "map_1",
30
- };
@@ -1 +0,0 @@
1
- Darstellung von Vector Tiles
@@ -1 +0,0 @@
1
- Presentation of vector tiles.
@@ -1,14 +0,0 @@
1
- {
2
- "name": "MlVectorTileLayer",
3
- "title": "Vector tile layer",
4
- "description": "Adds a vector tile layer to the map",
5
- "i18n": {
6
- "de": {
7
- "title": "Vector Tiles",
8
- "description": "Baustein: Vektorenkacheln/Vector Tiles (der Anwendung/Karte hinzufügen)"
9
- }
10
- },
11
- "tags": ["Map layer"],
12
- "category": "layer",
13
- "type": "component"
14
- }