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,1376 +0,0 @@
1
- /* packages/widgets/Source/shared.css */
2
- .cesium-svgPath-svg {
3
- position: absolute;
4
- top: 0;
5
- left: 0;
6
- width: 100%;
7
- height: 100%;
8
- overflow: hidden;
9
- }
10
- .cesium-button {
11
- display: inline-block;
12
- position: relative;
13
- background: #303336;
14
- border: 1px solid #444;
15
- color: #edffff;
16
- fill: #edffff;
17
- border-radius: 4px;
18
- padding: 5px 12px;
19
- margin: 2px 3px;
20
- cursor: pointer;
21
- overflow: hidden;
22
- -moz-user-select: none;
23
- -webkit-user-select: none;
24
- -ms-user-select: none;
25
- user-select: none;
26
- }
27
- .cesium-button:focus {
28
- color: #fff;
29
- fill: #fff;
30
- border-color: #ea4;
31
- outline: none;
32
- }
33
- .cesium-button:hover {
34
- color: #fff;
35
- fill: #fff;
36
- background: #48b;
37
- border-color: #aef;
38
- box-shadow: 0 0 8px #fff;
39
- }
40
- .cesium-button:active {
41
- color: #000;
42
- fill: #000;
43
- background: #adf;
44
- border-color: #fff;
45
- box-shadow: 0 0 8px #fff;
46
- }
47
- .cesium-button:disabled,
48
- .cesium-button-disabled,
49
- .cesium-button-disabled:focus,
50
- .cesium-button-disabled:hover,
51
- .cesium-button-disabled:active {
52
- background: #303336;
53
- border-color: #444;
54
- color: #646464;
55
- fill: #646464;
56
- box-shadow: none;
57
- cursor: default;
58
- }
59
- .cesium-button option {
60
- background-color: #000;
61
- color: #eee;
62
- }
63
- .cesium-button option:disabled {
64
- color: #777;
65
- }
66
- .cesium-button input,
67
- .cesium-button label {
68
- cursor: pointer;
69
- }
70
- .cesium-button input {
71
- vertical-align: sub;
72
- }
73
- .cesium-toolbar-button {
74
- box-sizing: border-box;
75
- width: 32px;
76
- height: 32px;
77
- border-radius: 14%;
78
- padding: 0;
79
- vertical-align: middle;
80
- z-index: 0;
81
- }
82
- .cesium-performanceDisplay-defaultContainer {
83
- position: absolute;
84
- top: 50px;
85
- right: 10px;
86
- text-align: right;
87
- }
88
- .cesium-performanceDisplay {
89
- background-color: rgba(40, 40, 40, 0.7);
90
- padding: 7px;
91
- border-radius: 5px;
92
- border: 1px solid #444;
93
- font: bold 12px sans-serif;
94
- }
95
- .cesium-performanceDisplay-fps {
96
- color: #e52;
97
- }
98
- .cesium-performanceDisplay-throttled {
99
- color: #a42;
100
- }
101
- .cesium-performanceDisplay-ms {
102
- color: #de3;
103
- }
104
-
105
- /* packages/widgets/Source/Animation/Animation.css */
106
- .cesium-animation-theme {
107
- visibility: hidden;
108
- display: block;
109
- position: absolute;
110
- z-index: -100;
111
- }
112
- .cesium-animation-themeNormal {
113
- color: #222;
114
- }
115
- .cesium-animation-themeHover {
116
- color: #4488b0;
117
- }
118
- .cesium-animation-themeSelect {
119
- color: #242;
120
- }
121
- .cesium-animation-themeDisabled {
122
- color: #333;
123
- }
124
- .cesium-animation-themeKnob {
125
- color: #222;
126
- }
127
- .cesium-animation-themePointer {
128
- color: #2e2;
129
- }
130
- .cesium-animation-themeSwoosh {
131
- color: #8ac;
132
- }
133
- .cesium-animation-themeSwooshHover {
134
- color: #aef;
135
- }
136
- .cesium-animation-svgText {
137
- fill: #edffff;
138
- font-family: Sans-Serif;
139
- font-size: 15px;
140
- text-anchor: middle;
141
- }
142
- .cesium-animation-blank {
143
- fill: #000;
144
- fill-opacity: 0.01;
145
- stroke: none;
146
- }
147
- .cesium-animation-rectButton {
148
- cursor: pointer;
149
- -moz-user-select: none;
150
- -webkit-user-select: none;
151
- -ms-user-select: none;
152
- user-select: none;
153
- }
154
- .cesium-animation-rectButton .cesium-animation-buttonGlow {
155
- fill: #fff;
156
- stroke: none;
157
- display: none;
158
- }
159
- .cesium-animation-rectButton:hover .cesium-animation-buttonGlow {
160
- display: block;
161
- }
162
- .cesium-animation-rectButton .cesium-animation-buttonPath {
163
- fill: #edffff;
164
- }
165
- .cesium-animation-rectButton .cesium-animation-buttonMain {
166
- stroke: #444;
167
- stroke-width: 1.2;
168
- }
169
- .cesium-animation-rectButton:hover .cesium-animation-buttonMain {
170
- stroke: #aef;
171
- }
172
- .cesium-animation-rectButton:active .cesium-animation-buttonMain {
173
- fill: #abd6ff;
174
- }
175
- .cesium-animation-buttonDisabled {
176
- -moz-user-select: none;
177
- -webkit-user-select: none;
178
- -ms-user-select: none;
179
- user-select: none;
180
- }
181
- .cesium-animation-buttonDisabled .cesium-animation-buttonMain {
182
- stroke: #555;
183
- }
184
- .cesium-animation-buttonDisabled .cesium-animation-buttonPath {
185
- fill: #818181;
186
- }
187
- .cesium-animation-buttonDisabled .cesium-animation-buttonGlow {
188
- display: none;
189
- }
190
- .cesium-animation-buttonToggled .cesium-animation-buttonGlow {
191
- display: block;
192
- fill: #2e2;
193
- }
194
- .cesium-animation-buttonToggled .cesium-animation-buttonMain {
195
- stroke: #2e2;
196
- }
197
- .cesium-animation-buttonToggled:hover .cesium-animation-buttonGlow {
198
- fill: #fff;
199
- }
200
- .cesium-animation-buttonToggled:hover .cesium-animation-buttonMain {
201
- stroke: #2e2;
202
- }
203
- .cesium-animation-shuttleRingG {
204
- cursor: pointer;
205
- }
206
- .cesium-animation-shuttleRingPointer {
207
- cursor: pointer;
208
- }
209
- .cesium-animation-shuttleRingPausePointer {
210
- cursor: pointer;
211
- }
212
- .cesium-animation-shuttleRingBack {
213
- fill: #181818;
214
- fill-opacity: 0.8;
215
- stroke: #333;
216
- stroke-width: 1.2;
217
- }
218
- .cesium-animation-shuttleRingSwoosh line {
219
- stroke: #8ac;
220
- stroke-width: 3;
221
- stroke-opacity: 0.2;
222
- stroke-linecap: round;
223
- }
224
- .cesium-animation-knobOuter {
225
- cursor: pointer;
226
- stroke: #444;
227
- stroke-width: 1.2;
228
- }
229
- .cesium-animation-knobInner {
230
- cursor: pointer;
231
- }
232
-
233
- /* packages/widgets/Source/BaseLayerPicker/BaseLayerPicker.css */
234
- .cesium-baseLayerPicker-selected {
235
- position: absolute;
236
- top: 0;
237
- left: 0;
238
- width: 100%;
239
- height: 100%;
240
- border: none;
241
- }
242
- .cesium-baseLayerPicker-dropDown {
243
- display: block;
244
- position: absolute;
245
- box-sizing: content-box;
246
- top: auto;
247
- right: 0;
248
- width: 320px;
249
- max-height: 500px;
250
- margin-top: 5px;
251
- background-color: rgba(38, 38, 38, 0.75);
252
- border: 1px solid #444;
253
- padding: 6px;
254
- overflow: auto;
255
- border-radius: 10px;
256
- -moz-user-select: none;
257
- -webkit-user-select: none;
258
- -ms-user-select: none;
259
- user-select: none;
260
- transform: translate(0, -20%);
261
- visibility: hidden;
262
- opacity: 0;
263
- transition:
264
- visibility 0s 0.2s,
265
- opacity 0.2s ease-in,
266
- transform 0.2s ease-in;
267
- }
268
- .cesium-baseLayerPicker-dropDown-visible {
269
- transform: translate(0, 0);
270
- visibility: visible;
271
- opacity: 1;
272
- transition:
273
- opacity 0.2s ease-out,
274
- transform 0.2s ease-out;
275
- }
276
- .cesium-baseLayerPicker-sectionTitle {
277
- display: block;
278
- font-family: sans-serif;
279
- font-size: 16pt;
280
- text-align: left;
281
- color: #edffff;
282
- margin-bottom: 4px;
283
- }
284
- .cesium-baseLayerPicker-choices {
285
- margin-bottom: 5px;
286
- }
287
- .cesium-baseLayerPicker-categoryTitle {
288
- color: #edffff;
289
- font-size: 11pt;
290
- }
291
- .cesium-baseLayerPicker-choices {
292
- display: block;
293
- border: 1px solid #888;
294
- border-radius: 5px;
295
- padding: 5px 0;
296
- }
297
- .cesium-baseLayerPicker-item {
298
- display: inline-block;
299
- vertical-align: top;
300
- margin: 2px 5px;
301
- width: 64px;
302
- text-align: center;
303
- cursor: pointer;
304
- }
305
- .cesium-baseLayerPicker-itemLabel {
306
- display: block;
307
- font-family: sans-serif;
308
- font-size: 8pt;
309
- text-align: center;
310
- vertical-align: middle;
311
- color: #edffff;
312
- cursor: pointer;
313
- word-wrap: break-word;
314
- }
315
- .cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemLabel,
316
- .cesium-baseLayerPicker-item:focus .cesium-baseLayerPicker-itemLabel {
317
- text-decoration: underline;
318
- }
319
- .cesium-baseLayerPicker-itemIcon {
320
- display: inline-block;
321
- position: relative;
322
- width: inherit;
323
- height: auto;
324
- background-size: 100% 100%;
325
- border: solid 1px #444;
326
- border-radius: 9px;
327
- color: #edffff;
328
- margin: 0;
329
- padding: 0;
330
- cursor: pointer;
331
- box-sizing: border-box;
332
- }
333
- .cesium-baseLayerPicker-item:hover .cesium-baseLayerPicker-itemIcon {
334
- border-color: #fff;
335
- box-shadow:
336
- 0 0 8px #fff,
337
- 0 0 8px #fff;
338
- }
339
- .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel {
340
- color: rgb(189, 236, 248);
341
- }
342
- .cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemIcon {
343
- border: double 4px rgb(189, 236, 248);
344
- }
345
-
346
- /* packages/engine/Source/Widget/CesiumWidget.css */
347
- .cesium-widget {
348
- font-family: sans-serif;
349
- font-size: 16px;
350
- overflow: hidden;
351
- display: block;
352
- position: relative;
353
- top: 0;
354
- left: 0;
355
- width: 100%;
356
- height: 100%;
357
- }
358
- .cesium-widget,
359
- .cesium-widget canvas {
360
- width: 100%;
361
- height: 100%;
362
- touch-action: none;
363
- }
364
- .cesium-widget-credits {
365
- display: block;
366
- position: absolute;
367
- bottom: 0;
368
- left: 0;
369
- color: #fff;
370
- font-size: 10px;
371
- text-shadow: 0px 0px 2px #000000;
372
- padding-right: 5px;
373
- }
374
- .cesium-widget-errorPanel {
375
- position: absolute;
376
- top: 0;
377
- right: 0;
378
- bottom: 0;
379
- left: 0;
380
- text-align: center;
381
- background: rgba(0, 0, 0, 0.7);
382
- z-index: 99999;
383
- }
384
- .cesium-widget-errorPanel:before {
385
- display: inline-block;
386
- vertical-align: middle;
387
- height: 100%;
388
- content: "";
389
- }
390
- .cesium-widget-errorPanel-content {
391
- width: 75%;
392
- max-width: 500px;
393
- display: inline-block;
394
- text-align: left;
395
- vertical-align: middle;
396
- border: 1px solid #510c00;
397
- border-radius: 7px;
398
- background-color: #f0d9d5;
399
- font-size: 14px;
400
- color: #510c00;
401
- }
402
- .cesium-widget-errorPanel-content.expanded {
403
- max-width: 75%;
404
- }
405
- .cesium-widget-errorPanel-header {
406
- font-size: 18px;
407
- font-family: "Open Sans", Verdana, Geneva, sans-serif;
408
- background: #d69d93;
409
- border-bottom: 2px solid #510c00;
410
- padding-bottom: 10px;
411
- border-radius: 3px 3px 0 0;
412
- padding: 15px;
413
- }
414
- .cesium-widget-errorPanel-scroll {
415
- overflow: auto;
416
- font-family: "Open Sans", Verdana, Geneva, sans-serif;
417
- white-space: pre-wrap;
418
- padding: 0 15px;
419
- margin: 10px 0 20px 0;
420
- }
421
- .cesium-widget-errorPanel-buttonPanel {
422
- padding: 0 15px;
423
- margin: 10px 0 20px 0;
424
- text-align: right;
425
- }
426
- .cesium-widget-errorPanel-buttonPanel button {
427
- border-color: #510c00;
428
- background: #d69d93;
429
- color: #202020;
430
- margin: 0;
431
- }
432
- .cesium-widget-errorPanel-buttonPanel button:focus {
433
- border-color: #510c00;
434
- background: #f0d9d5;
435
- color: #510c00;
436
- }
437
- .cesium-widget-errorPanel-buttonPanel button:hover {
438
- border-color: #510c00;
439
- background: #f0d9d5;
440
- color: #510c00;
441
- }
442
- .cesium-widget-errorPanel-buttonPanel button:active {
443
- border-color: #510c00;
444
- background: #b17b72;
445
- color: #510c00;
446
- }
447
- .cesium-widget-errorPanel-more-details {
448
- text-decoration: underline;
449
- cursor: pointer;
450
- }
451
- .cesium-widget-errorPanel-more-details:hover {
452
- color: #2b0700;
453
- }
454
-
455
- /* packages/widgets/Source/CesiumInspector/CesiumInspector.css */
456
- .cesium-cesiumInspector {
457
- border-radius: 5px;
458
- transition: width ease-in-out 0.25s;
459
- background: rgba(48, 51, 54, 0.8);
460
- border: 1px solid #444;
461
- color: #edffff;
462
- display: inline-block;
463
- position: relative;
464
- padding: 4px 12px;
465
- -moz-user-select: none;
466
- -webkit-user-select: none;
467
- -ms-user-select: none;
468
- user-select: none;
469
- overflow: hidden;
470
- }
471
- .cesium-cesiumInspector-button {
472
- text-align: center;
473
- font-size: 11pt;
474
- }
475
- .cesium-cesiumInspector-visible .cesium-cesiumInspector-button {
476
- border-bottom: 1px solid #aaa;
477
- padding-bottom: 3px;
478
- }
479
- .cesium-cesiumInspector input:enabled,
480
- .cesium-cesiumInspector-button {
481
- cursor: pointer;
482
- }
483
- .cesium-cesiumInspector-visible {
484
- width: 185px;
485
- height: auto;
486
- }
487
- .cesium-cesiumInspector-hidden {
488
- width: 122px;
489
- height: 17px;
490
- }
491
- .cesium-cesiumInspector-sectionContent {
492
- max-height: 600px;
493
- }
494
- .cesium-cesiumInspector-section-collapsed
495
- .cesium-cesiumInspector-sectionContent {
496
- max-height: 0;
497
- padding: 0 !important;
498
- overflow: hidden;
499
- }
500
- .cesium-cesiumInspector-dropDown {
501
- margin: 5px 0;
502
- font-family: sans-serif;
503
- font-size: 10pt;
504
- width: 185px;
505
- }
506
- .cesium-cesiumInspector-frustumStatistics {
507
- padding-left: 10px;
508
- padding: 5px;
509
- background-color: rgba(80, 80, 80, 0.75);
510
- }
511
- .cesium-cesiumInspector-pickButton {
512
- background-color: rgba(0, 0, 0, 0.3);
513
- border: 1px solid #444;
514
- color: #edffff;
515
- border-radius: 5px;
516
- padding: 3px 7px;
517
- cursor: pointer;
518
- -moz-user-select: none;
519
- -webkit-user-select: none;
520
- -ms-user-select: none;
521
- user-select: none;
522
- margin: 0 auto;
523
- }
524
- .cesium-cesiumInspector-pickButton:focus {
525
- outline: none;
526
- }
527
- .cesium-cesiumInspector-pickButton:active,
528
- .cesium-cesiumInspector-pickButtonHighlight {
529
- color: #000;
530
- background: #adf;
531
- border-color: #fff;
532
- box-shadow: 0 0 8px #fff;
533
- }
534
- .cesium-cesiumInspector-center {
535
- text-align: center;
536
- }
537
- .cesium-cesiumInspector-sectionHeader {
538
- font-weight: bold;
539
- font-size: 10pt;
540
- margin: 0;
541
- cursor: pointer;
542
- }
543
- .cesium-cesiumInspector-pickSection {
544
- border: 1px solid #aaa;
545
- border-radius: 5px;
546
- padding: 3px;
547
- margin-bottom: 5px;
548
- }
549
- .cesium-cesiumInspector-sectionContent {
550
- margin-bottom: 10px;
551
- transition: max-height 0.25s;
552
- }
553
- .cesium-cesiumInspector-tileText {
554
- padding-bottom: 10px;
555
- border-bottom: 1px solid #aaa;
556
- }
557
- .cesium-cesiumInspector-relativeText {
558
- padding-top: 10px;
559
- }
560
- .cesium-cesiumInspector-sectionHeader::before {
561
- margin-right: 5px;
562
- content: "-";
563
- width: 1ch;
564
- display: inline-block;
565
- }
566
- .cesium-cesiumInspector-section-collapsed
567
- .cesium-cesiumInspector-sectionHeader::before {
568
- content: "+";
569
- }
570
-
571
- /* packages/widgets/Source/Cesium3DTilesInspector/Cesium3DTilesInspector.css */
572
- ul.cesium-cesiumInspector-statistics {
573
- margin: 0;
574
- padding-top: 3px;
575
- padding-bottom: 3px;
576
- }
577
- ul.cesium-cesiumInspector-statistics + ul.cesium-cesiumInspector-statistics {
578
- border-top: 1px solid #aaa;
579
- }
580
- .cesium-cesiumInspector-slider {
581
- margin-top: 5px;
582
- }
583
- .cesium-cesiumInspector-slider input[type="number"] {
584
- text-align: left;
585
- background-color: #222;
586
- outline: none;
587
- border: 1px solid #444;
588
- color: #edffff;
589
- width: 100px;
590
- border-radius: 3px;
591
- padding: 1px;
592
- margin-left: 10px;
593
- cursor: auto;
594
- }
595
- .cesium-cesiumInspector-slider input[type="number"]::-webkit-outer-spin-button,
596
- .cesium-cesiumInspector-slider input[type="number"]::-webkit-inner-spin-button {
597
- -webkit-appearance: none;
598
- margin: 0;
599
- }
600
- .cesium-cesiumInspector-slider input[type="range"] {
601
- margin-left: 5px;
602
- vertical-align: middle;
603
- }
604
- .cesium-cesiumInspector-hide .cesium-cesiumInspector-styleEditor {
605
- display: none;
606
- }
607
- .cesium-cesiumInspector-styleEditor {
608
- padding: 10px;
609
- border-radius: 5px;
610
- background: rgba(48, 51, 54, 0.8);
611
- border: 1px solid #444;
612
- }
613
- .cesium-cesiumInspector-styleEditor textarea {
614
- width: 100%;
615
- height: 300px;
616
- background: transparent;
617
- color: #edffff;
618
- border: none;
619
- padding: 0;
620
- white-space: pre;
621
- overflow-wrap: normal;
622
- overflow-x: auto;
623
- }
624
- .cesium-3DTilesInspector {
625
- width: 300px;
626
- pointer-events: all;
627
- }
628
- .cesium-3DTilesInspector-statistics {
629
- font-size: 11px;
630
- }
631
- .cesium-3DTilesInspector-disabledElementsInfo {
632
- margin: 5px 0 0 0;
633
- padding: 0 0 0 20px;
634
- color: #eed202;
635
- }
636
- .cesium-3DTilesInspector div,
637
- .cesium-3DTilesInspector input[type="range"] {
638
- width: 100%;
639
- box-sizing: border-box;
640
- }
641
- .cesium-cesiumInspector-error {
642
- color: #ff9e9e;
643
- overflow: auto;
644
- }
645
- .cesium-3DTilesInspector .cesium-cesiumInspector-section {
646
- margin-top: 3px;
647
- }
648
- .cesium-3DTilesInspector
649
- .cesium-cesiumInspector-sectionHeader
650
- + .cesium-cesiumInspector-show {
651
- border-top: 1px solid white;
652
- }
653
- input.cesium-cesiumInspector-url {
654
- overflow: hidden;
655
- white-space: nowrap;
656
- overflow-x: scroll;
657
- background-color: transparent;
658
- color: white;
659
- outline: none;
660
- border: none;
661
- height: 1em;
662
- width: 100%;
663
- }
664
- .cesium-cesiumInspector .field-group {
665
- display: table;
666
- }
667
- .cesium-cesiumInspector .field-group > label {
668
- display: table-cell;
669
- font-weight: bold;
670
- }
671
- .cesium-cesiumInspector .field-group > .field {
672
- display: table-cell;
673
- width: 100%;
674
- }
675
-
676
- /* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
677
- .cesium-VoxelInspector {
678
- width: 300px;
679
- pointer-events: all;
680
- }
681
- .cesium-VoxelInspector div,
682
- .cesium-VoxelInspector input[type="range"] {
683
- width: 100%;
684
- box-sizing: border-box;
685
- }
686
- .cesium-VoxelInspector .cesium-cesiumInspector-section {
687
- margin-top: 3px;
688
- }
689
- .cesium-VoxelInspector
690
- .cesium-cesiumInspector-sectionHeader
691
- + .cesium-cesiumInspector-show {
692
- border-top: 1px solid white;
693
- }
694
-
695
- /* packages/widgets/Source/FullscreenButton/FullscreenButton.css */
696
- .cesium-button.cesium-fullscreenButton {
697
- display: block;
698
- width: 100%;
699
- height: 100%;
700
- margin: 0;
701
- border-radius: 0;
702
- }
703
-
704
- /* packages/widgets/Source/VRButton/VRButton.css */
705
- .cesium-button.cesium-vrButton {
706
- display: block;
707
- width: 100%;
708
- height: 100%;
709
- margin: 0;
710
- border-radius: 0;
711
- }
712
-
713
- /* packages/widgets/Source/Geocoder/Geocoder.css */
714
- .cesium-viewer-geocoderContainer .cesium-geocoder-input {
715
- border: solid 1px #444;
716
- background-color: rgba(40, 40, 40, 0.7);
717
- color: white;
718
- display: inline-block;
719
- vertical-align: middle;
720
- width: 0;
721
- height: 32px;
722
- margin: 0;
723
- padding: 0 32px 0 0;
724
- border-radius: 0;
725
- box-sizing: border-box;
726
- transition:
727
- width ease-in-out 0.25s,
728
- background-color 0.2s ease-in-out;
729
- -webkit-appearance: none;
730
- }
731
- .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
732
- border-color: #aef;
733
- box-shadow: 0 0 8px #fff;
734
- }
735
- .cesium-viewer-geocoderContainer .cesium-geocoder-input:focus {
736
- border-color: #ea4;
737
- background-color: rgba(15, 15, 15, 0.9);
738
- box-shadow: none;
739
- outline: none;
740
- }
741
- .cesium-viewer-geocoderContainer:hover .cesium-geocoder-input,
742
- .cesium-viewer-geocoderContainer .cesium-geocoder-input:focus,
743
- .cesium-viewer-geocoderContainer .cesium-geocoder-input-wide {
744
- padding-left: 4px;
745
- width: 250px;
746
- }
747
- .cesium-viewer-geocoderContainer .search-results {
748
- position: absolute;
749
- background-color: #000;
750
- color: #eee;
751
- overflow-y: auto;
752
- opacity: 0.8;
753
- width: 100%;
754
- }
755
- .cesium-viewer-geocoderContainer .search-results ul {
756
- list-style-type: none;
757
- margin: 0;
758
- padding: 0;
759
- }
760
- .cesium-viewer-geocoderContainer .search-results ul li {
761
- font-size: 14px;
762
- padding: 3px 10px;
763
- }
764
- .cesium-viewer-geocoderContainer .search-results ul li:hover {
765
- cursor: pointer;
766
- }
767
- .cesium-viewer-geocoderContainer .search-results ul li.active {
768
- background: #48b;
769
- }
770
- .cesium-geocoder-searchButton {
771
- background-color: #303336;
772
- display: inline-block;
773
- position: absolute;
774
- cursor: pointer;
775
- width: 32px;
776
- top: 1px;
777
- right: 1px;
778
- height: 30px;
779
- vertical-align: middle;
780
- fill: #edffff;
781
- }
782
- .cesium-geocoder-searchButton:hover {
783
- background-color: #48b;
784
- }
785
-
786
- /* packages/widgets/Source/InfoBox/InfoBox.css */
787
- .cesium-infoBox {
788
- display: block;
789
- position: absolute;
790
- top: 50px;
791
- right: 0;
792
- width: 40%;
793
- max-width: 480px;
794
- background: rgba(38, 38, 38, 0.95);
795
- color: #edffff;
796
- border: 1px solid #444;
797
- border-right: none;
798
- border-top-left-radius: 7px;
799
- border-bottom-left-radius: 7px;
800
- box-shadow: 0 0 10px 1px #000;
801
- transform: translate(100%, 0);
802
- visibility: hidden;
803
- opacity: 0;
804
- transition:
805
- visibility 0s 0.2s,
806
- opacity 0.2s ease-in,
807
- transform 0.2s ease-in;
808
- }
809
- .cesium-infoBox-visible {
810
- transform: translate(0, 0);
811
- visibility: visible;
812
- opacity: 1;
813
- transition:
814
- opacity 0.2s ease-out,
815
- transform 0.2s ease-out;
816
- }
817
- .cesium-infoBox-title {
818
- display: block;
819
- height: 20px;
820
- padding: 5px 30px 5px 25px;
821
- background: rgba(84, 84, 84, 1);
822
- border-top-left-radius: 7px;
823
- text-align: center;
824
- text-overflow: ellipsis;
825
- white-space: nowrap;
826
- overflow: hidden;
827
- box-sizing: content-box;
828
- }
829
- .cesium-infoBox-bodyless .cesium-infoBox-title {
830
- border-bottom-left-radius: 7px;
831
- }
832
- button.cesium-infoBox-camera {
833
- display: block;
834
- position: absolute;
835
- top: 4px;
836
- left: 4px;
837
- width: 22px;
838
- height: 22px;
839
- background: transparent;
840
- border-color: transparent;
841
- border-radius: 3px;
842
- padding: 0 5px;
843
- margin: 0;
844
- }
845
- button.cesium-infoBox-close {
846
- display: block;
847
- position: absolute;
848
- top: 5px;
849
- right: 5px;
850
- height: 20px;
851
- background: transparent;
852
- border: none;
853
- border-radius: 2px;
854
- font-weight: bold;
855
- font-size: 16px;
856
- padding: 0 5px;
857
- margin: 0;
858
- color: #edffff;
859
- }
860
- button.cesium-infoBox-close:focus {
861
- background: rgba(238, 136, 0, 0.44);
862
- outline: none;
863
- }
864
- button.cesium-infoBox-close:hover {
865
- background: #888;
866
- color: #000;
867
- }
868
- button.cesium-infoBox-close:active {
869
- background: #a00;
870
- color: #000;
871
- }
872
- .cesium-infoBox-bodyless .cesium-infoBox-iframe {
873
- display: none;
874
- }
875
- .cesium-infoBox-iframe {
876
- border: none;
877
- width: 100%;
878
- width: calc(100% - 2px);
879
- }
880
-
881
- /* packages/widgets/Source/SceneModePicker/SceneModePicker.css */
882
- span.cesium-sceneModePicker-wrapper {
883
- display: inline-block;
884
- position: relative;
885
- margin: 0 3px;
886
- }
887
- .cesium-sceneModePicker-visible {
888
- visibility: visible;
889
- opacity: 1;
890
- transition: opacity 0.25s linear;
891
- }
892
- .cesium-sceneModePicker-hidden {
893
- visibility: hidden;
894
- opacity: 0;
895
- transition:
896
- visibility 0s 0.25s,
897
- opacity 0.25s linear;
898
- }
899
- .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-none {
900
- display: none;
901
- }
902
- .cesium-sceneModePicker-slide-svg {
903
- transition: left 2s;
904
- top: 0;
905
- left: 0;
906
- }
907
- .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-dropDown-icon {
908
- box-sizing: border-box;
909
- padding: 0;
910
- margin: 3px 0;
911
- }
912
- .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button3D,
913
- .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-buttonColumbusView,
914
- .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-button2D {
915
- margin: 0 0 3px 0;
916
- }
917
- .cesium-sceneModePicker-wrapper
918
- .cesium-sceneModePicker-button3D
919
- .cesium-sceneModePicker-icon2D {
920
- left: 100%;
921
- }
922
- .cesium-sceneModePicker-wrapper
923
- .cesium-sceneModePicker-button3D
924
- .cesium-sceneModePicker-iconColumbusView {
925
- left: 200%;
926
- }
927
- .cesium-sceneModePicker-wrapper
928
- .cesium-sceneModePicker-buttonColumbusView
929
- .cesium-sceneModePicker-icon3D {
930
- left: -200%;
931
- }
932
- .cesium-sceneModePicker-wrapper
933
- .cesium-sceneModePicker-buttonColumbusView
934
- .cesium-sceneModePicker-icon2D {
935
- left: -100%;
936
- }
937
- .cesium-sceneModePicker-wrapper
938
- .cesium-sceneModePicker-button2D
939
- .cesium-sceneModePicker-icon3D {
940
- left: -100%;
941
- }
942
- .cesium-sceneModePicker-wrapper
943
- .cesium-sceneModePicker-button2D
944
- .cesium-sceneModePicker-iconColumbusView {
945
- left: 100%;
946
- }
947
- .cesium-sceneModePicker-wrapper .cesium-sceneModePicker-selected {
948
- border-color: #2e2;
949
- box-shadow:
950
- 0 0 8px #fff,
951
- 0 0 8px #fff;
952
- }
953
-
954
- /* packages/widgets/Source/ProjectionPicker/ProjectionPicker.css */
955
- span.cesium-projectionPicker-wrapper {
956
- display: inline-block;
957
- position: relative;
958
- margin: 0 3px;
959
- }
960
- .cesium-projectionPicker-visible {
961
- visibility: visible;
962
- opacity: 1;
963
- transition: opacity 0.25s linear;
964
- }
965
- .cesium-projectionPicker-hidden {
966
- visibility: hidden;
967
- opacity: 0;
968
- transition:
969
- visibility 0s 0.25s,
970
- opacity 0.25s linear;
971
- }
972
- .cesium-projectionPicker-wrapper .cesium-projectionPicker-none {
973
- display: none;
974
- }
975
- .cesium-projectionPicker-wrapper .cesium-projectionPicker-dropDown-icon {
976
- box-sizing: border-box;
977
- padding: 0;
978
- margin: 3px 0;
979
- }
980
- .cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonPerspective,
981
- .cesium-projectionPicker-wrapper .cesium-projectionPicker-buttonOrthographic {
982
- margin: 0 0 3px 0;
983
- }
984
- .cesium-projectionPicker-wrapper
985
- .cesium-projectionPicker-buttonPerspective
986
- .cesium-projectionPicker-iconOrthographic {
987
- left: 100%;
988
- }
989
- .cesium-projectionPicker-wrapper
990
- .cesium-projectionPicker-buttonOrthographic
991
- .cesium-projectionPicker-iconPerspective {
992
- left: -100%;
993
- }
994
- .cesium-projectionPicker-wrapper .cesium-projectionPicker-selected {
995
- border-color: #2e2;
996
- box-shadow:
997
- 0 0 8px #fff,
998
- 0 0 8px #fff;
999
- }
1000
-
1001
- /* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
1002
- .cesium-performance-watchdog-message-area {
1003
- position: relative;
1004
- background-color: yellow;
1005
- color: black;
1006
- padding: 10px;
1007
- }
1008
- .cesium-performance-watchdog-message {
1009
- margin-right: 30px;
1010
- }
1011
- .cesium-performance-watchdog-message-dismiss {
1012
- position: absolute;
1013
- right: 0;
1014
- margin: 0 10px 0 0;
1015
- }
1016
-
1017
- /* packages/widgets/Source/NavigationHelpButton/NavigationHelpButton.css */
1018
- .cesium-navigationHelpButton-wrapper {
1019
- position: relative;
1020
- display: inline-block;
1021
- }
1022
- .cesium-navigation-help {
1023
- visibility: hidden;
1024
- position: absolute;
1025
- top: 38px;
1026
- right: 2px;
1027
- width: 250px;
1028
- border-radius: 10px;
1029
- transform: scale(0.01);
1030
- transform-origin: 234px -10px;
1031
- transition:
1032
- visibility 0s 0.25s,
1033
- transform 0.25s ease-in;
1034
- }
1035
- .cesium-navigation-help-visible {
1036
- visibility: visible;
1037
- transform: scale(1);
1038
- transition: transform 0.25s ease-out;
1039
- }
1040
- .cesium-navigation-help-instructions {
1041
- border: 1px solid #444;
1042
- background-color: rgba(38, 38, 38, 0.75);
1043
- padding-bottom: 5px;
1044
- border-radius: 0 0 10px 10px;
1045
- }
1046
- .cesium-click-navigation-help {
1047
- display: none;
1048
- }
1049
- .cesium-touch-navigation-help {
1050
- display: none;
1051
- padding-top: 5px;
1052
- }
1053
- .cesium-click-navigation-help-visible {
1054
- display: block;
1055
- }
1056
- .cesium-touch-navigation-help-visible {
1057
- display: block;
1058
- }
1059
- .cesium-navigation-help-pan {
1060
- color: #66ccff;
1061
- font-weight: bold;
1062
- }
1063
- .cesium-navigation-help-zoom {
1064
- color: #65fd00;
1065
- font-weight: bold;
1066
- }
1067
- .cesium-navigation-help-rotate {
1068
- color: #ffd800;
1069
- font-weight: bold;
1070
- }
1071
- .cesium-navigation-help-tilt {
1072
- color: #d800d8;
1073
- font-weight: bold;
1074
- }
1075
- .cesium-navigation-help-details {
1076
- color: #ffffff;
1077
- }
1078
- .cesium-navigation-button {
1079
- color: #fff;
1080
- background-color: transparent;
1081
- border-bottom: none;
1082
- border-top: 1px solid #444;
1083
- border-right: 1px solid #444;
1084
- margin: 0;
1085
- width: 50%;
1086
- cursor: pointer;
1087
- }
1088
- .cesium-navigation-button-icon {
1089
- vertical-align: middle;
1090
- padding: 5px 1px;
1091
- }
1092
- .cesium-navigation-button:focus {
1093
- outline: none;
1094
- }
1095
- .cesium-navigation-button-left {
1096
- border-radius: 10px 0 0 0;
1097
- border-left: 1px solid #444;
1098
- }
1099
- .cesium-navigation-button-right {
1100
- border-radius: 0 10px 0 0;
1101
- border-left: none;
1102
- }
1103
- .cesium-navigation-button-selected {
1104
- background-color: rgba(38, 38, 38, 0.75);
1105
- }
1106
- .cesium-navigation-button-unselected {
1107
- background-color: rgba(0, 0, 0, 0.75);
1108
- }
1109
- .cesium-navigation-button-unselected:hover {
1110
- background-color: rgba(76, 76, 76, 0.75);
1111
- }
1112
-
1113
- /* packages/widgets/Source/SelectionIndicator/SelectionIndicator.css */
1114
- .cesium-selection-wrapper {
1115
- position: absolute;
1116
- width: 160px;
1117
- height: 160px;
1118
- pointer-events: none;
1119
- visibility: hidden;
1120
- opacity: 0;
1121
- transition:
1122
- visibility 0s 0.2s,
1123
- opacity 0.2s ease-in;
1124
- }
1125
- .cesium-selection-wrapper-visible {
1126
- visibility: visible;
1127
- opacity: 1;
1128
- transition: opacity 0.2s ease-out;
1129
- }
1130
- .cesium-selection-wrapper svg {
1131
- fill: #2e2;
1132
- stroke: #000;
1133
- stroke-width: 1.1px;
1134
- }
1135
-
1136
- /* packages/widgets/Source/Timeline/Timeline.css */
1137
- .cesium-timeline-main {
1138
- position: relative;
1139
- left: 0;
1140
- bottom: 0;
1141
- overflow: hidden;
1142
- border: solid 1px #888;
1143
- -moz-user-select: none;
1144
- -webkit-user-select: none;
1145
- -ms-user-select: none;
1146
- user-select: none;
1147
- }
1148
- .cesium-timeline-trackContainer {
1149
- width: 100%;
1150
- overflow: auto;
1151
- border-top: solid 1px #888;
1152
- position: relative;
1153
- top: 0;
1154
- left: 0;
1155
- }
1156
- .cesium-timeline-tracks {
1157
- position: absolute;
1158
- top: 0;
1159
- left: 0;
1160
- width: 100%;
1161
- }
1162
- .cesium-timeline-needle {
1163
- position: absolute;
1164
- left: 0;
1165
- top: 1.7em;
1166
- bottom: 0;
1167
- width: 1px;
1168
- background: #f00;
1169
- }
1170
- .cesium-timeline-bar {
1171
- position: relative;
1172
- left: 0;
1173
- top: 0;
1174
- overflow: hidden;
1175
- cursor: pointer;
1176
- width: 100%;
1177
- height: 1.7em;
1178
- background: linear-gradient(
1179
- to bottom,
1180
- rgba(116, 117, 119, 0.8) 0%,
1181
- rgba(58, 68, 82, 0.8) 11%,
1182
- rgba(46, 50, 56, 0.8) 46%,
1183
- rgba(53, 53, 53, 0.8) 81%,
1184
- rgba(53, 53, 53, 0.8) 100%
1185
- );
1186
- }
1187
- .cesium-timeline-ruler {
1188
- visibility: hidden;
1189
- white-space: nowrap;
1190
- font-size: 80%;
1191
- z-index: -200;
1192
- }
1193
- .cesium-timeline-highlight {
1194
- position: absolute;
1195
- bottom: 0;
1196
- left: 0;
1197
- background: #08f;
1198
- }
1199
- .cesium-timeline-ticLabel {
1200
- position: absolute;
1201
- top: 0;
1202
- left: 0;
1203
- white-space: nowrap;
1204
- font-size: 80%;
1205
- color: #eee;
1206
- }
1207
- .cesium-timeline-ticMain {
1208
- position: absolute;
1209
- bottom: 0;
1210
- left: 0;
1211
- width: 1px;
1212
- height: 50%;
1213
- background: #eee;
1214
- }
1215
- .cesium-timeline-ticSub {
1216
- position: absolute;
1217
- bottom: 0;
1218
- left: 0;
1219
- width: 1px;
1220
- height: 33%;
1221
- background: #aaa;
1222
- }
1223
- .cesium-timeline-ticTiny {
1224
- position: absolute;
1225
- bottom: 0;
1226
- left: 0;
1227
- width: 1px;
1228
- height: 25%;
1229
- background: #888;
1230
- }
1231
- .cesium-timeline-icon16 {
1232
- display: block;
1233
- position: absolute;
1234
- width: 16px;
1235
- height: 16px;
1236
- background-image: url(data:text/plain;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sIDBITKIVzLEMAAAKNSURBVEjHxdXNSxRhHAfw7zzrqhuoWJnSkrippUVSEKsHI9BTUYdAJA/RoYMREV26rAdn6tAfUARi16hQqkOBQRgUEYFWEC3OwczMjdZd92VmdWfmeelgTjO7q7gb0VzmmZnn85vvPPPMM8B/3qTcE2PPpuTZKB1eWuUQACgXYACYwVFbCTTVeZXB/i55o4LFelcAZfStYD4vpAoPGAGo4GBcQEgSOAUMQyAezwK6iQfDPXnhS/FkHZ+/8VLMWxxqWkfH3gbMRNOYi2roavbja0zHQmoFPYf8ED4Ko4aivm9MOG/u9I8mwrafeK7a/tVrNc/bARYN5noadeq7q0342vXw9CIMU6BmW8rVP9cPBPe52uu+v3O/y9sB4gkTWs6Qsk0mj5ExXMelejvA8WafYmkmGPHanTijdtvif8rx5RiCjdWKs2Cp3jWRDl96KhrbqlBeJqBOLyLQXg0IgbkZDS0dO8EZxZfPSTA9jvDDK3mT0OmP1FXh3XwEEAKdTX5MRWLgjCK4pwH3xt/YnjgLHAv4lHTCAKMMu/wV+KZGob6PoKyMQ0+sgBpZVJZn0NterxQaVqef/DRn+/EXYds/mZx2eVeAW9d65dhCEsaKCb7K8HH0gqTevyh9GDkn0VULRiaLzJKGBu9swfdaiie5RVo9ESURN8E8BE0n7ggACJy8KzghSCzp6DmwWxkaCm24EBXr8wI8Hrkq06QBiRC0t24HALS11IBTCyJl4vb1AXmzpbVYTwoVOXN0h7L8Mwtm8bXPybIQ/5FCX3dA2cr6XowvGCA02CvztAnz9+JiZk1AMxG6fEreSoBiPNmoyNnuWiWVzAIAtISO08E6pZi/3N96AIDn4E3h3P8L/wshP+txtEs4JAAAAABJRU5ErkJggg==);
1237
- background-repeat: no-repeat;
1238
- }
1239
-
1240
- /* packages/widgets/Source/Viewer/Viewer.css */
1241
- .cesium-viewer {
1242
- font-family: sans-serif;
1243
- font-size: 16px;
1244
- overflow: hidden;
1245
- display: block;
1246
- position: relative;
1247
- top: 0;
1248
- left: 0;
1249
- width: 100%;
1250
- height: 100%;
1251
- }
1252
- .cesium-viewer-cesiumWidgetContainer {
1253
- width: 100%;
1254
- height: 100%;
1255
- }
1256
- .cesium-viewer-bottom {
1257
- display: block;
1258
- position: absolute;
1259
- bottom: 0;
1260
- left: 0;
1261
- padding-right: 5px;
1262
- }
1263
- .cesium-viewer .cesium-widget-credits {
1264
- display: inline;
1265
- position: static;
1266
- bottom: auto;
1267
- left: auto;
1268
- padding-right: 0;
1269
- color: #ffffff;
1270
- font-size: 10px;
1271
- text-shadow: 0 0 2px #000000;
1272
- }
1273
- .cesium-viewer-timelineContainer {
1274
- position: absolute;
1275
- bottom: 0;
1276
- left: 169px;
1277
- right: 29px;
1278
- height: 27px;
1279
- padding: 0;
1280
- margin: 0;
1281
- overflow: hidden;
1282
- font-size: 14px;
1283
- }
1284
- .cesium-viewer-animationContainer {
1285
- position: absolute;
1286
- bottom: 0;
1287
- left: 0;
1288
- padding: 0;
1289
- width: 169px;
1290
- height: 112px;
1291
- }
1292
- .cesium-viewer-fullscreenContainer {
1293
- position: absolute;
1294
- bottom: 0;
1295
- right: 0;
1296
- padding: 0;
1297
- width: 29px;
1298
- height: 29px;
1299
- overflow: hidden;
1300
- }
1301
- .cesium-viewer-vrContainer {
1302
- position: absolute;
1303
- bottom: 0;
1304
- right: 0;
1305
- padding: 0;
1306
- width: 29px;
1307
- height: 29px;
1308
- overflow: hidden;
1309
- }
1310
- .cesium-viewer-toolbar {
1311
- display: block;
1312
- position: absolute;
1313
- top: 5px;
1314
- right: 5px;
1315
- }
1316
- .cesium-viewer-cesiumInspectorContainer {
1317
- display: block;
1318
- position: absolute;
1319
- top: 50px;
1320
- right: 10px;
1321
- }
1322
- .cesium-viewer-geocoderContainer {
1323
- position: relative;
1324
- display: inline-block;
1325
- margin: 0 3px;
1326
- }
1327
- .cesium-viewer-cesium3DTilesInspectorContainer {
1328
- display: block;
1329
- position: absolute;
1330
- top: 50px;
1331
- right: 10px;
1332
- max-height: calc(100% - 120px);
1333
- box-sizing: border-box;
1334
- overflow-y: auto;
1335
- overflow-x: hidden;
1336
- }
1337
- .cesium-viewer-voxelInspectorContainer {
1338
- display: block;
1339
- position: absolute;
1340
- top: 50px;
1341
- right: 10px;
1342
- max-height: calc(100% - 120px);
1343
- box-sizing: border-box;
1344
- overflow-y: auto;
1345
- overflow-x: hidden;
1346
- }
1347
-
1348
- /* packages/widgets/Source/I3SBuildingSceneLayerExplorer/I3SBuildingSceneLayerExplorer.css */
1349
- .cesium-viewer-i3s-explorer ul {
1350
- list-style-type: none;
1351
- }
1352
- .cesium-viewer-i3s-explorer .layersList {
1353
- padding: 0;
1354
- }
1355
- .cesium-viewer-i3s-explorer input {
1356
- margin: 0 3px 0 0;
1357
- }
1358
- .cesium-viewer-i3s-explorer .expandItem {
1359
- cursor: pointer;
1360
- user-select: none;
1361
- width: 20px;
1362
- }
1363
- .cesium-viewer-i3s-explorer .nested,
1364
- .cesium-viewer-i3s-explorer #bsl-wrapper {
1365
- display: none;
1366
- }
1367
- .cesium-viewer-i3s-explorer .active {
1368
- display: block;
1369
- }
1370
- .cesium-viewer-i3s-explorer .li-wrapper {
1371
- display: flex;
1372
- flex-direction: row;
1373
- align-content: center;
1374
- }
1375
-
1376
- /* packages/widgets/Source/widgets.css */