@vcmap/ui 5.0.0-rc.29 → 5.0.0-rc.31

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 (334) hide show
  1. package/build/buildHelpers.js +4 -3
  2. package/config/base.config.json +5 -4
  3. package/config/dev.config.json +8 -0
  4. package/config/graphFeatureInfo.config.json +1 -1
  5. package/config/projects.config.json +2 -2
  6. package/dist/assets/cesium/ThirdParty/Workers/basis_transcoder.js +1 -1
  7. package/dist/assets/cesium/Workers/chunk-227AJNOA.js +59 -0
  8. package/dist/assets/cesium/Workers/chunk-2R5O53JW.js +157 -0
  9. package/dist/assets/cesium/Workers/chunk-34YUDLRP.js +781 -0
  10. package/dist/assets/cesium/Workers/chunk-3W63OHNJ.js +100 -0
  11. package/dist/assets/cesium/Workers/chunk-4MFFIWUA.js +163 -0
  12. package/dist/assets/cesium/Workers/chunk-66QLLS45.js +218 -0
  13. package/dist/assets/cesium/Workers/chunk-6BTKZDRG.js +77 -0
  14. package/dist/assets/cesium/Workers/chunk-A4JVFBQ3.js +101 -0
  15. package/dist/assets/cesium/Workers/chunk-ABADGKYE.js +58 -0
  16. package/dist/assets/cesium/Workers/chunk-AFFLIKOH.js +353 -0
  17. package/dist/assets/cesium/Workers/chunk-AHKEZ2OE.js +629 -0
  18. package/dist/assets/cesium/Workers/chunk-C3SXRKRW.js +476 -0
  19. package/dist/assets/cesium/Workers/chunk-CCFQRR6D.js +55 -0
  20. package/dist/assets/cesium/Workers/chunk-CHHNOC2C.js +1860 -0
  21. package/dist/assets/cesium/Workers/chunk-CTELOFLA.js +196 -0
  22. package/dist/assets/cesium/Workers/chunk-DUHWWBQQ.js +3273 -0
  23. package/dist/assets/cesium/Workers/chunk-EW2GWJYB.js +44 -0
  24. package/dist/assets/cesium/Workers/chunk-GLZBE3ML.js +421 -0
  25. package/dist/assets/cesium/Workers/chunk-HARLBUOL.js +236 -0
  26. package/dist/assets/cesium/Workers/chunk-HQF437NJ.js +117 -0
  27. package/dist/assets/cesium/Workers/chunk-IPA4EACJ.js +368 -0
  28. package/dist/assets/cesium/Workers/chunk-J3JY6I2C.js +1009 -0
  29. package/dist/assets/cesium/Workers/chunk-JB2LWGH4.js +390 -0
  30. package/dist/assets/cesium/Workers/chunk-JS3AW5BK.js +634 -0
  31. package/dist/assets/cesium/Workers/chunk-K36FEYS7.js +452 -0
  32. package/dist/assets/cesium/Workers/chunk-KD4Y7CZL.js +400 -0
  33. package/dist/assets/cesium/Workers/chunk-KTJSNCK4.js +842 -0
  34. package/dist/assets/cesium/Workers/chunk-LLUNNUJV.js +258 -0
  35. package/dist/assets/cesium/Workers/{package.js → chunk-MPAZH4BF.js} +13 -2
  36. package/dist/assets/cesium/Workers/chunk-MYZB7C4T.js +1258 -0
  37. package/dist/assets/cesium/Workers/chunk-N3JIFFX2.js +501 -0
  38. package/dist/assets/cesium/Workers/chunk-O5AMBQ36.js +430 -0
  39. package/dist/assets/cesium/Workers/chunk-OAVNIRB4.js +124 -0
  40. package/dist/assets/cesium/Workers/chunk-OYFCF4PL.js +171 -0
  41. package/dist/assets/cesium/Workers/chunk-OZJDGN5F.js +1477 -0
  42. package/dist/assets/cesium/Workers/chunk-PCJWUS4M.js +2041 -0
  43. package/dist/assets/cesium/Workers/chunk-PFQBCKBM.js +8644 -0
  44. package/dist/assets/cesium/Workers/chunk-QIKODV5G.js +305 -0
  45. package/dist/assets/cesium/Workers/chunk-QJ3DFBH3.js +73 -0
  46. package/dist/assets/cesium/Workers/chunk-QMEMZIJI.js +138 -0
  47. package/dist/assets/cesium/Workers/chunk-QT3MPEMI.js +102 -0
  48. package/dist/assets/cesium/Workers/chunk-RP2A7BR5.js +289 -0
  49. package/dist/assets/cesium/Workers/chunk-RW6LU2CJ.js +138 -0
  50. package/dist/assets/cesium/Workers/chunk-TFC6TZ3S.js +757 -0
  51. package/dist/assets/cesium/Workers/chunk-V3NGATMV.js +693 -0
  52. package/dist/assets/cesium/Workers/chunk-VLGOATD6.js +1075 -0
  53. package/dist/assets/cesium/Workers/chunk-WXTV4ATB.js +39 -0
  54. package/dist/assets/cesium/Workers/chunk-X4SU25DT.js +302 -0
  55. package/dist/assets/cesium/Workers/chunk-XTY7B2N6.js +2716 -0
  56. package/dist/assets/cesium/Workers/chunk-XY7MGBKC.js +513 -0
  57. package/dist/assets/cesium/Workers/chunk-Z24VKNDO.js +834 -0
  58. package/dist/assets/cesium/Workers/chunk-ZA25DG4Y.js +684 -0
  59. package/dist/assets/cesium/Workers/chunk-ZFOBYDGF.js +73 -0
  60. package/dist/assets/cesium/Workers/combineGeometry.js +65 -15
  61. package/dist/assets/cesium/Workers/createBoxGeometry.js +55 -10
  62. package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +231 -310
  63. package/dist/assets/cesium/Workers/createCircleGeometry.js +185 -202
  64. package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +141 -155
  65. package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +477 -557
  66. package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +218 -230
  67. package/dist/assets/cesium/Workers/createCorridorGeometry.js +1162 -1307
  68. package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +533 -569
  69. package/dist/assets/cesium/Workers/createCylinderGeometry.js +57 -10
  70. package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +224 -258
  71. package/dist/assets/cesium/Workers/createEllipseGeometry.js +68 -12
  72. package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +61 -12
  73. package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +56 -10
  74. package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +58 -13
  75. package/dist/assets/cesium/Workers/createFrustumGeometry.js +55 -10
  76. package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +226 -243
  77. package/dist/assets/cesium/Workers/createGeometry.js +143 -48
  78. package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +1484 -2011
  79. package/dist/assets/cesium/Workers/createPlaneGeometry.js +216 -243
  80. package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +121 -113
  81. package/dist/assets/cesium/Workers/createPolygonGeometry.js +1041 -1327
  82. package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +516 -657
  83. package/dist/assets/cesium/Workers/createPolylineGeometry.js +471 -547
  84. package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +352 -384
  85. package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +271 -295
  86. package/dist/assets/cesium/Workers/createRectangleGeometry.js +1128 -1331
  87. package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +445 -500
  88. package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +381 -440
  89. package/dist/assets/cesium/Workers/createSphereGeometry.js +112 -118
  90. package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +112 -121
  91. package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +32 -127
  92. package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +462 -505
  93. package/dist/assets/cesium/Workers/createVectorTileGeometries.js +377 -436
  94. package/dist/assets/cesium/Workers/createVectorTilePoints.js +110 -77
  95. package/dist/assets/cesium/Workers/createVectorTilePolygons.js +369 -391
  96. package/dist/assets/cesium/Workers/createVectorTilePolylines.js +252 -244
  97. package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +543 -615
  98. package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +2244 -2677
  99. package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +682 -926
  100. package/dist/assets/cesium/Workers/createWallGeometry.js +459 -593
  101. package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +324 -419
  102. package/dist/assets/cesium/Workers/decodeDraco.js +327 -347
  103. package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +2530 -3567
  104. package/dist/assets/cesium/Workers/decodeI3S.js +765 -970
  105. package/dist/assets/cesium/Workers/transcodeKTX2.js +3353 -1464
  106. package/dist/assets/cesium/Workers/transferTypedArrayTest.js +3 -4
  107. package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +748 -953
  108. package/dist/assets/{cesium.16590b.js → cesium.77d0f7.js} +8915 -13165
  109. package/dist/assets/cesium.js +1 -1
  110. package/dist/assets/{core.74da2a.js → core.720589.js} +3421 -3365
  111. package/dist/assets/core.js +1 -1
  112. package/dist/assets/index-dd539204.js +1 -0
  113. package/dist/assets/{ol.50a512.js → ol.e48649.js} +4 -4
  114. package/dist/assets/ol.js +1 -1
  115. package/dist/assets/{ui.d3054c.css → ui.50452a.css} +2 -2
  116. package/dist/assets/{ui.d3054c.js → ui.50452a.js} +5312 -4776
  117. package/dist/assets/ui.js +1 -1
  118. package/dist/assets/vue.js +2 -2
  119. package/dist/assets/{vuetify.946bd8.js → vuetify.f0a769.js} +1 -1
  120. package/dist/assets/vuetify.js +2 -2
  121. package/dist/index.html +27 -23
  122. package/index.html +23 -22
  123. package/index.js +6 -0
  124. package/package.json +5 -5
  125. package/plugins/@vcmap-show-case/form-inputs-example/FormInputsExample.vue +37 -1
  126. package/plugins/@vcmap-show-case/form-inputs-example/index.js +3 -0
  127. package/plugins/@vcmap-show-case/form-inputs-example/validation.js +11 -0
  128. package/plugins/@vcmap-show-case/plugin-editors/PluginEditors.vue +119 -0
  129. package/plugins/@vcmap-show-case/plugin-editors/index.js +41 -0
  130. package/plugins/@vcmap-show-case/plugin-editors/package.json +5 -0
  131. package/plugins/{@vcmap → @vcmap-show-case}/project-selector/ProjectSelectorComponent.vue +1 -1
  132. package/plugins/{@vcmap → @vcmap-show-case}/project-selector/config.json +2 -2
  133. package/plugins/{@vcmap → @vcmap-show-case}/project-selector/package.json +1 -1
  134. package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/package.json +1 -1
  135. package/plugins/@vcmap-show-case/style-input-example/styleExample.vue +0 -1
  136. package/plugins/@vcmap-show-case/table-example/DataTableExample.vue +1 -1
  137. package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/ThemeChangerComponent.vue +1 -1
  138. package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/config.json +2 -2
  139. package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/package.json +1 -1
  140. package/plugins/@vcmap-show-case/vector-properties-example/index.js +40 -0
  141. package/plugins/@vcmap-show-case/vector-properties-example/package.json +5 -0
  142. package/plugins/@vcmap-show-case/vector-properties-example/vectorPropertiesExample.vue +128 -0
  143. package/plugins/package.json +6 -2
  144. package/src/application/VcsAttributions.vue +27 -20
  145. package/src/components/form-inputs-controls/VcsChipArrayInput.vue +290 -0
  146. package/src/components/form-inputs-controls/VcsSlider.vue +1 -0
  147. package/src/components/form-inputs-controls/VcsTextField.vue +9 -3
  148. package/src/components/icons/2DAreaIcon.vue +2 -17
  149. package/src/components/icons/2DDistanceIcon.vue +0 -3
  150. package/src/components/icons/3DAreaIcon.vue +2 -17
  151. package/src/components/icons/3DDistanceIcon.vue +0 -3
  152. package/src/components/icons/3DHeightIcon.vue +0 -3
  153. package/src/components/icons/AngleIcon.vue +0 -1
  154. package/src/components/icons/AssociationsIcon.vue +1 -3
  155. package/src/components/icons/AxisIcon.vue +0 -4
  156. package/src/components/icons/BoundingBoxIcon.vue +1 -4
  157. package/src/components/icons/CheckboxIcon.vue +0 -2
  158. package/src/components/icons/CheckboxIndeterminateIcon.vue +1 -5
  159. package/src/components/icons/CircleIcon.vue +1 -6
  160. package/src/components/icons/ClippingHorizontalIcon.vue +0 -1
  161. package/src/components/icons/ClippingIcon.vue +0 -1
  162. package/src/components/icons/ClippingVerticalIcon.vue +0 -1
  163. package/src/components/icons/ColorPickerIcon.vue +0 -1
  164. package/src/components/icons/ColorSwatchIcon.vue +0 -2
  165. package/src/components/icons/CommentIcon.vue +0 -1
  166. package/src/components/icons/CompassIcon.vue +0 -2
  167. package/src/components/icons/ComponentsIcon.vue +0 -1
  168. package/src/components/icons/ConeIcon.vue +1 -4
  169. package/src/components/icons/DimensionsHouseIcon.vue +0 -2
  170. package/src/components/icons/EditIcon.vue +0 -1
  171. package/src/components/icons/EditVerticesIcon.vue +0 -4
  172. package/src/components/icons/ElevationProfileIcon.vue +1 -13
  173. package/src/components/icons/ExportAreaIcon.vue +0 -1
  174. package/src/components/icons/ExportFlightIcon.vue +0 -1
  175. package/src/components/icons/ExportIcon.vue +12 -8
  176. package/src/components/icons/ExternalLinkIcon.vue +0 -2
  177. package/src/components/icons/FastForwardIcon.vue +0 -1
  178. package/src/components/icons/FilterIcon.vue +0 -1
  179. package/src/components/icons/GlobeNatureIcon.vue +0 -3
  180. package/src/components/icons/GroundIcon.vue +0 -1
  181. package/src/components/icons/HealthCareIndustriesIcon.vue +1 -11
  182. package/src/components/icons/HideIcon.vue +0 -1
  183. package/src/components/icons/HomePointIcon.vue +0 -1
  184. package/src/components/icons/HospitalsIcon.vue +1 -20
  185. package/src/components/icons/HouseIcon.vue +3 -13
  186. package/src/components/icons/ImportIcon.vue +6 -14
  187. package/src/components/icons/InfoIcon.vue +0 -2
  188. package/src/components/icons/KebabIcon.vue +1 -9
  189. package/src/components/icons/LabelIcon.vue +0 -2
  190. package/src/components/icons/LayersIcon.vue +1 -9
  191. package/src/components/icons/LegendIcon.vue +0 -1
  192. package/src/components/icons/LineIcon.vue +0 -2
  193. package/src/components/icons/LinkIcon.vue +0 -1
  194. package/src/components/icons/LogoutIcon.vue +0 -1
  195. package/src/components/icons/MapIcon.vue +0 -2
  196. package/src/components/icons/MenuIcon.vue +1 -5
  197. package/src/components/icons/MinusIcon.vue +0 -2
  198. package/src/components/icons/ObjectSelectIcon.vue +0 -2
  199. package/src/components/icons/ObliqueViewIcon.vue +0 -1
  200. package/src/components/icons/PdfIcon.vue +0 -1
  201. package/src/components/icons/PedestrianIcon.vue +0 -1
  202. package/src/components/icons/PenIcon.vue +0 -1
  203. package/src/components/icons/PlayCircleIcon.vue +1 -8
  204. package/src/components/icons/PlusIcon.vue +0 -2
  205. package/src/components/icons/PoiIcon.vue +0 -1
  206. package/src/components/icons/PointIcon.vue +2 -6
  207. package/src/components/icons/PointSelectIcon.vue +0 -1
  208. package/src/components/icons/PresentationModeIcon.vue +0 -1
  209. package/src/components/icons/ProgressIcon.vue +1 -1
  210. package/src/components/icons/QueryIcon.vue +0 -1
  211. package/src/components/icons/RectangleIcon.vue +1 -6
  212. package/src/components/icons/ReturnIcon.vue +0 -1
  213. package/src/components/icons/RewindIcon.vue +0 -1
  214. package/src/components/icons/RotateLeftIcon.vue +0 -1
  215. package/src/components/icons/RotateRightIcon.vue +0 -1
  216. package/src/components/icons/ScreenshotIcon.vue +1 -6
  217. package/src/components/icons/SearchIcon.vue +0 -1
  218. package/src/components/icons/ShadowIcon.vue +0 -2
  219. package/src/components/icons/ShapesIcon.vue +1 -4
  220. package/src/components/icons/ShareIcon.vue +0 -1
  221. package/src/components/icons/SimpleCircleFilledIcon.vue +0 -1
  222. package/src/components/icons/SimpleCircleHalfFilledIcon.vue +0 -1
  223. package/src/components/icons/SimpleCircleOutlinedIcon.vue +1 -7
  224. package/src/components/icons/SkipPreviousIcon.vue +1 -6
  225. package/src/components/icons/SplitViewIcon.vue +0 -1
  226. package/src/components/icons/TextStyleIcon.vue +0 -3
  227. package/src/components/icons/ThreeDimensionsIcon.vue +0 -1
  228. package/src/components/icons/ToolsIcon.vue +0 -1
  229. package/src/components/icons/TouchIcon.vue +0 -1
  230. package/src/components/icons/TriangleIcon.vue +0 -3
  231. package/src/components/icons/TwoDimensionsIcon.vue +0 -2
  232. package/src/components/icons/UploadIcon.vue +0 -1
  233. package/src/components/icons/UserProfileIcon.vue +0 -1
  234. package/src/components/icons/UserShareIcon.vue +0 -1
  235. package/src/components/icons/ViewpointFlightIcon.vue +0 -1
  236. package/src/components/icons/ViewpointIcon.vue +0 -1
  237. package/src/components/icons/Viewshed360Icon.vue +0 -1
  238. package/src/components/icons/ViewshedConeIcon.vue +0 -1
  239. package/src/components/icons/ViewshedIcon.vue +0 -1
  240. package/src/components/icons/WalkingIcon.vue +0 -1
  241. package/src/components/icons/WallIcon.vue +1 -4
  242. package/src/components/icons/WandIcon.vue +22 -70
  243. package/src/components/lists/VcsList.vue +18 -12
  244. package/src/components/plugins/AbstractConfigEditor.vue +84 -0
  245. package/src/components/style/VcsImageSelector.vue +6 -5
  246. package/src/components/style/VcsTextSelector.vue +1 -1
  247. package/src/components/tables/VcsDataTable.vue +1 -1
  248. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +780 -0
  249. package/src/components/vector-properties/composables.js +93 -0
  250. package/src/contentTree/contentTreeCollection.js +30 -9
  251. package/src/i18n/de.js +41 -7
  252. package/src/i18n/en.js +39 -5
  253. package/src/i18n/i18nCollection.js +19 -65
  254. package/src/manager/buttonManager.js +4 -0
  255. package/src/manager/collectionManager/collectionComponent.js +1 -1
  256. package/src/manager/contextMenu/contextMenuManager.js +2 -0
  257. package/src/pluginHelper.js +57 -17
  258. package/src/vcsUiApp.js +25 -30
  259. package/src/vuePlugins/i18n.js +0 -8
  260. package/dist/assets/cesium/ThirdParty/Workers/draco_decoder_nodejs.js +0 -117
  261. package/dist/assets/cesium/Workers/ArcType-2d9abbbc.js +0 -37
  262. package/dist/assets/cesium/Workers/AttributeCompression-f9f6c717.js +0 -716
  263. package/dist/assets/cesium/Workers/AxisAlignedBoundingBox-4140c51f.js +0 -258
  264. package/dist/assets/cesium/Workers/BoundingRectangle-c714b156.js +0 -369
  265. package/dist/assets/cesium/Workers/BoxGeometry-6f3da43d.js +0 -884
  266. package/dist/assets/cesium/Workers/Check-6ede7e26.js +0 -290
  267. package/dist/assets/cesium/Workers/Color-8a565ff2.js +0 -2262
  268. package/dist/assets/cesium/Workers/ComponentDatatype-cf1fa08e.js +0 -341
  269. package/dist/assets/cesium/Workers/CoplanarPolygonGeometryLibrary-4b4d4096.js +0 -132
  270. package/dist/assets/cesium/Workers/CorridorGeometryLibrary-7b94502b.js +0 -498
  271. package/dist/assets/cesium/Workers/CylinderGeometry-ca070b87.js +0 -467
  272. package/dist/assets/cesium/Workers/CylinderGeometryLibrary-7bf291b4.js +0 -63
  273. package/dist/assets/cesium/Workers/EllipseGeometry-122e51fa.js +0 -1304
  274. package/dist/assets/cesium/Workers/EllipseGeometryLibrary-4d326efc.js +0 -366
  275. package/dist/assets/cesium/Workers/EllipseOutlineGeometry-16cc2bd7.js +0 -443
  276. package/dist/assets/cesium/Workers/EllipsoidGeodesic-5b3623dc.js +0 -520
  277. package/dist/assets/cesium/Workers/EllipsoidGeometry-cb148ca2.js +0 -637
  278. package/dist/assets/cesium/Workers/EllipsoidOutlineGeometry-0fa10c79.js +0 -454
  279. package/dist/assets/cesium/Workers/EllipsoidRhumbLine-ef872433.js +0 -741
  280. package/dist/assets/cesium/Workers/EllipsoidTangentPlane-6dd1b7af.js +0 -373
  281. package/dist/assets/cesium/Workers/EncodedCartesian3-57415c8a.js +0 -171
  282. package/dist/assets/cesium/Workers/FrustumGeometry-ee73037c.js +0 -2540
  283. package/dist/assets/cesium/Workers/GeometryAttribute-ff5b4fb1.js +0 -619
  284. package/dist/assets/cesium/Workers/GeometryAttributes-ad136444.js +0 -91
  285. package/dist/assets/cesium/Workers/GeometryInstance-34d9e21e.js +0 -121
  286. package/dist/assets/cesium/Workers/GeometryOffsetAttribute-9ad0019c.js +0 -16
  287. package/dist/assets/cesium/Workers/GeometryPipeline-1f8fbf05.js +0 -3690
  288. package/dist/assets/cesium/Workers/IndexDatatype-2643aa47.js +0 -200
  289. package/dist/assets/cesium/Workers/IntersectionTests-70d39ba9.js +0 -1836
  290. package/dist/assets/cesium/Workers/Math-0a2ac845.js +0 -1340
  291. package/dist/assets/cesium/Workers/Matrix2-e1298525.js +0 -7086
  292. package/dist/assets/cesium/Workers/Matrix3-41c58dde.js +0 -4283
  293. package/dist/assets/cesium/Workers/OrientedBoundingBox-159cf1d6.js +0 -1259
  294. package/dist/assets/cesium/Workers/Plane-4c3d403b.js +0 -309
  295. package/dist/assets/cesium/Workers/PolygonGeometryLibrary-076a5d25.js +0 -1074
  296. package/dist/assets/cesium/Workers/PolygonPipeline-b9f2810a.js +0 -1344
  297. package/dist/assets/cesium/Workers/PolylinePipeline-639192e0.js +0 -573
  298. package/dist/assets/cesium/Workers/PolylineVolumeGeometryLibrary-b73549fb.js +0 -781
  299. package/dist/assets/cesium/Workers/PrimitivePipeline-10ede1b6.js +0 -966
  300. package/dist/assets/cesium/Workers/RectangleGeometryLibrary-c35a7356.js +0 -280
  301. package/dist/assets/cesium/Workers/RuntimeError-ef395448.js +0 -68
  302. package/dist/assets/cesium/Workers/TerrainEncoding-668d242f.js +0 -1227
  303. package/dist/assets/cesium/Workers/Transforms-a2a85221.js +0 -14712
  304. package/dist/assets/cesium/Workers/VertexFormat-030f11ff.js +0 -312
  305. package/dist/assets/cesium/Workers/WallGeometryLibrary-1938bf0d.js +0 -211
  306. package/dist/assets/cesium/Workers/WebGLConstants-0b1ce7ba.js +0 -620
  307. package/dist/assets/cesium/Workers/WebMercatorProjection-13ed1a6e.js +0 -151
  308. package/dist/assets/cesium/Workers/arrayRemoveDuplicates-d2061e85.js +0 -129
  309. package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +0 -1363
  310. package/dist/assets/cesium/Workers/combine-d9581036.js +0 -82
  311. package/dist/assets/cesium/Workers/defaultValue-fe22d8c0.js +0 -51
  312. package/dist/assets/index-cb070eff.js +0 -1
  313. package/plugins/@vcmap/create-link/fallbackCreateLink.vue +0 -76
  314. package/plugins/@vcmap/create-link/index.js +0 -95
  315. package/plugins/@vcmap/create-link/package.json +0 -6
  316. package/plugins/@vcmap/search-nominatim/LICENSE.md +0 -13
  317. package/plugins/@vcmap/search-nominatim/README.md +0 -3
  318. package/plugins/@vcmap/search-nominatim/config.json +0 -3
  319. package/plugins/@vcmap/search-nominatim/index.js +0 -29
  320. package/plugins/@vcmap/search-nominatim/nominatim.js +0 -175
  321. package/plugins/@vcmap/search-nominatim/package.json +0 -9
  322. /package/dist/assets/{vue.30740e.js → vue.5d696e.js} +0 -0
  323. /package/dist/assets/{vuetify.946bd8.css → vuetify.f0a769.css} +0 -0
  324. /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/ModulesListComponent.vue +0 -0
  325. /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/README.md +0 -0
  326. /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/de.json +0 -0
  327. /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/en.json +0 -0
  328. /package/plugins/{@vcmap → @vcmap-show-case}/project-selector/index.js +0 -0
  329. /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/README.md +0 -0
  330. /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/SimpleGraphComponent.vue +0 -0
  331. /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/index.js +0 -0
  332. /package/plugins/{@vcmap → @vcmap-show-case}/simple-graph/simpleGraphView.js +0 -0
  333. /package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/README.md +0 -0
  334. /package/plugins/{@vcmap → @vcmap-show-case}/theme-changer/index.js +0 -0
@@ -0,0 +1,1009 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 1.109.3
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 {
27
+ EllipsoidRhumbLine_default
28
+ } from "./chunk-K36FEYS7.js";
29
+ import {
30
+ GeometryAttribute_default,
31
+ Geometry_default,
32
+ PrimitiveType_default
33
+ } from "./chunk-X4SU25DT.js";
34
+ import {
35
+ Cartesian2_default
36
+ } from "./chunk-DUHWWBQQ.js";
37
+ import {
38
+ ComponentDatatype_default
39
+ } from "./chunk-LLUNNUJV.js";
40
+ import {
41
+ Cartesian3_default,
42
+ Cartographic_default,
43
+ Ellipsoid_default
44
+ } from "./chunk-PCJWUS4M.js";
45
+ import {
46
+ Math_default
47
+ } from "./chunk-N3JIFFX2.js";
48
+ import {
49
+ WebGLConstants_default
50
+ } from "./chunk-AHKEZ2OE.js";
51
+ import {
52
+ defaultValue_default
53
+ } from "./chunk-WXTV4ATB.js";
54
+ import {
55
+ Check_default
56
+ } from "./chunk-4MFFIWUA.js";
57
+ import {
58
+ __commonJS,
59
+ __toESM,
60
+ defined_default
61
+ } from "./chunk-6BTKZDRG.js";
62
+
63
+ // node_modules/earcut/src/earcut.js
64
+ var require_earcut = __commonJS({
65
+ "node_modules/earcut/src/earcut.js"(exports, module) {
66
+ "use strict";
67
+ module.exports = earcut2;
68
+ module.exports.default = earcut2;
69
+ function earcut2(data, holeIndices, dim) {
70
+ dim = dim || 2;
71
+ var hasHoles = holeIndices && holeIndices.length, outerLen = hasHoles ? holeIndices[0] * dim : data.length, outerNode = linkedList(data, 0, outerLen, dim, true), triangles = [];
72
+ if (!outerNode || outerNode.next === outerNode.prev)
73
+ return triangles;
74
+ var minX, minY, maxX, maxY, x, y, invSize;
75
+ if (hasHoles)
76
+ outerNode = eliminateHoles(data, holeIndices, outerNode, dim);
77
+ if (data.length > 80 * dim) {
78
+ minX = maxX = data[0];
79
+ minY = maxY = data[1];
80
+ for (var i = dim; i < outerLen; i += dim) {
81
+ x = data[i];
82
+ y = data[i + 1];
83
+ if (x < minX)
84
+ minX = x;
85
+ if (y < minY)
86
+ minY = y;
87
+ if (x > maxX)
88
+ maxX = x;
89
+ if (y > maxY)
90
+ maxY = y;
91
+ }
92
+ invSize = Math.max(maxX - minX, maxY - minY);
93
+ invSize = invSize !== 0 ? 32767 / invSize : 0;
94
+ }
95
+ earcutLinked(outerNode, triangles, dim, minX, minY, invSize, 0);
96
+ return triangles;
97
+ }
98
+ function linkedList(data, start, end, dim, clockwise) {
99
+ var i, last;
100
+ if (clockwise === signedArea(data, start, end, dim) > 0) {
101
+ for (i = start; i < end; i += dim)
102
+ last = insertNode(i, data[i], data[i + 1], last);
103
+ } else {
104
+ for (i = end - dim; i >= start; i -= dim)
105
+ last = insertNode(i, data[i], data[i + 1], last);
106
+ }
107
+ if (last && equals(last, last.next)) {
108
+ removeNode(last);
109
+ last = last.next;
110
+ }
111
+ return last;
112
+ }
113
+ function filterPoints(start, end) {
114
+ if (!start)
115
+ return start;
116
+ if (!end)
117
+ end = start;
118
+ var p = start, again;
119
+ do {
120
+ again = false;
121
+ if (!p.steiner && (equals(p, p.next) || area(p.prev, p, p.next) === 0)) {
122
+ removeNode(p);
123
+ p = end = p.prev;
124
+ if (p === p.next)
125
+ break;
126
+ again = true;
127
+ } else {
128
+ p = p.next;
129
+ }
130
+ } while (again || p !== end);
131
+ return end;
132
+ }
133
+ function earcutLinked(ear, triangles, dim, minX, minY, invSize, pass) {
134
+ if (!ear)
135
+ return;
136
+ if (!pass && invSize)
137
+ indexCurve(ear, minX, minY, invSize);
138
+ var stop = ear, prev, next;
139
+ while (ear.prev !== ear.next) {
140
+ prev = ear.prev;
141
+ next = ear.next;
142
+ if (invSize ? isEarHashed(ear, minX, minY, invSize) : isEar(ear)) {
143
+ triangles.push(prev.i / dim | 0);
144
+ triangles.push(ear.i / dim | 0);
145
+ triangles.push(next.i / dim | 0);
146
+ removeNode(ear);
147
+ ear = next.next;
148
+ stop = next.next;
149
+ continue;
150
+ }
151
+ ear = next;
152
+ if (ear === stop) {
153
+ if (!pass) {
154
+ earcutLinked(filterPoints(ear), triangles, dim, minX, minY, invSize, 1);
155
+ } else if (pass === 1) {
156
+ ear = cureLocalIntersections(filterPoints(ear), triangles, dim);
157
+ earcutLinked(ear, triangles, dim, minX, minY, invSize, 2);
158
+ } else if (pass === 2) {
159
+ splitEarcut(ear, triangles, dim, minX, minY, invSize);
160
+ }
161
+ break;
162
+ }
163
+ }
164
+ }
165
+ function isEar(ear) {
166
+ var a = ear.prev, b = ear, c = ear.next;
167
+ if (area(a, b, c) >= 0)
168
+ return false;
169
+ var ax = a.x, bx = b.x, cx = c.x, ay = a.y, by = b.y, cy = c.y;
170
+ var x0 = ax < bx ? ax < cx ? ax : cx : bx < cx ? bx : cx, y0 = ay < by ? ay < cy ? ay : cy : by < cy ? by : cy, x1 = ax > bx ? ax > cx ? ax : cx : bx > cx ? bx : cx, y1 = ay > by ? ay > cy ? ay : cy : by > cy ? by : cy;
171
+ var p = c.next;
172
+ while (p !== a) {
173
+ if (p.x >= x0 && p.x <= x1 && p.y >= y0 && p.y <= y1 && pointInTriangle(ax, ay, bx, by, cx, cy, p.x, p.y) && area(p.prev, p, p.next) >= 0)
174
+ return false;
175
+ p = p.next;
176
+ }
177
+ return true;
178
+ }
179
+ function isEarHashed(ear, minX, minY, invSize) {
180
+ var a = ear.prev, b = ear, c = ear.next;
181
+ if (area(a, b, c) >= 0)
182
+ return false;
183
+ var ax = a.x, bx = b.x, cx = c.x, ay = a.y, by = b.y, cy = c.y;
184
+ var x0 = ax < bx ? ax < cx ? ax : cx : bx < cx ? bx : cx, y0 = ay < by ? ay < cy ? ay : cy : by < cy ? by : cy, x1 = ax > bx ? ax > cx ? ax : cx : bx > cx ? bx : cx, y1 = ay > by ? ay > cy ? ay : cy : by > cy ? by : cy;
185
+ var minZ = zOrder(x0, y0, minX, minY, invSize), maxZ = zOrder(x1, y1, minX, minY, invSize);
186
+ var p = ear.prevZ, n = ear.nextZ;
187
+ while (p && p.z >= minZ && n && n.z <= maxZ) {
188
+ if (p.x >= x0 && p.x <= x1 && p.y >= y0 && p.y <= y1 && p !== a && p !== c && pointInTriangle(ax, ay, bx, by, cx, cy, p.x, p.y) && area(p.prev, p, p.next) >= 0)
189
+ return false;
190
+ p = p.prevZ;
191
+ if (n.x >= x0 && n.x <= x1 && n.y >= y0 && n.y <= y1 && n !== a && n !== c && pointInTriangle(ax, ay, bx, by, cx, cy, n.x, n.y) && area(n.prev, n, n.next) >= 0)
192
+ return false;
193
+ n = n.nextZ;
194
+ }
195
+ while (p && p.z >= minZ) {
196
+ if (p.x >= x0 && p.x <= x1 && p.y >= y0 && p.y <= y1 && p !== a && p !== c && pointInTriangle(ax, ay, bx, by, cx, cy, p.x, p.y) && area(p.prev, p, p.next) >= 0)
197
+ return false;
198
+ p = p.prevZ;
199
+ }
200
+ while (n && n.z <= maxZ) {
201
+ if (n.x >= x0 && n.x <= x1 && n.y >= y0 && n.y <= y1 && n !== a && n !== c && pointInTriangle(ax, ay, bx, by, cx, cy, n.x, n.y) && area(n.prev, n, n.next) >= 0)
202
+ return false;
203
+ n = n.nextZ;
204
+ }
205
+ return true;
206
+ }
207
+ function cureLocalIntersections(start, triangles, dim) {
208
+ var p = start;
209
+ do {
210
+ var a = p.prev, b = p.next.next;
211
+ if (!equals(a, b) && intersects(a, p, p.next, b) && locallyInside(a, b) && locallyInside(b, a)) {
212
+ triangles.push(a.i / dim | 0);
213
+ triangles.push(p.i / dim | 0);
214
+ triangles.push(b.i / dim | 0);
215
+ removeNode(p);
216
+ removeNode(p.next);
217
+ p = start = b;
218
+ }
219
+ p = p.next;
220
+ } while (p !== start);
221
+ return filterPoints(p);
222
+ }
223
+ function splitEarcut(start, triangles, dim, minX, minY, invSize) {
224
+ var a = start;
225
+ do {
226
+ var b = a.next.next;
227
+ while (b !== a.prev) {
228
+ if (a.i !== b.i && isValidDiagonal(a, b)) {
229
+ var c = splitPolygon(a, b);
230
+ a = filterPoints(a, a.next);
231
+ c = filterPoints(c, c.next);
232
+ earcutLinked(a, triangles, dim, minX, minY, invSize, 0);
233
+ earcutLinked(c, triangles, dim, minX, minY, invSize, 0);
234
+ return;
235
+ }
236
+ b = b.next;
237
+ }
238
+ a = a.next;
239
+ } while (a !== start);
240
+ }
241
+ function eliminateHoles(data, holeIndices, outerNode, dim) {
242
+ var queue = [], i, len, start, end, list;
243
+ for (i = 0, len = holeIndices.length; i < len; i++) {
244
+ start = holeIndices[i] * dim;
245
+ end = i < len - 1 ? holeIndices[i + 1] * dim : data.length;
246
+ list = linkedList(data, start, end, dim, false);
247
+ if (list === list.next)
248
+ list.steiner = true;
249
+ queue.push(getLeftmost(list));
250
+ }
251
+ queue.sort(compareX);
252
+ for (i = 0; i < queue.length; i++) {
253
+ outerNode = eliminateHole(queue[i], outerNode);
254
+ }
255
+ return outerNode;
256
+ }
257
+ function compareX(a, b) {
258
+ return a.x - b.x;
259
+ }
260
+ function eliminateHole(hole, outerNode) {
261
+ var bridge = findHoleBridge(hole, outerNode);
262
+ if (!bridge) {
263
+ return outerNode;
264
+ }
265
+ var bridgeReverse = splitPolygon(bridge, hole);
266
+ filterPoints(bridgeReverse, bridgeReverse.next);
267
+ return filterPoints(bridge, bridge.next);
268
+ }
269
+ function findHoleBridge(hole, outerNode) {
270
+ var p = outerNode, hx = hole.x, hy = hole.y, qx = -Infinity, m;
271
+ do {
272
+ if (hy <= p.y && hy >= p.next.y && p.next.y !== p.y) {
273
+ var x = p.x + (hy - p.y) * (p.next.x - p.x) / (p.next.y - p.y);
274
+ if (x <= hx && x > qx) {
275
+ qx = x;
276
+ m = p.x < p.next.x ? p : p.next;
277
+ if (x === hx)
278
+ return m;
279
+ }
280
+ }
281
+ p = p.next;
282
+ } while (p !== outerNode);
283
+ if (!m)
284
+ return null;
285
+ var stop = m, mx = m.x, my = m.y, tanMin = Infinity, tan;
286
+ p = m;
287
+ do {
288
+ if (hx >= p.x && p.x >= mx && hx !== p.x && pointInTriangle(hy < my ? hx : qx, hy, mx, my, hy < my ? qx : hx, hy, p.x, p.y)) {
289
+ tan = Math.abs(hy - p.y) / (hx - p.x);
290
+ if (locallyInside(p, hole) && (tan < tanMin || tan === tanMin && (p.x > m.x || p.x === m.x && sectorContainsSector(m, p)))) {
291
+ m = p;
292
+ tanMin = tan;
293
+ }
294
+ }
295
+ p = p.next;
296
+ } while (p !== stop);
297
+ return m;
298
+ }
299
+ function sectorContainsSector(m, p) {
300
+ return area(m.prev, m, p.prev) < 0 && area(p.next, m, m.next) < 0;
301
+ }
302
+ function indexCurve(start, minX, minY, invSize) {
303
+ var p = start;
304
+ do {
305
+ if (p.z === 0)
306
+ p.z = zOrder(p.x, p.y, minX, minY, invSize);
307
+ p.prevZ = p.prev;
308
+ p.nextZ = p.next;
309
+ p = p.next;
310
+ } while (p !== start);
311
+ p.prevZ.nextZ = null;
312
+ p.prevZ = null;
313
+ sortLinked(p);
314
+ }
315
+ function sortLinked(list) {
316
+ var i, p, q, e, tail, numMerges, pSize, qSize, inSize = 1;
317
+ do {
318
+ p = list;
319
+ list = null;
320
+ tail = null;
321
+ numMerges = 0;
322
+ while (p) {
323
+ numMerges++;
324
+ q = p;
325
+ pSize = 0;
326
+ for (i = 0; i < inSize; i++) {
327
+ pSize++;
328
+ q = q.nextZ;
329
+ if (!q)
330
+ break;
331
+ }
332
+ qSize = inSize;
333
+ while (pSize > 0 || qSize > 0 && q) {
334
+ if (pSize !== 0 && (qSize === 0 || !q || p.z <= q.z)) {
335
+ e = p;
336
+ p = p.nextZ;
337
+ pSize--;
338
+ } else {
339
+ e = q;
340
+ q = q.nextZ;
341
+ qSize--;
342
+ }
343
+ if (tail)
344
+ tail.nextZ = e;
345
+ else
346
+ list = e;
347
+ e.prevZ = tail;
348
+ tail = e;
349
+ }
350
+ p = q;
351
+ }
352
+ tail.nextZ = null;
353
+ inSize *= 2;
354
+ } while (numMerges > 1);
355
+ return list;
356
+ }
357
+ function zOrder(x, y, minX, minY, invSize) {
358
+ x = (x - minX) * invSize | 0;
359
+ y = (y - minY) * invSize | 0;
360
+ x = (x | x << 8) & 16711935;
361
+ x = (x | x << 4) & 252645135;
362
+ x = (x | x << 2) & 858993459;
363
+ x = (x | x << 1) & 1431655765;
364
+ y = (y | y << 8) & 16711935;
365
+ y = (y | y << 4) & 252645135;
366
+ y = (y | y << 2) & 858993459;
367
+ y = (y | y << 1) & 1431655765;
368
+ return x | y << 1;
369
+ }
370
+ function getLeftmost(start) {
371
+ var p = start, leftmost = start;
372
+ do {
373
+ if (p.x < leftmost.x || p.x === leftmost.x && p.y < leftmost.y)
374
+ leftmost = p;
375
+ p = p.next;
376
+ } while (p !== start);
377
+ return leftmost;
378
+ }
379
+ function pointInTriangle(ax, ay, bx, by, cx, cy, px, py) {
380
+ return (cx - px) * (ay - py) >= (ax - px) * (cy - py) && (ax - px) * (by - py) >= (bx - px) * (ay - py) && (bx - px) * (cy - py) >= (cx - px) * (by - py);
381
+ }
382
+ function isValidDiagonal(a, b) {
383
+ return a.next.i !== b.i && a.prev.i !== b.i && !intersectsPolygon(a, b) && // dones't intersect other edges
384
+ (locallyInside(a, b) && locallyInside(b, a) && middleInside(a, b) && // locally visible
385
+ (area(a.prev, a, b.prev) || area(a, b.prev, b)) || // does not create opposite-facing sectors
386
+ equals(a, b) && area(a.prev, a, a.next) > 0 && area(b.prev, b, b.next) > 0);
387
+ }
388
+ function area(p, q, r) {
389
+ return (q.y - p.y) * (r.x - q.x) - (q.x - p.x) * (r.y - q.y);
390
+ }
391
+ function equals(p1, p2) {
392
+ return p1.x === p2.x && p1.y === p2.y;
393
+ }
394
+ function intersects(p1, q1, p2, q2) {
395
+ var o1 = sign(area(p1, q1, p2));
396
+ var o2 = sign(area(p1, q1, q2));
397
+ var o3 = sign(area(p2, q2, p1));
398
+ var o4 = sign(area(p2, q2, q1));
399
+ if (o1 !== o2 && o3 !== o4)
400
+ return true;
401
+ if (o1 === 0 && onSegment(p1, p2, q1))
402
+ return true;
403
+ if (o2 === 0 && onSegment(p1, q2, q1))
404
+ return true;
405
+ if (o3 === 0 && onSegment(p2, p1, q2))
406
+ return true;
407
+ if (o4 === 0 && onSegment(p2, q1, q2))
408
+ return true;
409
+ return false;
410
+ }
411
+ function onSegment(p, q, r) {
412
+ return q.x <= Math.max(p.x, r.x) && q.x >= Math.min(p.x, r.x) && q.y <= Math.max(p.y, r.y) && q.y >= Math.min(p.y, r.y);
413
+ }
414
+ function sign(num) {
415
+ return num > 0 ? 1 : num < 0 ? -1 : 0;
416
+ }
417
+ function intersectsPolygon(a, b) {
418
+ var p = a;
419
+ do {
420
+ if (p.i !== a.i && p.next.i !== a.i && p.i !== b.i && p.next.i !== b.i && intersects(p, p.next, a, b))
421
+ return true;
422
+ p = p.next;
423
+ } while (p !== a);
424
+ return false;
425
+ }
426
+ function locallyInside(a, b) {
427
+ return area(a.prev, a, a.next) < 0 ? area(a, b, a.next) >= 0 && area(a, a.prev, b) >= 0 : area(a, b, a.prev) < 0 || area(a, a.next, b) < 0;
428
+ }
429
+ function middleInside(a, b) {
430
+ var p = a, inside = false, px = (a.x + b.x) / 2, py = (a.y + b.y) / 2;
431
+ do {
432
+ if (p.y > py !== p.next.y > py && p.next.y !== p.y && px < (p.next.x - p.x) * (py - p.y) / (p.next.y - p.y) + p.x)
433
+ inside = !inside;
434
+ p = p.next;
435
+ } while (p !== a);
436
+ return inside;
437
+ }
438
+ function splitPolygon(a, b) {
439
+ var a2 = new Node(a.i, a.x, a.y), b2 = new Node(b.i, b.x, b.y), an = a.next, bp = b.prev;
440
+ a.next = b;
441
+ b.prev = a;
442
+ a2.next = an;
443
+ an.prev = a2;
444
+ b2.next = a2;
445
+ a2.prev = b2;
446
+ bp.next = b2;
447
+ b2.prev = bp;
448
+ return b2;
449
+ }
450
+ function insertNode(i, x, y, last) {
451
+ var p = new Node(i, x, y);
452
+ if (!last) {
453
+ p.prev = p;
454
+ p.next = p;
455
+ } else {
456
+ p.next = last.next;
457
+ p.prev = last;
458
+ last.next.prev = p;
459
+ last.next = p;
460
+ }
461
+ return p;
462
+ }
463
+ function removeNode(p) {
464
+ p.next.prev = p.prev;
465
+ p.prev.next = p.next;
466
+ if (p.prevZ)
467
+ p.prevZ.nextZ = p.nextZ;
468
+ if (p.nextZ)
469
+ p.nextZ.prevZ = p.prevZ;
470
+ }
471
+ function Node(i, x, y) {
472
+ this.i = i;
473
+ this.x = x;
474
+ this.y = y;
475
+ this.prev = null;
476
+ this.next = null;
477
+ this.z = 0;
478
+ this.prevZ = null;
479
+ this.nextZ = null;
480
+ this.steiner = false;
481
+ }
482
+ earcut2.deviation = function(data, holeIndices, dim, triangles) {
483
+ var hasHoles = holeIndices && holeIndices.length;
484
+ var outerLen = hasHoles ? holeIndices[0] * dim : data.length;
485
+ var polygonArea = Math.abs(signedArea(data, 0, outerLen, dim));
486
+ if (hasHoles) {
487
+ for (var i = 0, len = holeIndices.length; i < len; i++) {
488
+ var start = holeIndices[i] * dim;
489
+ var end = i < len - 1 ? holeIndices[i + 1] * dim : data.length;
490
+ polygonArea -= Math.abs(signedArea(data, start, end, dim));
491
+ }
492
+ }
493
+ var trianglesArea = 0;
494
+ for (i = 0; i < triangles.length; i += 3) {
495
+ var a = triangles[i] * dim;
496
+ var b = triangles[i + 1] * dim;
497
+ var c = triangles[i + 2] * dim;
498
+ trianglesArea += Math.abs(
499
+ (data[a] - data[c]) * (data[b + 1] - data[a + 1]) - (data[a] - data[b]) * (data[c + 1] - data[a + 1])
500
+ );
501
+ }
502
+ return polygonArea === 0 && trianglesArea === 0 ? 0 : Math.abs((trianglesArea - polygonArea) / polygonArea);
503
+ };
504
+ function signedArea(data, start, end, dim) {
505
+ var sum = 0;
506
+ for (var i = start, j = end - dim; i < end; i += dim) {
507
+ sum += (data[j] - data[i]) * (data[i + 1] + data[j + 1]);
508
+ j = i;
509
+ }
510
+ return sum;
511
+ }
512
+ earcut2.flatten = function(data) {
513
+ var dim = data[0][0].length, result = { vertices: [], holes: [], dimensions: dim }, holeIndex = 0;
514
+ for (var i = 0; i < data.length; i++) {
515
+ for (var j = 0; j < data[i].length; j++) {
516
+ for (var d = 0; d < dim; d++)
517
+ result.vertices.push(data[i][j][d]);
518
+ }
519
+ if (i > 0) {
520
+ holeIndex += data[i - 1].length;
521
+ result.holes.push(holeIndex);
522
+ }
523
+ }
524
+ return result;
525
+ };
526
+ }
527
+ });
528
+
529
+ // packages/engine/Source/Core/WindingOrder.js
530
+ var WindingOrder = {
531
+ /**
532
+ * Vertices are in clockwise order.
533
+ *
534
+ * @type {number}
535
+ * @constant
536
+ */
537
+ CLOCKWISE: WebGLConstants_default.CW,
538
+ /**
539
+ * Vertices are in counter-clockwise order.
540
+ *
541
+ * @type {number}
542
+ * @constant
543
+ */
544
+ COUNTER_CLOCKWISE: WebGLConstants_default.CCW
545
+ };
546
+ WindingOrder.validate = function(windingOrder) {
547
+ return windingOrder === WindingOrder.CLOCKWISE || windingOrder === WindingOrder.COUNTER_CLOCKWISE;
548
+ };
549
+ var WindingOrder_default = Object.freeze(WindingOrder);
550
+
551
+ // packages/engine/Source/Core/PolygonPipeline.js
552
+ var import_earcut = __toESM(require_earcut(), 1);
553
+ var scaleToGeodeticHeightN = new Cartesian3_default();
554
+ var scaleToGeodeticHeightP = new Cartesian3_default();
555
+ var PolygonPipeline = {};
556
+ PolygonPipeline.computeArea2D = function(positions) {
557
+ Check_default.defined("positions", positions);
558
+ Check_default.typeOf.number.greaterThanOrEquals(
559
+ "positions.length",
560
+ positions.length,
561
+ 3
562
+ );
563
+ const length = positions.length;
564
+ let area = 0;
565
+ for (let i0 = length - 1, i1 = 0; i1 < length; i0 = i1++) {
566
+ const v0 = positions[i0];
567
+ const v1 = positions[i1];
568
+ area += v0.x * v1.y - v1.x * v0.y;
569
+ }
570
+ return area * 0.5;
571
+ };
572
+ PolygonPipeline.computeWindingOrder2D = function(positions) {
573
+ const area = PolygonPipeline.computeArea2D(positions);
574
+ return area > 0 ? WindingOrder_default.COUNTER_CLOCKWISE : WindingOrder_default.CLOCKWISE;
575
+ };
576
+ PolygonPipeline.triangulate = function(positions, holes) {
577
+ Check_default.defined("positions", positions);
578
+ const flattenedPositions = Cartesian2_default.packArray(positions);
579
+ return (0, import_earcut.default)(flattenedPositions, holes, 2);
580
+ };
581
+ var subdivisionV0Scratch = new Cartesian3_default();
582
+ var subdivisionV1Scratch = new Cartesian3_default();
583
+ var subdivisionV2Scratch = new Cartesian3_default();
584
+ var subdivisionS0Scratch = new Cartesian3_default();
585
+ var subdivisionS1Scratch = new Cartesian3_default();
586
+ var subdivisionS2Scratch = new Cartesian3_default();
587
+ var subdivisionMidScratch = new Cartesian3_default();
588
+ var subdivisionT0Scratch = new Cartesian2_default();
589
+ var subdivisionT1Scratch = new Cartesian2_default();
590
+ var subdivisionT2Scratch = new Cartesian2_default();
591
+ var subdivisionTexcoordMidScratch = new Cartesian2_default();
592
+ PolygonPipeline.computeSubdivision = function(ellipsoid, positions, indices, texcoords, granularity) {
593
+ granularity = defaultValue_default(granularity, Math_default.RADIANS_PER_DEGREE);
594
+ const hasTexcoords = defined_default(texcoords);
595
+ Check_default.typeOf.object("ellipsoid", ellipsoid);
596
+ Check_default.defined("positions", positions);
597
+ Check_default.defined("indices", indices);
598
+ Check_default.typeOf.number.greaterThanOrEquals("indices.length", indices.length, 3);
599
+ Check_default.typeOf.number.equals("indices.length % 3", "0", indices.length % 3, 0);
600
+ Check_default.typeOf.number.greaterThan("granularity", granularity, 0);
601
+ const triangles = indices.slice(0);
602
+ let i;
603
+ const length = positions.length;
604
+ const subdividedPositions = new Array(length * 3);
605
+ const subdividedTexcoords = new Array(length * 2);
606
+ let q = 0;
607
+ let p = 0;
608
+ for (i = 0; i < length; i++) {
609
+ const item = positions[i];
610
+ subdividedPositions[q++] = item.x;
611
+ subdividedPositions[q++] = item.y;
612
+ subdividedPositions[q++] = item.z;
613
+ if (hasTexcoords) {
614
+ const texcoordItem = texcoords[i];
615
+ subdividedTexcoords[p++] = texcoordItem.x;
616
+ subdividedTexcoords[p++] = texcoordItem.y;
617
+ }
618
+ }
619
+ const subdividedIndices = [];
620
+ const edges = {};
621
+ const radius = ellipsoid.maximumRadius;
622
+ const minDistance = Math_default.chordLength(granularity, radius);
623
+ const minDistanceSqrd = minDistance * minDistance;
624
+ while (triangles.length > 0) {
625
+ const i2 = triangles.pop();
626
+ const i1 = triangles.pop();
627
+ const i0 = triangles.pop();
628
+ const v0 = Cartesian3_default.fromArray(
629
+ subdividedPositions,
630
+ i0 * 3,
631
+ subdivisionV0Scratch
632
+ );
633
+ const v1 = Cartesian3_default.fromArray(
634
+ subdividedPositions,
635
+ i1 * 3,
636
+ subdivisionV1Scratch
637
+ );
638
+ const v2 = Cartesian3_default.fromArray(
639
+ subdividedPositions,
640
+ i2 * 3,
641
+ subdivisionV2Scratch
642
+ );
643
+ let t0, t1, t2;
644
+ if (hasTexcoords) {
645
+ t0 = Cartesian2_default.fromArray(
646
+ subdividedTexcoords,
647
+ i0 * 2,
648
+ subdivisionT0Scratch
649
+ );
650
+ t1 = Cartesian2_default.fromArray(
651
+ subdividedTexcoords,
652
+ i1 * 2,
653
+ subdivisionT1Scratch
654
+ );
655
+ t2 = Cartesian2_default.fromArray(
656
+ subdividedTexcoords,
657
+ i2 * 2,
658
+ subdivisionT2Scratch
659
+ );
660
+ }
661
+ const s0 = Cartesian3_default.multiplyByScalar(
662
+ Cartesian3_default.normalize(v0, subdivisionS0Scratch),
663
+ radius,
664
+ subdivisionS0Scratch
665
+ );
666
+ const s1 = Cartesian3_default.multiplyByScalar(
667
+ Cartesian3_default.normalize(v1, subdivisionS1Scratch),
668
+ radius,
669
+ subdivisionS1Scratch
670
+ );
671
+ const s2 = Cartesian3_default.multiplyByScalar(
672
+ Cartesian3_default.normalize(v2, subdivisionS2Scratch),
673
+ radius,
674
+ subdivisionS2Scratch
675
+ );
676
+ const g0 = Cartesian3_default.magnitudeSquared(
677
+ Cartesian3_default.subtract(s0, s1, subdivisionMidScratch)
678
+ );
679
+ const g1 = Cartesian3_default.magnitudeSquared(
680
+ Cartesian3_default.subtract(s1, s2, subdivisionMidScratch)
681
+ );
682
+ const g2 = Cartesian3_default.magnitudeSquared(
683
+ Cartesian3_default.subtract(s2, s0, subdivisionMidScratch)
684
+ );
685
+ const max = Math.max(g0, g1, g2);
686
+ let edge;
687
+ let mid;
688
+ let midTexcoord;
689
+ if (max > minDistanceSqrd) {
690
+ if (g0 === max) {
691
+ edge = `${Math.min(i0, i1)} ${Math.max(i0, i1)}`;
692
+ i = edges[edge];
693
+ if (!defined_default(i)) {
694
+ mid = Cartesian3_default.add(v0, v1, subdivisionMidScratch);
695
+ Cartesian3_default.multiplyByScalar(mid, 0.5, mid);
696
+ subdividedPositions.push(mid.x, mid.y, mid.z);
697
+ i = subdividedPositions.length / 3 - 1;
698
+ edges[edge] = i;
699
+ if (hasTexcoords) {
700
+ midTexcoord = Cartesian2_default.add(t0, t1, subdivisionTexcoordMidScratch);
701
+ Cartesian2_default.multiplyByScalar(midTexcoord, 0.5, midTexcoord);
702
+ subdividedTexcoords.push(midTexcoord.x, midTexcoord.y);
703
+ }
704
+ }
705
+ triangles.push(i0, i, i2);
706
+ triangles.push(i, i1, i2);
707
+ } else if (g1 === max) {
708
+ edge = `${Math.min(i1, i2)} ${Math.max(i1, i2)}`;
709
+ i = edges[edge];
710
+ if (!defined_default(i)) {
711
+ mid = Cartesian3_default.add(v1, v2, subdivisionMidScratch);
712
+ Cartesian3_default.multiplyByScalar(mid, 0.5, mid);
713
+ subdividedPositions.push(mid.x, mid.y, mid.z);
714
+ i = subdividedPositions.length / 3 - 1;
715
+ edges[edge] = i;
716
+ if (hasTexcoords) {
717
+ midTexcoord = Cartesian2_default.add(t1, t2, subdivisionTexcoordMidScratch);
718
+ Cartesian2_default.multiplyByScalar(midTexcoord, 0.5, midTexcoord);
719
+ subdividedTexcoords.push(midTexcoord.x, midTexcoord.y);
720
+ }
721
+ }
722
+ triangles.push(i1, i, i0);
723
+ triangles.push(i, i2, i0);
724
+ } else if (g2 === max) {
725
+ edge = `${Math.min(i2, i0)} ${Math.max(i2, i0)}`;
726
+ i = edges[edge];
727
+ if (!defined_default(i)) {
728
+ mid = Cartesian3_default.add(v2, v0, subdivisionMidScratch);
729
+ Cartesian3_default.multiplyByScalar(mid, 0.5, mid);
730
+ subdividedPositions.push(mid.x, mid.y, mid.z);
731
+ i = subdividedPositions.length / 3 - 1;
732
+ edges[edge] = i;
733
+ if (hasTexcoords) {
734
+ midTexcoord = Cartesian2_default.add(t2, t0, subdivisionTexcoordMidScratch);
735
+ Cartesian2_default.multiplyByScalar(midTexcoord, 0.5, midTexcoord);
736
+ subdividedTexcoords.push(midTexcoord.x, midTexcoord.y);
737
+ }
738
+ }
739
+ triangles.push(i2, i, i1);
740
+ triangles.push(i, i0, i1);
741
+ }
742
+ } else {
743
+ subdividedIndices.push(i0);
744
+ subdividedIndices.push(i1);
745
+ subdividedIndices.push(i2);
746
+ }
747
+ }
748
+ const geometryOptions = {
749
+ attributes: {
750
+ position: new GeometryAttribute_default({
751
+ componentDatatype: ComponentDatatype_default.DOUBLE,
752
+ componentsPerAttribute: 3,
753
+ values: subdividedPositions
754
+ })
755
+ },
756
+ indices: subdividedIndices,
757
+ primitiveType: PrimitiveType_default.TRIANGLES
758
+ };
759
+ if (hasTexcoords) {
760
+ geometryOptions.attributes.st = new GeometryAttribute_default({
761
+ componentDatatype: ComponentDatatype_default.FLOAT,
762
+ componentsPerAttribute: 2,
763
+ values: subdividedTexcoords
764
+ });
765
+ }
766
+ return new Geometry_default(geometryOptions);
767
+ };
768
+ var subdivisionC0Scratch = new Cartographic_default();
769
+ var subdivisionC1Scratch = new Cartographic_default();
770
+ var subdivisionC2Scratch = new Cartographic_default();
771
+ var subdivisionCartographicScratch = new Cartographic_default();
772
+ PolygonPipeline.computeRhumbLineSubdivision = function(ellipsoid, positions, indices, texcoords, granularity) {
773
+ granularity = defaultValue_default(granularity, Math_default.RADIANS_PER_DEGREE);
774
+ const hasTexcoords = defined_default(texcoords);
775
+ Check_default.typeOf.object("ellipsoid", ellipsoid);
776
+ Check_default.defined("positions", positions);
777
+ Check_default.defined("indices", indices);
778
+ Check_default.typeOf.number.greaterThanOrEquals("indices.length", indices.length, 3);
779
+ Check_default.typeOf.number.equals("indices.length % 3", "0", indices.length % 3, 0);
780
+ Check_default.typeOf.number.greaterThan("granularity", granularity, 0);
781
+ const triangles = indices.slice(0);
782
+ let i;
783
+ const length = positions.length;
784
+ const subdividedPositions = new Array(length * 3);
785
+ const subdividedTexcoords = new Array(length * 2);
786
+ let q = 0;
787
+ let p = 0;
788
+ for (i = 0; i < length; i++) {
789
+ const item = positions[i];
790
+ subdividedPositions[q++] = item.x;
791
+ subdividedPositions[q++] = item.y;
792
+ subdividedPositions[q++] = item.z;
793
+ if (hasTexcoords) {
794
+ const texcoordItem = texcoords[i];
795
+ subdividedTexcoords[p++] = texcoordItem.x;
796
+ subdividedTexcoords[p++] = texcoordItem.y;
797
+ }
798
+ }
799
+ const subdividedIndices = [];
800
+ const edges = {};
801
+ const radius = ellipsoid.maximumRadius;
802
+ const minDistance = Math_default.chordLength(granularity, radius);
803
+ const rhumb0 = new EllipsoidRhumbLine_default(void 0, void 0, ellipsoid);
804
+ const rhumb1 = new EllipsoidRhumbLine_default(void 0, void 0, ellipsoid);
805
+ const rhumb2 = new EllipsoidRhumbLine_default(void 0, void 0, ellipsoid);
806
+ while (triangles.length > 0) {
807
+ const i2 = triangles.pop();
808
+ const i1 = triangles.pop();
809
+ const i0 = triangles.pop();
810
+ const v0 = Cartesian3_default.fromArray(
811
+ subdividedPositions,
812
+ i0 * 3,
813
+ subdivisionV0Scratch
814
+ );
815
+ const v1 = Cartesian3_default.fromArray(
816
+ subdividedPositions,
817
+ i1 * 3,
818
+ subdivisionV1Scratch
819
+ );
820
+ const v2 = Cartesian3_default.fromArray(
821
+ subdividedPositions,
822
+ i2 * 3,
823
+ subdivisionV2Scratch
824
+ );
825
+ let t0, t1, t2;
826
+ if (hasTexcoords) {
827
+ t0 = Cartesian2_default.fromArray(
828
+ subdividedTexcoords,
829
+ i0 * 2,
830
+ subdivisionT0Scratch
831
+ );
832
+ t1 = Cartesian2_default.fromArray(
833
+ subdividedTexcoords,
834
+ i1 * 2,
835
+ subdivisionT1Scratch
836
+ );
837
+ t2 = Cartesian2_default.fromArray(
838
+ subdividedTexcoords,
839
+ i2 * 2,
840
+ subdivisionT2Scratch
841
+ );
842
+ }
843
+ const c0 = ellipsoid.cartesianToCartographic(v0, subdivisionC0Scratch);
844
+ const c1 = ellipsoid.cartesianToCartographic(v1, subdivisionC1Scratch);
845
+ const c2 = ellipsoid.cartesianToCartographic(v2, subdivisionC2Scratch);
846
+ rhumb0.setEndPoints(c0, c1);
847
+ const g0 = rhumb0.surfaceDistance;
848
+ rhumb1.setEndPoints(c1, c2);
849
+ const g1 = rhumb1.surfaceDistance;
850
+ rhumb2.setEndPoints(c2, c0);
851
+ const g2 = rhumb2.surfaceDistance;
852
+ const max = Math.max(g0, g1, g2);
853
+ let edge;
854
+ let mid;
855
+ let midHeight;
856
+ let midCartesian3;
857
+ let midTexcoord;
858
+ if (max > minDistance) {
859
+ if (g0 === max) {
860
+ edge = `${Math.min(i0, i1)} ${Math.max(i0, i1)}`;
861
+ i = edges[edge];
862
+ if (!defined_default(i)) {
863
+ mid = rhumb0.interpolateUsingFraction(
864
+ 0.5,
865
+ subdivisionCartographicScratch
866
+ );
867
+ midHeight = (c0.height + c1.height) * 0.5;
868
+ midCartesian3 = Cartesian3_default.fromRadians(
869
+ mid.longitude,
870
+ mid.latitude,
871
+ midHeight,
872
+ ellipsoid,
873
+ subdivisionMidScratch
874
+ );
875
+ subdividedPositions.push(
876
+ midCartesian3.x,
877
+ midCartesian3.y,
878
+ midCartesian3.z
879
+ );
880
+ i = subdividedPositions.length / 3 - 1;
881
+ edges[edge] = i;
882
+ if (hasTexcoords) {
883
+ midTexcoord = Cartesian2_default.add(t0, t1, subdivisionTexcoordMidScratch);
884
+ Cartesian2_default.multiplyByScalar(midTexcoord, 0.5, midTexcoord);
885
+ subdividedTexcoords.push(midTexcoord.x, midTexcoord.y);
886
+ }
887
+ }
888
+ triangles.push(i0, i, i2);
889
+ triangles.push(i, i1, i2);
890
+ } else if (g1 === max) {
891
+ edge = `${Math.min(i1, i2)} ${Math.max(i1, i2)}`;
892
+ i = edges[edge];
893
+ if (!defined_default(i)) {
894
+ mid = rhumb1.interpolateUsingFraction(
895
+ 0.5,
896
+ subdivisionCartographicScratch
897
+ );
898
+ midHeight = (c1.height + c2.height) * 0.5;
899
+ midCartesian3 = Cartesian3_default.fromRadians(
900
+ mid.longitude,
901
+ mid.latitude,
902
+ midHeight,
903
+ ellipsoid,
904
+ subdivisionMidScratch
905
+ );
906
+ subdividedPositions.push(
907
+ midCartesian3.x,
908
+ midCartesian3.y,
909
+ midCartesian3.z
910
+ );
911
+ i = subdividedPositions.length / 3 - 1;
912
+ edges[edge] = i;
913
+ if (hasTexcoords) {
914
+ midTexcoord = Cartesian2_default.add(t1, t2, subdivisionTexcoordMidScratch);
915
+ Cartesian2_default.multiplyByScalar(midTexcoord, 0.5, midTexcoord);
916
+ subdividedTexcoords.push(midTexcoord.x, midTexcoord.y);
917
+ }
918
+ }
919
+ triangles.push(i1, i, i0);
920
+ triangles.push(i, i2, i0);
921
+ } else if (g2 === max) {
922
+ edge = `${Math.min(i2, i0)} ${Math.max(i2, i0)}`;
923
+ i = edges[edge];
924
+ if (!defined_default(i)) {
925
+ mid = rhumb2.interpolateUsingFraction(
926
+ 0.5,
927
+ subdivisionCartographicScratch
928
+ );
929
+ midHeight = (c2.height + c0.height) * 0.5;
930
+ midCartesian3 = Cartesian3_default.fromRadians(
931
+ mid.longitude,
932
+ mid.latitude,
933
+ midHeight,
934
+ ellipsoid,
935
+ subdivisionMidScratch
936
+ );
937
+ subdividedPositions.push(
938
+ midCartesian3.x,
939
+ midCartesian3.y,
940
+ midCartesian3.z
941
+ );
942
+ i = subdividedPositions.length / 3 - 1;
943
+ edges[edge] = i;
944
+ if (hasTexcoords) {
945
+ midTexcoord = Cartesian2_default.add(t2, t0, subdivisionTexcoordMidScratch);
946
+ Cartesian2_default.multiplyByScalar(midTexcoord, 0.5, midTexcoord);
947
+ subdividedTexcoords.push(midTexcoord.x, midTexcoord.y);
948
+ }
949
+ }
950
+ triangles.push(i2, i, i1);
951
+ triangles.push(i, i0, i1);
952
+ }
953
+ } else {
954
+ subdividedIndices.push(i0);
955
+ subdividedIndices.push(i1);
956
+ subdividedIndices.push(i2);
957
+ }
958
+ }
959
+ const geometryOptions = {
960
+ attributes: {
961
+ position: new GeometryAttribute_default({
962
+ componentDatatype: ComponentDatatype_default.DOUBLE,
963
+ componentsPerAttribute: 3,
964
+ values: subdividedPositions
965
+ })
966
+ },
967
+ indices: subdividedIndices,
968
+ primitiveType: PrimitiveType_default.TRIANGLES
969
+ };
970
+ if (hasTexcoords) {
971
+ geometryOptions.attributes.st = new GeometryAttribute_default({
972
+ componentDatatype: ComponentDatatype_default.FLOAT,
973
+ componentsPerAttribute: 2,
974
+ values: subdividedTexcoords
975
+ });
976
+ }
977
+ return new Geometry_default(geometryOptions);
978
+ };
979
+ PolygonPipeline.scaleToGeodeticHeight = function(positions, height, ellipsoid, scaleToSurface) {
980
+ ellipsoid = defaultValue_default(ellipsoid, Ellipsoid_default.WGS84);
981
+ let n = scaleToGeodeticHeightN;
982
+ let p = scaleToGeodeticHeightP;
983
+ height = defaultValue_default(height, 0);
984
+ scaleToSurface = defaultValue_default(scaleToSurface, true);
985
+ if (defined_default(positions)) {
986
+ const length = positions.length;
987
+ for (let i = 0; i < length; i += 3) {
988
+ Cartesian3_default.fromArray(positions, i, p);
989
+ if (scaleToSurface) {
990
+ p = ellipsoid.scaleToGeodeticSurface(p, p);
991
+ }
992
+ if (height !== 0) {
993
+ n = ellipsoid.geodeticSurfaceNormal(p, n);
994
+ Cartesian3_default.multiplyByScalar(n, height, n);
995
+ Cartesian3_default.add(p, n, p);
996
+ }
997
+ positions[i] = p.x;
998
+ positions[i + 1] = p.y;
999
+ positions[i + 2] = p.z;
1000
+ }
1001
+ }
1002
+ return positions;
1003
+ };
1004
+ var PolygonPipeline_default = PolygonPipeline;
1005
+
1006
+ export {
1007
+ WindingOrder_default,
1008
+ PolygonPipeline_default
1009
+ };