create-swdg-frontend 0.1.7 → 0.2.0

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 (440) hide show
  1. package/README.md +31 -13
  2. package/bin/index.js +3 -244
  3. package/lib/argv.js +43 -0
  4. package/lib/cli.js +141 -0
  5. package/lib/constants.js +24 -0
  6. package/lib/gis.js +92 -0
  7. package/lib/manifest.js +23 -0
  8. package/lib/prompts.js +55 -0
  9. package/lib/scaffold.js +118 -0
  10. package/package.json +6 -2
  11. package/scripts/sync-template.js +120 -0
  12. package/scripts/validate-template.mjs +74 -0
  13. package/stubs/tsconfig.node.json +11 -0
  14. package/stubs/types-env.d.ts +9 -0
  15. package/stubs/vite.config.ts +64 -0
  16. package/template/.env.example +6 -0
  17. package/template/.github/workflows/ci.yml +23 -0
  18. package/template/.github/workflows/release.yml +69 -0
  19. package/template/.stylelintrc.json +7 -1
  20. package/template/README.md +95 -32
  21. package/template/auto-imports.d.ts +10 -0
  22. package/template/docs/MAINTAINER.md +77 -0
  23. package/template/docs/ONBOARDING.md +284 -0
  24. package/template/docs/TESTING.md +104 -0
  25. package/template/package.json +48 -41
  26. package/template/pnpm-lock.yaml +6360 -0
  27. package/template/scripts/gen-api.cjs +20 -7
  28. package/template/scripts/release.mjs +22 -28
  29. package/template/scripts/set-release-version.mjs +46 -0
  30. package/template/scripts/test-pipeline.mjs +85 -0
  31. package/template/scripts/test-scaffold.mjs +197 -0
  32. package/template/scripts/test-template.mjs +52 -0
  33. package/template/scripts/verify.mjs +28 -0
  34. package/template/scripts/vite-plugin-cesium-dev.ts +56 -0
  35. package/template/src/api/README.md +4 -0
  36. package/template/src/components/Body/index.vue +65 -35
  37. package/template/src/components/CesiumViewer/index.vue +36 -0
  38. package/template/src/components/Header/index.vue +16 -5
  39. package/template/src/components/OnboardingDeck/index.vue +449 -0
  40. package/template/src/data/onboardingSlides.ts +208 -0
  41. package/template/src/main.ts +1 -0
  42. package/template/src/router/index.ts +20 -14
  43. package/template/src/router/routeUtils.ts +13 -0
  44. package/template/src/styles/shell.css +232 -0
  45. package/template/src/utils/axios-middleware.js +1 -1
  46. package/template/src/utils/cesium/index.ts +71 -0
  47. package/template/src/utils/composables/useFeatureGis.ts +24 -0
  48. package/template/src/views/examples/cesium/index.vue +85 -0
  49. package/template/src/views/examples/guide/index.vue +42 -0
  50. package/template/src/views/examples/test/index.vue +63 -0
  51. package/template/src/views/index.vue +2 -3
  52. package/template/tests/README.md +1 -0
  53. package/template/tests/unit/onboardingSlides.test.ts +20 -0
  54. package/template/tests/unit/router.utils.test.ts +21 -0
  55. package/template/tests/unit/scaffold.lib.test.ts +44 -0
  56. package/template/tests/unit/useFeatureGis.test.ts +14 -0
  57. package/template/tsconfig.json +17 -17
  58. package/template/tsconfig.node.json +1 -1
  59. package/template/types/env.d.ts +13 -0
  60. package/template/vite.config.ts +26 -5
  61. package/template/vitest.config.ts +13 -0
  62. package/template/.env +0 -1
  63. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_0.json +0 -1012
  64. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_1.json +0 -1012
  65. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_10.json +0 -1012
  66. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_11.json +0 -1012
  67. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_12.json +0 -1012
  68. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_13.json +0 -1012
  69. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_14.json +0 -1012
  70. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_15.json +0 -1012
  71. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_16.json +0 -1012
  72. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_17.json +0 -1012
  73. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_18.json +0 -1012
  74. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_19.json +0 -1012
  75. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_2.json +0 -1012
  76. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_20.json +0 -1012
  77. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_21.json +0 -1012
  78. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_22.json +0 -1012
  79. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_23.json +0 -1012
  80. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_24.json +0 -1012
  81. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_25.json +0 -1012
  82. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_26.json +0 -1012
  83. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_27.json +0 -438
  84. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_3.json +0 -1012
  85. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_4.json +0 -1012
  86. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_5.json +0 -1012
  87. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_6.json +0 -1012
  88. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_7.json +0 -1012
  89. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_8.json +0 -1012
  90. package/template/public/Cesium1.119/Assets/IAU2006_XYS/IAU2006_XYS_9.json +0 -1012
  91. package/template/public/Cesium1.119/Assets/Images/bing_maps_credit.png +0 -0
  92. package/template/public/Cesium1.119/Assets/Images/cesium_credit.png +0 -0
  93. package/template/public/Cesium1.119/Assets/Images/google_earth_credit.png +0 -0
  94. package/template/public/Cesium1.119/Assets/Images/ion-credit.png +0 -0
  95. package/template/public/Cesium1.119/Assets/Textures/LensFlare/DirtMask.jpg +0 -0
  96. package/template/public/Cesium1.119/Assets/Textures/LensFlare/StarBurst.jpg +0 -0
  97. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/0/0/0.jpg +0 -0
  98. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/0/1/0.jpg +0 -0
  99. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/0/0.jpg +0 -0
  100. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/0/1.jpg +0 -0
  101. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/1/0.jpg +0 -0
  102. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/1/1.jpg +0 -0
  103. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/2/0.jpg +0 -0
  104. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/2/1.jpg +0 -0
  105. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/3/0.jpg +0 -0
  106. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/1/3/1.jpg +0 -0
  107. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/0.jpg +0 -0
  108. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/1.jpg +0 -0
  109. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/2.jpg +0 -0
  110. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/0/3.jpg +0 -0
  111. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/0.jpg +0 -0
  112. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/1.jpg +0 -0
  113. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/2.jpg +0 -0
  114. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/1/3.jpg +0 -0
  115. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/0.jpg +0 -0
  116. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/1.jpg +0 -0
  117. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/2.jpg +0 -0
  118. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/2/3.jpg +0 -0
  119. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/0.jpg +0 -0
  120. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/1.jpg +0 -0
  121. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/2.jpg +0 -0
  122. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/3/3.jpg +0 -0
  123. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/0.jpg +0 -0
  124. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/1.jpg +0 -0
  125. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/2.jpg +0 -0
  126. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/4/3.jpg +0 -0
  127. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/0.jpg +0 -0
  128. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/1.jpg +0 -0
  129. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/2.jpg +0 -0
  130. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/5/3.jpg +0 -0
  131. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/0.jpg +0 -0
  132. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/1.jpg +0 -0
  133. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/2.jpg +0 -0
  134. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/6/3.jpg +0 -0
  135. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/0.jpg +0 -0
  136. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/1.jpg +0 -0
  137. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/2.jpg +0 -0
  138. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/2/7/3.jpg +0 -0
  139. package/template/public/Cesium1.119/Assets/Textures/NaturalEarthII/tilemapresource.xml +0 -14
  140. package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_mx.jpg +0 -0
  141. package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_my.jpg +0 -0
  142. package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_mz.jpg +0 -0
  143. package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_px.jpg +0 -0
  144. package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_py.jpg +0 -0
  145. package/template/public/Cesium1.119/Assets/Textures/SkyBox/tycho2t3_80_pz.jpg +0 -0
  146. package/template/public/Cesium1.119/Assets/Textures/maki/airfield.png +0 -0
  147. package/template/public/Cesium1.119/Assets/Textures/maki/airport.png +0 -0
  148. package/template/public/Cesium1.119/Assets/Textures/maki/alcohol-shop.png +0 -0
  149. package/template/public/Cesium1.119/Assets/Textures/maki/america-football.png +0 -0
  150. package/template/public/Cesium1.119/Assets/Textures/maki/art-gallery.png +0 -0
  151. package/template/public/Cesium1.119/Assets/Textures/maki/bakery.png +0 -0
  152. package/template/public/Cesium1.119/Assets/Textures/maki/bank.png +0 -0
  153. package/template/public/Cesium1.119/Assets/Textures/maki/bar.png +0 -0
  154. package/template/public/Cesium1.119/Assets/Textures/maki/baseball.png +0 -0
  155. package/template/public/Cesium1.119/Assets/Textures/maki/basketball.png +0 -0
  156. package/template/public/Cesium1.119/Assets/Textures/maki/beer.png +0 -0
  157. package/template/public/Cesium1.119/Assets/Textures/maki/bicycle.png +0 -0
  158. package/template/public/Cesium1.119/Assets/Textures/maki/building.png +0 -0
  159. package/template/public/Cesium1.119/Assets/Textures/maki/bus.png +0 -0
  160. package/template/public/Cesium1.119/Assets/Textures/maki/cafe.png +0 -0
  161. package/template/public/Cesium1.119/Assets/Textures/maki/camera.png +0 -0
  162. package/template/public/Cesium1.119/Assets/Textures/maki/campsite.png +0 -0
  163. package/template/public/Cesium1.119/Assets/Textures/maki/car.png +0 -0
  164. package/template/public/Cesium1.119/Assets/Textures/maki/cemetery.png +0 -0
  165. package/template/public/Cesium1.119/Assets/Textures/maki/cesium.png +0 -0
  166. package/template/public/Cesium1.119/Assets/Textures/maki/chemist.png +0 -0
  167. package/template/public/Cesium1.119/Assets/Textures/maki/cinema.png +0 -0
  168. package/template/public/Cesium1.119/Assets/Textures/maki/circle-stroked.png +0 -0
  169. package/template/public/Cesium1.119/Assets/Textures/maki/circle.png +0 -0
  170. package/template/public/Cesium1.119/Assets/Textures/maki/city.png +0 -0
  171. package/template/public/Cesium1.119/Assets/Textures/maki/clothing-store.png +0 -0
  172. package/template/public/Cesium1.119/Assets/Textures/maki/college.png +0 -0
  173. package/template/public/Cesium1.119/Assets/Textures/maki/commercial.png +0 -0
  174. package/template/public/Cesium1.119/Assets/Textures/maki/cricket.png +0 -0
  175. package/template/public/Cesium1.119/Assets/Textures/maki/cross.png +0 -0
  176. package/template/public/Cesium1.119/Assets/Textures/maki/dam.png +0 -0
  177. package/template/public/Cesium1.119/Assets/Textures/maki/danger.png +0 -0
  178. package/template/public/Cesium1.119/Assets/Textures/maki/disability.png +0 -0
  179. package/template/public/Cesium1.119/Assets/Textures/maki/dog-park.png +0 -0
  180. package/template/public/Cesium1.119/Assets/Textures/maki/embassy.png +0 -0
  181. package/template/public/Cesium1.119/Assets/Textures/maki/emergency-telephone.png +0 -0
  182. package/template/public/Cesium1.119/Assets/Textures/maki/entrance.png +0 -0
  183. package/template/public/Cesium1.119/Assets/Textures/maki/farm.png +0 -0
  184. package/template/public/Cesium1.119/Assets/Textures/maki/fast-food.png +0 -0
  185. package/template/public/Cesium1.119/Assets/Textures/maki/ferry.png +0 -0
  186. package/template/public/Cesium1.119/Assets/Textures/maki/fire-station.png +0 -0
  187. package/template/public/Cesium1.119/Assets/Textures/maki/fuel.png +0 -0
  188. package/template/public/Cesium1.119/Assets/Textures/maki/garden.png +0 -0
  189. package/template/public/Cesium1.119/Assets/Textures/maki/gift.png +0 -0
  190. package/template/public/Cesium1.119/Assets/Textures/maki/golf.png +0 -0
  191. package/template/public/Cesium1.119/Assets/Textures/maki/grocery.png +0 -0
  192. package/template/public/Cesium1.119/Assets/Textures/maki/hairdresser.png +0 -0
  193. package/template/public/Cesium1.119/Assets/Textures/maki/harbor.png +0 -0
  194. package/template/public/Cesium1.119/Assets/Textures/maki/heart.png +0 -0
  195. package/template/public/Cesium1.119/Assets/Textures/maki/heliport.png +0 -0
  196. package/template/public/Cesium1.119/Assets/Textures/maki/hospital.png +0 -0
  197. package/template/public/Cesium1.119/Assets/Textures/maki/ice-cream.png +0 -0
  198. package/template/public/Cesium1.119/Assets/Textures/maki/industrial.png +0 -0
  199. package/template/public/Cesium1.119/Assets/Textures/maki/land-use.png +0 -0
  200. package/template/public/Cesium1.119/Assets/Textures/maki/laundry.png +0 -0
  201. package/template/public/Cesium1.119/Assets/Textures/maki/library.png +0 -0
  202. package/template/public/Cesium1.119/Assets/Textures/maki/lighthouse.png +0 -0
  203. package/template/public/Cesium1.119/Assets/Textures/maki/lodging.png +0 -0
  204. package/template/public/Cesium1.119/Assets/Textures/maki/logging.png +0 -0
  205. package/template/public/Cesium1.119/Assets/Textures/maki/london-underground.png +0 -0
  206. package/template/public/Cesium1.119/Assets/Textures/maki/marker-stroked.png +0 -0
  207. package/template/public/Cesium1.119/Assets/Textures/maki/marker.png +0 -0
  208. package/template/public/Cesium1.119/Assets/Textures/maki/minefield.png +0 -0
  209. package/template/public/Cesium1.119/Assets/Textures/maki/mobilephone.png +0 -0
  210. package/template/public/Cesium1.119/Assets/Textures/maki/monument.png +0 -0
  211. package/template/public/Cesium1.119/Assets/Textures/maki/museum.png +0 -0
  212. package/template/public/Cesium1.119/Assets/Textures/maki/music.png +0 -0
  213. package/template/public/Cesium1.119/Assets/Textures/maki/oil-well.png +0 -0
  214. package/template/public/Cesium1.119/Assets/Textures/maki/park.png +0 -0
  215. package/template/public/Cesium1.119/Assets/Textures/maki/park2.png +0 -0
  216. package/template/public/Cesium1.119/Assets/Textures/maki/parking-garage.png +0 -0
  217. package/template/public/Cesium1.119/Assets/Textures/maki/parking.png +0 -0
  218. package/template/public/Cesium1.119/Assets/Textures/maki/pharmacy.png +0 -0
  219. package/template/public/Cesium1.119/Assets/Textures/maki/pitch.png +0 -0
  220. package/template/public/Cesium1.119/Assets/Textures/maki/place-of-worship.png +0 -0
  221. package/template/public/Cesium1.119/Assets/Textures/maki/playground.png +0 -0
  222. package/template/public/Cesium1.119/Assets/Textures/maki/police.png +0 -0
  223. package/template/public/Cesium1.119/Assets/Textures/maki/polling-place.png +0 -0
  224. package/template/public/Cesium1.119/Assets/Textures/maki/post.png +0 -0
  225. package/template/public/Cesium1.119/Assets/Textures/maki/prison.png +0 -0
  226. package/template/public/Cesium1.119/Assets/Textures/maki/rail-above.png +0 -0
  227. package/template/public/Cesium1.119/Assets/Textures/maki/rail-light.png +0 -0
  228. package/template/public/Cesium1.119/Assets/Textures/maki/rail-metro.png +0 -0
  229. package/template/public/Cesium1.119/Assets/Textures/maki/rail-underground.png +0 -0
  230. package/template/public/Cesium1.119/Assets/Textures/maki/rail.png +0 -0
  231. package/template/public/Cesium1.119/Assets/Textures/maki/religious-christian.png +0 -0
  232. package/template/public/Cesium1.119/Assets/Textures/maki/religious-jewish.png +0 -0
  233. package/template/public/Cesium1.119/Assets/Textures/maki/religious-muslim.png +0 -0
  234. package/template/public/Cesium1.119/Assets/Textures/maki/restaurant.png +0 -0
  235. package/template/public/Cesium1.119/Assets/Textures/maki/roadblock.png +0 -0
  236. package/template/public/Cesium1.119/Assets/Textures/maki/rocket.png +0 -0
  237. package/template/public/Cesium1.119/Assets/Textures/maki/school.png +0 -0
  238. package/template/public/Cesium1.119/Assets/Textures/maki/scooter.png +0 -0
  239. package/template/public/Cesium1.119/Assets/Textures/maki/shop.png +0 -0
  240. package/template/public/Cesium1.119/Assets/Textures/maki/skiing.png +0 -0
  241. package/template/public/Cesium1.119/Assets/Textures/maki/slaughterhouse.png +0 -0
  242. package/template/public/Cesium1.119/Assets/Textures/maki/soccer.png +0 -0
  243. package/template/public/Cesium1.119/Assets/Textures/maki/square-stroked.png +0 -0
  244. package/template/public/Cesium1.119/Assets/Textures/maki/square.png +0 -0
  245. package/template/public/Cesium1.119/Assets/Textures/maki/star-stroked.png +0 -0
  246. package/template/public/Cesium1.119/Assets/Textures/maki/star.png +0 -0
  247. package/template/public/Cesium1.119/Assets/Textures/maki/suitcase.png +0 -0
  248. package/template/public/Cesium1.119/Assets/Textures/maki/swimming.png +0 -0
  249. package/template/public/Cesium1.119/Assets/Textures/maki/telephone.png +0 -0
  250. package/template/public/Cesium1.119/Assets/Textures/maki/tennis.png +0 -0
  251. package/template/public/Cesium1.119/Assets/Textures/maki/theatre.png +0 -0
  252. package/template/public/Cesium1.119/Assets/Textures/maki/toilets.png +0 -0
  253. package/template/public/Cesium1.119/Assets/Textures/maki/town-hall.png +0 -0
  254. package/template/public/Cesium1.119/Assets/Textures/maki/town.png +0 -0
  255. package/template/public/Cesium1.119/Assets/Textures/maki/triangle-stroked.png +0 -0
  256. package/template/public/Cesium1.119/Assets/Textures/maki/triangle.png +0 -0
  257. package/template/public/Cesium1.119/Assets/Textures/maki/village.png +0 -0
  258. package/template/public/Cesium1.119/Assets/Textures/maki/warehouse.png +0 -0
  259. package/template/public/Cesium1.119/Assets/Textures/maki/waste-basket.png +0 -0
  260. package/template/public/Cesium1.119/Assets/Textures/maki/water.png +0 -0
  261. package/template/public/Cesium1.119/Assets/Textures/maki/wetland.png +0 -0
  262. package/template/public/Cesium1.119/Assets/Textures/maki/zoo.png +0 -0
  263. package/template/public/Cesium1.119/Assets/Textures/moonSmall.jpg +0 -0
  264. package/template/public/Cesium1.119/Assets/Textures/pin.svg +0 -1
  265. package/template/public/Cesium1.119/Assets/Textures/waterNormals.jpg +0 -0
  266. package/template/public/Cesium1.119/Assets/Textures/waterNormalsSmall.jpg +0 -0
  267. package/template/public/Cesium1.119/Assets/approximateTerrainHeights.json +0 -10924
  268. package/template/public/Cesium1.119/Cesium.js +0 -185772
  269. package/template/public/Cesium1.119/ThirdParty/Workers/package.json +0 -3
  270. package/template/public/Cesium1.119/ThirdParty/Workers/pako_deflate.min.js +0 -1681
  271. package/template/public/Cesium1.119/ThirdParty/Workers/pako_inflate.min.js +0 -1489
  272. package/template/public/Cesium1.119/ThirdParty/Workers/z-worker-pako.js +0 -1070
  273. package/template/public/Cesium1.119/ThirdParty/basis_transcoder.wasm +0 -0
  274. package/template/public/Cesium1.119/ThirdParty/draco_decoder.wasm +0 -0
  275. package/template/public/Cesium1.119/ThirdParty/google-earth-dbroot-parser.js +0 -11424
  276. package/template/public/Cesium1.119/Widgets/Animation/Animation.css +0 -127
  277. package/template/public/Cesium1.119/Widgets/Animation/lighter.css +0 -78
  278. package/template/public/Cesium1.119/Widgets/BaseLayerPicker/BaseLayerPicker.css +0 -112
  279. package/template/public/Cesium1.119/Widgets/BaseLayerPicker/lighter.css +0 -28
  280. package/template/public/Cesium1.119/Widgets/Cesium3DTilesInspector/Cesium3DTilesInspector.css +0 -104
  281. package/template/public/Cesium1.119/Widgets/CesiumInspector/CesiumInspector.css +0 -115
  282. package/template/public/Cesium1.119/Widgets/CesiumWidget/CesiumWidget.css +0 -119
  283. package/template/public/Cesium1.119/Widgets/CesiumWidget/lighter.css +0 -14
  284. package/template/public/Cesium1.119/Widgets/FullscreenButton/FullscreenButton.css +0 -8
  285. package/template/public/Cesium1.119/Widgets/Geocoder/Geocoder.css +0 -72
  286. package/template/public/Cesium1.119/Widgets/Geocoder/lighter.css +0 -17
  287. package/template/public/Cesium1.119/Widgets/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css +0 -27
  288. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldHillshade.png +0 -0
  289. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldImagery.png +0 -0
  290. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/ArcGisMapServiceWorldOcean.png +0 -0
  291. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingAerial.png +0 -0
  292. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingAerialLabels.png +0 -0
  293. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/bingRoads.png +0 -0
  294. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/blueMarble.png +0 -0
  295. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/earthAtNight.png +0 -0
  296. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png +0 -0
  297. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxSatellite.png +0 -0
  298. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxStreets.png +0 -0
  299. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/mapboxTerrain.png +0 -0
  300. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/naturalEarthII.png +0 -0
  301. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/openStreetMap.png +0 -0
  302. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/sentinel-2.png +0 -0
  303. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stadiaAlidadeSmooth.png +0 -0
  304. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stadiaAlidadeSmoothDark.png +0 -0
  305. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stamenToner.png +0 -0
  306. package/template/public/Cesium1.119/Widgets/Images/ImageryProviders/stamenWatercolor.png +0 -0
  307. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/Mouse.svg +0 -84
  308. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseLeft.svg +0 -76
  309. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseMiddle.svg +0 -76
  310. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/MouseRight.svg +0 -76
  311. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/Touch.svg +0 -120
  312. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchDrag.svg +0 -129
  313. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchRotate.svg +0 -76
  314. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchTilt.svg +0 -135
  315. package/template/public/Cesium1.119/Widgets/Images/NavigationHelp/TouchZoom.svg +0 -74
  316. package/template/public/Cesium1.119/Widgets/Images/TerrainProviders/CesiumWorldTerrain.png +0 -0
  317. package/template/public/Cesium1.119/Widgets/Images/TerrainProviders/Ellipsoid.png +0 -0
  318. package/template/public/Cesium1.119/Widgets/Images/TimelineIcons.png +0 -0
  319. package/template/public/Cesium1.119/Widgets/Images/info-loading.gif +0 -0
  320. package/template/public/Cesium1.119/Widgets/InfoBox/InfoBox.css +0 -94
  321. package/template/public/Cesium1.119/Widgets/InfoBox/InfoBoxDescription.css +0 -178
  322. package/template/public/Cesium1.119/Widgets/NavigationHelpButton/NavigationHelpButton.css +0 -95
  323. package/template/public/Cesium1.119/Widgets/NavigationHelpButton/lighter.css +0 -38
  324. package/template/public/Cesium1.119/Widgets/PerformanceWatchdog/PerformanceWatchdog.css +0 -15
  325. package/template/public/Cesium1.119/Widgets/ProjectionPicker/ProjectionPicker.css +0 -46
  326. package/template/public/Cesium1.119/Widgets/SceneModePicker/SceneModePicker.css +0 -72
  327. package/template/public/Cesium1.119/Widgets/SelectionIndicator/SelectionIndicator.css +0 -22
  328. package/template/public/Cesium1.119/Widgets/Timeline/Timeline.css +0 -103
  329. package/template/public/Cesium1.119/Widgets/Timeline/lighter.css +0 -18
  330. package/template/public/Cesium1.119/Widgets/VRButton/VRButton.css +0 -8
  331. package/template/public/Cesium1.119/Widgets/Viewer/Viewer.css +0 -107
  332. package/template/public/Cesium1.119/Widgets/VoxelInspector/VoxelInspector.css +0 -18
  333. package/template/public/Cesium1.119/Widgets/lighter.css +0 -246
  334. package/template/public/Cesium1.119/Widgets/lighterShared.css +0 -46
  335. package/template/public/Cesium1.119/Widgets/shared.css +0 -103
  336. package/template/public/Cesium1.119/Widgets/widgets.css +0 -1376
  337. package/template/public/Cesium1.119/Workers/chunk-3C7WC463.js +0 -611
  338. package/template/public/Cesium1.119/Workers/chunk-3JW36LZF.js +0 -166
  339. package/template/public/Cesium1.119/Workers/chunk-4BTGX3WJ.js +0 -264
  340. package/template/public/Cesium1.119/Workers/chunk-4WRMLZA7.js +0 -128
  341. package/template/public/Cesium1.119/Workers/chunk-7Z5IIKOJ.js +0 -8046
  342. package/template/public/Cesium1.119/Workers/chunk-ABGXSJNX.js +0 -341
  343. package/template/public/Cesium1.119/Workers/chunk-AMQUWUD4.js +0 -269
  344. package/template/public/Cesium1.119/Workers/chunk-ATPDRNKI.js +0 -28
  345. package/template/public/Cesium1.119/Workers/chunk-BMHPVZ4H.js +0 -199
  346. package/template/public/Cesium1.119/Workers/chunk-CBEO3SHS.js +0 -1102
  347. package/template/public/Cesium1.119/Workers/chunk-CV7DLCWG.js +0 -485
  348. package/template/public/Cesium1.119/Workers/chunk-DQO6B4EQ.js +0 -76
  349. package/template/public/Cesium1.119/Workers/chunk-ED3TLP6D.js +0 -91
  350. package/template/public/Cesium1.119/Workers/chunk-EFZKO5RU.js +0 -42
  351. package/template/public/Cesium1.119/Workers/chunk-F5IHREXR.js +0 -2678
  352. package/template/public/Cesium1.119/Workers/chunk-FKRG4HDY.js +0 -516
  353. package/template/public/Cesium1.119/Workers/chunk-FYOYUPXG.js +0 -399
  354. package/template/public/Cesium1.119/Workers/chunk-GFN7NNSJ.js +0 -65
  355. package/template/public/Cesium1.119/Workers/chunk-HEEMUCG6.js +0 -92
  356. package/template/public/Cesium1.119/Workers/chunk-HSWA4OEL.js +0 -672
  357. package/template/public/Cesium1.119/Workers/chunk-IAC5XVZV.js +0 -287
  358. package/template/public/Cesium1.119/Workers/chunk-II4VNKYR.js +0 -50
  359. package/template/public/Cesium1.119/Workers/chunk-ILGBPNP6.js +0 -28
  360. package/template/public/Cesium1.119/Workers/chunk-IRH46BDL.js +0 -124
  361. package/template/public/Cesium1.119/Workers/chunk-IUA6FAOZ.js +0 -31
  362. package/template/public/Cesium1.119/Workers/chunk-K4ASOM65.js +0 -331
  363. package/template/public/Cesium1.119/Workers/chunk-KCIZBVXL.js +0 -258
  364. package/template/public/Cesium1.119/Workers/chunk-KF5NF354.js +0 -162
  365. package/template/public/Cesium1.119/Workers/chunk-KRKI6AAO.js +0 -773
  366. package/template/public/Cesium1.119/Workers/chunk-KZNJOCYU.js +0 -162
  367. package/template/public/Cesium1.119/Workers/chunk-O5IJ3OGP.js +0 -857
  368. package/template/public/Cesium1.119/Workers/chunk-OO23RBLX.js +0 -183
  369. package/template/public/Cesium1.119/Workers/chunk-P37AI2DW.js +0 -85
  370. package/template/public/Cesium1.119/Workers/chunk-PDMQLSBL.js +0 -108
  371. package/template/public/Cesium1.119/Workers/chunk-PEYJTJPE.js +0 -73
  372. package/template/public/Cesium1.119/Workers/chunk-POASMU2N.js +0 -2372
  373. package/template/public/Cesium1.119/Workers/chunk-PXCJYT2S.js +0 -73
  374. package/template/public/Cesium1.119/Workers/chunk-Q6L7X3LP.js +0 -538
  375. package/template/public/Cesium1.119/Workers/chunk-QB3MDM4J.js +0 -1670
  376. package/template/public/Cesium1.119/Workers/chunk-R6KGAEF6.js +0 -392
  377. package/template/public/Cesium1.119/Workers/chunk-RXTBM4OI.js +0 -57
  378. package/template/public/Cesium1.119/Workers/chunk-SB224QGV.js +0 -72
  379. package/template/public/Cesium1.119/Workers/chunk-T6BE4RZK.js +0 -37
  380. package/template/public/Cesium1.119/Workers/chunk-TAMCUKAR.js +0 -814
  381. package/template/public/Cesium1.119/Workers/chunk-TMSETF7M.js +0 -579
  382. package/template/public/Cesium1.119/Workers/chunk-TOGHF3VN.js +0 -376
  383. package/template/public/Cesium1.119/Workers/chunk-UH2WFNTA.js +0 -111
  384. package/template/public/Cesium1.119/Workers/chunk-V7JEDBOE.js +0 -573
  385. package/template/public/Cesium1.119/Workers/chunk-VBIROZR5.js +0 -633
  386. package/template/public/Cesium1.119/Workers/chunk-W23CU777.js +0 -271
  387. package/template/public/Cesium1.119/Workers/chunk-X5IHHI6X.js +0 -173
  388. package/template/public/Cesium1.119/Workers/chunk-XHX2UPDO.js +0 -217
  389. package/template/public/Cesium1.119/Workers/combineGeometry.js +0 -53
  390. package/template/public/Cesium1.119/Workers/createBoxGeometry.js +0 -45
  391. package/template/public/Cesium1.119/Workers/createBoxOutlineGeometry.js +0 -189
  392. package/template/public/Cesium1.119/Workers/createCircleGeometry.js +0 -148
  393. package/template/public/Cesium1.119/Workers/createCircleOutlineGeometry.js +0 -105
  394. package/template/public/Cesium1.119/Workers/createCoplanarPolygonGeometry.js +0 -293
  395. package/template/public/Cesium1.119/Workers/createCoplanarPolygonOutlineGeometry.js +0 -143
  396. package/template/public/Cesium1.119/Workers/createCorridorGeometry.js +0 -830
  397. package/template/public/Cesium1.119/Workers/createCorridorOutlineGeometry.js +0 -417
  398. package/template/public/Cesium1.119/Workers/createCylinderGeometry.js +0 -47
  399. package/template/public/Cesium1.119/Workers/createCylinderOutlineGeometry.js +0 -170
  400. package/template/public/Cesium1.119/Workers/createEllipseGeometry.js +0 -58
  401. package/template/public/Cesium1.119/Workers/createEllipseOutlineGeometry.js +0 -51
  402. package/template/public/Cesium1.119/Workers/createEllipsoidGeometry.js +0 -46
  403. package/template/public/Cesium1.119/Workers/createEllipsoidOutlineGeometry.js +0 -45
  404. package/template/public/Cesium1.119/Workers/createFrustumGeometry.js +0 -45
  405. package/template/public/Cesium1.119/Workers/createFrustumOutlineGeometry.js +0 -164
  406. package/template/public/Cesium1.119/Workers/createGeometry.js +0 -159
  407. package/template/public/Cesium1.119/Workers/createGroundPolylineGeometry.js +0 -911
  408. package/template/public/Cesium1.119/Workers/createPlaneGeometry.js +0 -185
  409. package/template/public/Cesium1.119/Workers/createPlaneOutlineGeometry.js +0 -93
  410. package/template/public/Cesium1.119/Workers/createPolygonGeometry.js +0 -884
  411. package/template/public/Cesium1.119/Workers/createPolygonOutlineGeometry.js +0 -359
  412. package/template/public/Cesium1.119/Workers/createPolylineGeometry.js +0 -349
  413. package/template/public/Cesium1.119/Workers/createPolylineVolumeGeometry.js +0 -262
  414. package/template/public/Cesium1.119/Workers/createPolylineVolumeOutlineGeometry.js +0 -177
  415. package/template/public/Cesium1.119/Workers/createRectangleGeometry.js +0 -787
  416. package/template/public/Cesium1.119/Workers/createRectangleOutlineGeometry.js +0 -299
  417. package/template/public/Cesium1.119/Workers/createSimplePolylineGeometry.js +0 -294
  418. package/template/public/Cesium1.119/Workers/createSphereGeometry.js +0 -84
  419. package/template/public/Cesium1.119/Workers/createSphereOutlineGeometry.js +0 -83
  420. package/template/public/Cesium1.119/Workers/createTaskProcessorWorker.js +0 -28
  421. package/template/public/Cesium1.119/Workers/createVectorTileClampedPolylines.js +0 -289
  422. package/template/public/Cesium1.119/Workers/createVectorTileGeometries.js +0 -258
  423. package/template/public/Cesium1.119/Workers/createVectorTilePoints.js +0 -79
  424. package/template/public/Cesium1.119/Workers/createVectorTilePolygons.js +0 -275
  425. package/template/public/Cesium1.119/Workers/createVectorTilePolylines.js +0 -176
  426. package/template/public/Cesium1.119/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +0 -375
  427. package/template/public/Cesium1.119/Workers/createVerticesFromHeightmap.js +0 -1772
  428. package/template/public/Cesium1.119/Workers/createVerticesFromQuantizedTerrainMesh.js +0 -425
  429. package/template/public/Cesium1.119/Workers/createWallGeometry.js +0 -320
  430. package/template/public/Cesium1.119/Workers/createWallOutlineGeometry.js +0 -229
  431. package/template/public/Cesium1.119/Workers/decodeDraco.js +0 -227
  432. package/template/public/Cesium1.119/Workers/decodeGoogleEarthEnterprisePacket.js +0 -1836
  433. package/template/public/Cesium1.119/Workers/decodeI3S.js +0 -924
  434. package/template/public/Cesium1.119/Workers/transcodeKTX2.js +0 -3180
  435. package/template/public/Cesium1.119/Workers/transferTypedArrayTest.js +0 -34
  436. package/template/public/Cesium1.119/Workers/upsampleQuantizedTerrainMesh.js +0 -534
  437. package/template/public/Cesium1.119/index.cjs +0 -185632
  438. package/template/public/Cesium1.119/index.js +0 -182874
  439. package/template/src/views/Test/index.vue +0 -56
  440. package/template/tests/unit/example.test.ts +0 -7
@@ -1,73 +0,0 @@
1
- /**
2
- * @license
3
- * Cesium - https://github.com/CesiumGS/cesium
4
- * Version 1.119
5
- *
6
- * Copyright 2011-2022 Cesium Contributors
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- *
20
- * Columbus View (Pat. Pend.)
21
- *
22
- * Portions licensed separately.
23
- * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
- */
25
-
26
- import { e as f } from "./chunk-PEYJTJPE.js";
27
- function c(t) {
28
- let n,
29
- a = t.name,
30
- e = t.message;
31
- f(a) && f(e) ? (n = `${a}: ${e}`) : (n = t.toString());
32
- let o = t.stack;
33
- return (
34
- f(o) &&
35
- (n += `
36
- ${o}`),
37
- n
38
- );
39
- }
40
- var i = c;
41
- function l(t) {
42
- async function n({ data: e }) {
43
- let o = [],
44
- s = { id: e.id, result: void 0, error: void 0 };
45
- self.CESIUM_BASE_URL = e.baseUrl;
46
- try {
47
- let r = await t(e.parameters, o);
48
- s.result = r;
49
- } catch (r) {
50
- r instanceof Error
51
- ? (s.error = { name: r.name, message: r.message, stack: r.stack })
52
- : (s.error = r);
53
- }
54
- e.canTransferArrayBuffer || (o.length = 0);
55
- try {
56
- postMessage(s, o);
57
- } catch (r) {
58
- ((s.result = void 0),
59
- (s.error = `postMessage failed with error: ${i(r)}
60
- with responseMessage: ${JSON.stringify(s)}`),
61
- postMessage(s));
62
- }
63
- }
64
- function a(e) {
65
- postMessage({
66
- id: e.data?.id,
67
- error: `postMessage failed with error: ${JSON.stringify(e)}`,
68
- });
69
- }
70
- return ((self.onmessage = n), (self.onmessageerror = a), self);
71
- }
72
- var d = l;
73
- export { d as a };
@@ -1,538 +0,0 @@
1
- /**
2
- * @license
3
- * Cesium - https://github.com/CesiumGS/cesium
4
- * Version 1.119
5
- *
6
- * Copyright 2011-2022 Cesium Contributors
7
- *
8
- * Licensed under the Apache License, Version 2.0 (the "License");
9
- * you may not use this file except in compliance with the License.
10
- * You may obtain a copy of the License at
11
- *
12
- * http://www.apache.org/licenses/LICENSE-2.0
13
- *
14
- * Unless required by applicable law or agreed to in writing, software
15
- * distributed under the License is distributed on an "AS IS" BASIS,
16
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
- * See the License for the specific language governing permissions and
18
- * limitations under the License.
19
- *
20
- * Columbus View (Pat. Pend.)
21
- *
22
- * Portions licensed separately.
23
- * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
- */
25
-
26
- import { a as K } from "./chunk-KF5NF354.js";
27
- import { a as L } from "./chunk-PDMQLSBL.js";
28
- import { b as v, c as J, d as Z } from "./chunk-TMSETF7M.js";
29
- import { b as B, h as k } from "./chunk-7Z5IIKOJ.js";
30
- import { a as t, b as S, c as I, d as G, e as d } from "./chunk-POASMU2N.js";
31
- import { a as g } from "./chunk-R6KGAEF6.js";
32
- import { a as W } from "./chunk-IUA6FAOZ.js";
33
- import { a as b, b as z } from "./chunk-UH2WFNTA.js";
34
- import { e as p } from "./chunk-PEYJTJPE.js";
35
- function m(n, e) {
36
- ((this.center = t.clone(W(n, t.ZERO))),
37
- (this.halfAxes = d.clone(W(e, d.ZERO))));
38
- }
39
- m.packedLength = t.packedLength + d.packedLength;
40
- m.pack = function (n, e, c) {
41
- return (
42
- z.typeOf.object("value", n),
43
- z.defined("array", e),
44
- (c = W(c, 0)),
45
- t.pack(n.center, e, c),
46
- d.pack(n.halfAxes, e, c + t.packedLength),
47
- e
48
- );
49
- };
50
- m.unpack = function (n, e, c) {
51
- return (
52
- z.defined("array", n),
53
- (e = W(e, 0)),
54
- p(c) || (c = new m()),
55
- t.unpack(n, e, c.center),
56
- d.unpack(n, e + t.packedLength, c.halfAxes),
57
- c
58
- );
59
- };
60
- var Ct = new t(),
61
- ut = new t(),
62
- Pt = new t(),
63
- xt = new t(),
64
- yt = new t(),
65
- At = new t(),
66
- Nt = new d(),
67
- Mt = { unitary: new d(), diagonal: new d() };
68
- m.fromPoints = function (n, e) {
69
- if ((p(e) || (e = new m()), !p(n) || n.length === 0))
70
- return ((e.halfAxes = d.ZERO), (e.center = t.ZERO), e);
71
- let c,
72
- h = n.length,
73
- r = t.clone(n[0], Ct);
74
- for (c = 1; c < h; c++) t.add(r, n[c], r);
75
- let o = 1 / h;
76
- t.multiplyByScalar(r, o, r);
77
- let i = 0,
78
- C = 0,
79
- w = 0,
80
- l = 0,
81
- u = 0,
82
- a = 0,
83
- s;
84
- for (c = 0; c < h; c++)
85
- ((s = t.subtract(n[c], r, ut)),
86
- (i += s.x * s.x),
87
- (C += s.x * s.y),
88
- (w += s.x * s.z),
89
- (l += s.y * s.y),
90
- (u += s.y * s.z),
91
- (a += s.z * s.z));
92
- ((i *= o), (C *= o), (w *= o), (l *= o), (u *= o), (a *= o));
93
- let f = Nt;
94
- ((f[0] = i),
95
- (f[1] = C),
96
- (f[2] = w),
97
- (f[3] = C),
98
- (f[4] = l),
99
- (f[5] = u),
100
- (f[6] = w),
101
- (f[7] = u),
102
- (f[8] = a));
103
- let A = d.computeEigenDecomposition(f, Mt),
104
- M = d.clone(A.unitary, e.halfAxes),
105
- x = d.getColumn(M, 0, xt),
106
- y = d.getColumn(M, 1, yt),
107
- N = d.getColumn(M, 2, At),
108
- P = -Number.MAX_VALUE,
109
- O = -Number.MAX_VALUE,
110
- U = -Number.MAX_VALUE,
111
- q = Number.MAX_VALUE,
112
- R = Number.MAX_VALUE,
113
- j = Number.MAX_VALUE;
114
- for (c = 0; c < h; c++)
115
- ((s = n[c]),
116
- (P = Math.max(t.dot(x, s), P)),
117
- (O = Math.max(t.dot(y, s), O)),
118
- (U = Math.max(t.dot(N, s), U)),
119
- (q = Math.min(t.dot(x, s), q)),
120
- (R = Math.min(t.dot(y, s), R)),
121
- (j = Math.min(t.dot(N, s), j)));
122
- ((x = t.multiplyByScalar(x, 0.5 * (q + P), x)),
123
- (y = t.multiplyByScalar(y, 0.5 * (R + O), y)),
124
- (N = t.multiplyByScalar(N, 0.5 * (j + U), N)));
125
- let T = t.add(x, y, e.center);
126
- t.add(T, N, T);
127
- let E = Pt;
128
- return (
129
- (E.x = P - q),
130
- (E.y = O - R),
131
- (E.z = U - j),
132
- t.multiplyByScalar(E, 0.5, E),
133
- d.multiplyByScale(e.halfAxes, E, e.halfAxes),
134
- e
135
- );
136
- };
137
- var nt = new t(),
138
- Ot = new t();
139
- function Q(n, e, c, h, r, o, i, C, w, l, u) {
140
- if (!p(r) || !p(o) || !p(i) || !p(C) || !p(w) || !p(l))
141
- throw new b("all extents (minimum/maximum X/Y/Z) are required.");
142
- p(u) || (u = new m());
143
- let a = u.halfAxes;
144
- (d.setColumn(a, 0, e, a), d.setColumn(a, 1, c, a), d.setColumn(a, 2, h, a));
145
- let s = nt;
146
- ((s.x = (r + o) / 2), (s.y = (i + C) / 2), (s.z = (w + l) / 2));
147
- let f = Ot;
148
- ((f.x = (o - r) / 2), (f.y = (C - i) / 2), (f.z = (l - w) / 2));
149
- let A = u.center;
150
- return (
151
- (s = d.multiplyByVector(a, s, s)),
152
- t.add(n, s, A),
153
- d.multiplyByScale(a, f, a),
154
- u
155
- );
156
- }
157
- var $ = new S(),
158
- bt = new t(),
159
- Tt = new S(),
160
- St = new S(),
161
- gt = new S(),
162
- Et = new S(),
163
- Rt = new S(),
164
- Wt = new t(),
165
- H = new t(),
166
- zt = new t(),
167
- tt = new t(),
168
- It = new t(),
169
- Lt = new I(),
170
- Ut = new I(),
171
- qt = new I(),
172
- jt = new I(),
173
- Bt = new I(),
174
- vt = new t(),
175
- Vt = new t(),
176
- _t = new t(),
177
- Dt = new t(),
178
- Xt = new I(),
179
- kt = new t(),
180
- Zt = new t(),
181
- Yt = new t(),
182
- Ft = new L(t.UNIT_X, 0);
183
- m.fromRectangle = function (n, e, c, h, r) {
184
- if (!p(n)) throw new b("rectangle is required");
185
- if (n.width < 0 || n.width > g.TWO_PI)
186
- throw new b("Rectangle width must be between 0 and 2 * pi");
187
- if (n.height < 0 || n.height > g.PI)
188
- throw new b("Rectangle height must be between 0 and pi");
189
- if (p(h) && !g.equalsEpsilon(h.radii.x, h.radii.y, g.EPSILON15))
190
- throw new b(
191
- "Ellipsoid must be an ellipsoid of revolution (radii.x == radii.y)",
192
- );
193
- ((e = W(e, 0)), (c = W(c, 0)), (h = W(h, G.default)));
194
- let o, i, C, w, l, u, a;
195
- if (n.width <= g.PI) {
196
- let R = k.center(n, $),
197
- j = h.cartographicToCartesian(R, bt),
198
- T = new K(j, h);
199
- a = T.plane;
200
- let E = R.longitude,
201
- ot = n.south < 0 && n.north > 0 ? 0 : R.latitude,
202
- st = S.fromRadians(E, n.north, c, Tt),
203
- V = S.fromRadians(n.west, n.north, c, St),
204
- it = S.fromRadians(n.west, ot, c, gt),
205
- _ = S.fromRadians(n.west, n.south, c, Et),
206
- ht = S.fromRadians(E, n.south, c, Rt),
207
- ft = h.cartographicToCartesian(st, Wt),
208
- D = h.cartographicToCartesian(V, H),
209
- dt = h.cartographicToCartesian(it, zt),
210
- X = h.cartographicToCartesian(_, tt),
211
- mt = h.cartographicToCartesian(ht, It),
212
- wt = T.projectPointToNearestOnPlane(ft, Lt),
213
- Y = T.projectPointToNearestOnPlane(D, Ut),
214
- lt = T.projectPointToNearestOnPlane(dt, qt),
215
- F = T.projectPointToNearestOnPlane(X, jt),
216
- pt = T.projectPointToNearestOnPlane(mt, Bt);
217
- return (
218
- (o = Math.min(Y.x, lt.x, F.x)),
219
- (i = -o),
220
- (w = Math.max(Y.y, wt.y)),
221
- (C = Math.min(F.y, pt.y)),
222
- (V.height = _.height = e),
223
- (D = h.cartographicToCartesian(V, H)),
224
- (X = h.cartographicToCartesian(_, tt)),
225
- (l = Math.min(L.getPointDistance(a, D), L.getPointDistance(a, X))),
226
- (u = c),
227
- Q(T.origin, T.xAxis, T.yAxis, T.zAxis, o, i, C, w, l, u, r)
228
- );
229
- }
230
- let s = n.south > 0,
231
- f = n.north < 0,
232
- A = s ? n.south : f ? n.north : 0,
233
- M = k.center(n, $).longitude,
234
- x = t.fromRadians(M, A, c, h, vt);
235
- x.z = 0;
236
- let N =
237
- Math.abs(x.x) < g.EPSILON10 && Math.abs(x.y) < g.EPSILON10
238
- ? t.UNIT_X
239
- : t.normalize(x, Vt),
240
- P = t.UNIT_Z,
241
- O = t.cross(N, P, _t);
242
- a = L.fromPointNormal(x, N, Ft);
243
- let U = t.fromRadians(M + g.PI_OVER_TWO, A, c, h, Dt);
244
- ((i = t.dot(L.projectPointOntoPlane(a, U, Xt), O)),
245
- (o = -i),
246
- (w = t.fromRadians(0, n.north, f ? e : c, h, kt).z),
247
- (C = t.fromRadians(0, n.south, s ? e : c, h, Zt).z));
248
- let q = t.fromRadians(n.east, A, c, h, Yt);
249
- return (
250
- (l = L.getPointDistance(a, q)),
251
- (u = 0),
252
- Q(x, O, P, N, o, i, C, w, l, u, r)
253
- );
254
- };
255
- m.fromTransformation = function (n, e) {
256
- return (
257
- z.typeOf.object("transformation", n),
258
- p(e) || (e = new m()),
259
- (e.center = B.getTranslation(n, e.center)),
260
- (e.halfAxes = B.getMatrix3(n, e.halfAxes)),
261
- (e.halfAxes = d.multiplyByScalar(e.halfAxes, 0.5, e.halfAxes)),
262
- e
263
- );
264
- };
265
- m.clone = function (n, e) {
266
- if (p(n))
267
- return p(e)
268
- ? (t.clone(n.center, e.center), d.clone(n.halfAxes, e.halfAxes), e)
269
- : new m(n.center, n.halfAxes);
270
- };
271
- m.intersectPlane = function (n, e) {
272
- if (!p(n)) throw new b("box is required.");
273
- if (!p(e)) throw new b("plane is required.");
274
- let c = n.center,
275
- h = e.normal,
276
- r = n.halfAxes,
277
- o = h.x,
278
- i = h.y,
279
- C = h.z,
280
- w =
281
- Math.abs(
282
- o * r[d.COLUMN0ROW0] + i * r[d.COLUMN0ROW1] + C * r[d.COLUMN0ROW2],
283
- ) +
284
- Math.abs(
285
- o * r[d.COLUMN1ROW0] + i * r[d.COLUMN1ROW1] + C * r[d.COLUMN1ROW2],
286
- ) +
287
- Math.abs(
288
- o * r[d.COLUMN2ROW0] + i * r[d.COLUMN2ROW1] + C * r[d.COLUMN2ROW2],
289
- ),
290
- l = t.dot(h, c) + e.distance;
291
- return l <= -w ? v.OUTSIDE : l >= w ? v.INSIDE : v.INTERSECTING;
292
- };
293
- var at = new t(),
294
- ct = new t(),
295
- rt = new t(),
296
- Gt = new t(),
297
- et = new t(),
298
- Jt = new t();
299
- m.distanceSquaredTo = function (n, e) {
300
- if (!p(n)) throw new b("box is required.");
301
- if (!p(e)) throw new b("cartesian is required.");
302
- let c = t.subtract(e, n.center, nt),
303
- h = n.halfAxes,
304
- r = d.getColumn(h, 0, at),
305
- o = d.getColumn(h, 1, ct),
306
- i = d.getColumn(h, 2, rt),
307
- C = t.magnitude(r),
308
- w = t.magnitude(o),
309
- l = t.magnitude(i),
310
- u = !0,
311
- a = !0,
312
- s = !0;
313
- (C > 0 ? t.divideByScalar(r, C, r) : (u = !1),
314
- w > 0 ? t.divideByScalar(o, w, o) : (a = !1),
315
- l > 0 ? t.divideByScalar(i, l, i) : (s = !1));
316
- let f = !u + !a + !s,
317
- A,
318
- M,
319
- x;
320
- if (f === 1) {
321
- let O = r;
322
- ((A = o),
323
- (M = i),
324
- a ? s || ((O = i), (M = r)) : ((O = o), (A = r)),
325
- (x = t.cross(A, M, et)),
326
- O === r ? (r = x) : O === o ? (o = x) : O === i && (i = x));
327
- } else if (f === 2) {
328
- ((A = r), a ? (A = o) : s && (A = i));
329
- let O = t.UNIT_Y;
330
- (O.equalsEpsilon(A, g.EPSILON3) && (O = t.UNIT_X),
331
- (M = t.cross(A, O, Gt)),
332
- t.normalize(M, M),
333
- (x = t.cross(A, M, et)),
334
- t.normalize(x, x),
335
- A === r
336
- ? ((o = M), (i = x))
337
- : A === o
338
- ? ((i = M), (r = x))
339
- : A === i && ((r = M), (o = x)));
340
- } else f === 3 && ((r = t.UNIT_X), (o = t.UNIT_Y), (i = t.UNIT_Z));
341
- let y = Jt;
342
- ((y.x = t.dot(c, r)), (y.y = t.dot(c, o)), (y.z = t.dot(c, i)));
343
- let N = 0,
344
- P;
345
- return (
346
- y.x < -C
347
- ? ((P = y.x + C), (N += P * P))
348
- : y.x > C && ((P = y.x - C), (N += P * P)),
349
- y.y < -w
350
- ? ((P = y.y + w), (N += P * P))
351
- : y.y > w && ((P = y.y - w), (N += P * P)),
352
- y.z < -l
353
- ? ((P = y.z + l), (N += P * P))
354
- : y.z > l && ((P = y.z - l), (N += P * P)),
355
- N
356
- );
357
- };
358
- var Kt = new t(),
359
- Qt = new t();
360
- m.computePlaneDistances = function (n, e, c, h) {
361
- if (!p(n)) throw new b("box is required.");
362
- if (!p(e)) throw new b("position is required.");
363
- if (!p(c)) throw new b("direction is required.");
364
- p(h) || (h = new J());
365
- let r = Number.POSITIVE_INFINITY,
366
- o = Number.NEGATIVE_INFINITY,
367
- i = n.center,
368
- C = n.halfAxes,
369
- w = d.getColumn(C, 0, at),
370
- l = d.getColumn(C, 1, ct),
371
- u = d.getColumn(C, 2, rt),
372
- a = t.add(w, l, Kt);
373
- (t.add(a, u, a), t.add(a, i, a));
374
- let s = t.subtract(a, e, Qt),
375
- f = t.dot(c, s);
376
- return (
377
- (r = Math.min(f, r)),
378
- (o = Math.max(f, o)),
379
- t.add(i, w, a),
380
- t.add(a, l, a),
381
- t.subtract(a, u, a),
382
- t.subtract(a, e, s),
383
- (f = t.dot(c, s)),
384
- (r = Math.min(f, r)),
385
- (o = Math.max(f, o)),
386
- t.add(i, w, a),
387
- t.subtract(a, l, a),
388
- t.add(a, u, a),
389
- t.subtract(a, e, s),
390
- (f = t.dot(c, s)),
391
- (r = Math.min(f, r)),
392
- (o = Math.max(f, o)),
393
- t.add(i, w, a),
394
- t.subtract(a, l, a),
395
- t.subtract(a, u, a),
396
- t.subtract(a, e, s),
397
- (f = t.dot(c, s)),
398
- (r = Math.min(f, r)),
399
- (o = Math.max(f, o)),
400
- t.subtract(i, w, a),
401
- t.add(a, l, a),
402
- t.add(a, u, a),
403
- t.subtract(a, e, s),
404
- (f = t.dot(c, s)),
405
- (r = Math.min(f, r)),
406
- (o = Math.max(f, o)),
407
- t.subtract(i, w, a),
408
- t.add(a, l, a),
409
- t.subtract(a, u, a),
410
- t.subtract(a, e, s),
411
- (f = t.dot(c, s)),
412
- (r = Math.min(f, r)),
413
- (o = Math.max(f, o)),
414
- t.subtract(i, w, a),
415
- t.subtract(a, l, a),
416
- t.add(a, u, a),
417
- t.subtract(a, e, s),
418
- (f = t.dot(c, s)),
419
- (r = Math.min(f, r)),
420
- (o = Math.max(f, o)),
421
- t.subtract(i, w, a),
422
- t.subtract(a, l, a),
423
- t.subtract(a, u, a),
424
- t.subtract(a, e, s),
425
- (f = t.dot(c, s)),
426
- (r = Math.min(f, r)),
427
- (o = Math.max(f, o)),
428
- (h.start = r),
429
- (h.stop = o),
430
- h
431
- );
432
- };
433
- var $t = new t(),
434
- Ht = new t(),
435
- te = new t();
436
- m.computeCorners = function (n, e) {
437
- (z.typeOf.object("box", n),
438
- p(e) ||
439
- (e = [
440
- new t(),
441
- new t(),
442
- new t(),
443
- new t(),
444
- new t(),
445
- new t(),
446
- new t(),
447
- new t(),
448
- ]));
449
- let c = n.center,
450
- h = n.halfAxes,
451
- r = d.getColumn(h, 0, $t),
452
- o = d.getColumn(h, 1, Ht),
453
- i = d.getColumn(h, 2, te);
454
- return (
455
- t.clone(c, e[0]),
456
- t.subtract(e[0], r, e[0]),
457
- t.subtract(e[0], o, e[0]),
458
- t.subtract(e[0], i, e[0]),
459
- t.clone(c, e[1]),
460
- t.subtract(e[1], r, e[1]),
461
- t.subtract(e[1], o, e[1]),
462
- t.add(e[1], i, e[1]),
463
- t.clone(c, e[2]),
464
- t.subtract(e[2], r, e[2]),
465
- t.add(e[2], o, e[2]),
466
- t.subtract(e[2], i, e[2]),
467
- t.clone(c, e[3]),
468
- t.subtract(e[3], r, e[3]),
469
- t.add(e[3], o, e[3]),
470
- t.add(e[3], i, e[3]),
471
- t.clone(c, e[4]),
472
- t.add(e[4], r, e[4]),
473
- t.subtract(e[4], o, e[4]),
474
- t.subtract(e[4], i, e[4]),
475
- t.clone(c, e[5]),
476
- t.add(e[5], r, e[5]),
477
- t.subtract(e[5], o, e[5]),
478
- t.add(e[5], i, e[5]),
479
- t.clone(c, e[6]),
480
- t.add(e[6], r, e[6]),
481
- t.add(e[6], o, e[6]),
482
- t.subtract(e[6], i, e[6]),
483
- t.clone(c, e[7]),
484
- t.add(e[7], r, e[7]),
485
- t.add(e[7], o, e[7]),
486
- t.add(e[7], i, e[7]),
487
- e
488
- );
489
- };
490
- var ee = new d();
491
- m.computeTransformation = function (n, e) {
492
- (z.typeOf.object("box", n), p(e) || (e = new B()));
493
- let c = n.center,
494
- h = d.multiplyByUniformScale(n.halfAxes, 2, ee);
495
- return B.fromRotationTranslation(h, c, e);
496
- };
497
- var ne = new Z();
498
- m.isOccluded = function (n, e) {
499
- if (!p(n)) throw new b("box is required.");
500
- if (!p(e)) throw new b("occluder is required.");
501
- let c = Z.fromOrientedBoundingBox(n, ne);
502
- return !e.isBoundingSphereVisible(c);
503
- };
504
- m.prototype.intersectPlane = function (n) {
505
- return m.intersectPlane(this, n);
506
- };
507
- m.prototype.distanceSquaredTo = function (n) {
508
- return m.distanceSquaredTo(this, n);
509
- };
510
- m.prototype.computePlaneDistances = function (n, e, c) {
511
- return m.computePlaneDistances(this, n, e, c);
512
- };
513
- m.prototype.computeCorners = function (n) {
514
- return m.computeCorners(this, n);
515
- };
516
- m.prototype.computeTransformation = function (n) {
517
- return m.computeTransformation(this, n);
518
- };
519
- m.prototype.isOccluded = function (n) {
520
- return m.isOccluded(this, n);
521
- };
522
- m.equals = function (n, e) {
523
- return (
524
- n === e ||
525
- (p(n) &&
526
- p(e) &&
527
- t.equals(n.center, e.center) &&
528
- d.equals(n.halfAxes, e.halfAxes))
529
- );
530
- };
531
- m.prototype.clone = function (n) {
532
- return m.clone(this, n);
533
- };
534
- m.prototype.equals = function (n) {
535
- return m.equals(this, n);
536
- };
537
- var ye = m;
538
- export { ye as a };