您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2 年前
2 年前
2 年前
2 年前
2 年前
2 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. # Change Log
  2. ### 3.5.0
  3. #### Breaking Changes 📣
  4. - Upgrade @cesium/engine to version 9.1.0.
  5. - Changed Ellipsoid entity class in overlay to Sphere entity class, Ellipsoid to Cesium.Ellipsoid
  6. #### Additions 🎉
  7. - Added custom TilingScheme for adding tiles by cutout origin and scale
  8. - Added enable control overlay move-in and move-out listening parameters
  9. - Add default Cesium clipping polygon
  10. #### Fixes 🔧
  11. - Fix for adding 3dtiles and baselayer to scene split component
  12. ### 3.4.0 - 2024-04-04
  13. #### Fixes 🔧
  14. - Optimize the introduction of errors in Node mode
  15. ### 3.3.0 - 2024-03-21
  16. #### Breaking Changes 📣
  17. - Upgraded @cesium/engine to version 8.0.0
  18. - Optimize packaging, remove rollup packaging
  19. #### Fixes 🔧
  20. - Optimize aggregated layer calculation interval
  21. - Solve raster tile deletion and destruction problem
  22. - Solve bottom image deletion problem
  23. - Solve the problem that single-image tiles can not be loaded
  24. ### 3.2.0 - 2023-09-25
  25. #### Breaking Changes 📣
  26. - Upgraded @cesium/engine to version 4.0.0
  27. - framework to add development mode
  28. #### Additions 🎉
  29. - Added support for tileset hook events
  30. - Added RasterTileLayer
  31. #### Fixes 🔧
  32. - Optimize camera position calculation
  33. ### 3.1.0 - 2023-08-06
  34. #### Breaking Changes 📣
  35. - Upgrading @cesium/engine to version 3.0.2
  36. - Document building framework transformed from VuePress to VitePress
  37. #### Additions 🎉
  38. - Add support for cluster layer mouse events
  39. #### Fixes 🔧
  40. - Optimize component initialization for compatibility with third-party frameworks.
  41. - Optimize coordinate conversion function
  42. ### 3.0.1
  43. #### Fixes 🔧
  44. - Optimization of measurement functions
  45. - Optimize Google Maps
  46. - Optimize weather effects
  47. - Optimize Chinese documentation
  48. ### 3.0.0
  49. #### Breaking Changes 📣
  50. - Upgrade @cesium/engine to version 3.0.1.
  51. - Changed framework dependency from Cesium to @cesium/engine, @cesium/widget library is no longer used, only `Viewer` related code is synchronized.
  52. - Refactored framework packaging, `iife` and `node` generate separate framework packages.
  53. - Refactor the directory structure of the framework library.
  54. - Upgrade material `glsl` to 3.0.
  55. - Remove the `mapv` layer and `s3m` layer, and remove their dependencies.
  56. - Removed global functions `init`, `mixin`, `use`.
  57. - Remove `Namespace` global attribute, you can get third party libraries through global function `getLib`.
  58. - Modify the way of introducing framework `cdn` and `node`, the framework uses a whole package to load.
  59. - Modify the framework entry function to use `ready().then()` as the framework entry.
  60. - Modify the effect class constructor, need to pass `viewer` as parameter.
  61. - Modify the scene dom structure, remove the useless dom.
  62. #### Additions 🎉
  63. - Add sample code to the framework library
  64. - Add documentation code to the framework library
  65. - Add latitude and longitude layers
  66. #### Fixes 🔧
  67. - Optimize aggregation layer, use third party library `supercluster` for aggregation calculation
  68. - Optimize heat zone layer
  69. - Fix a number of issues caused by upgrading the Cesium framework
  70. ### 2.17.0 - 2022-10-29
  71. #### Breaking Changes 📣
  72. - Upgrade Cesium to version 1.98.1
  73. - Remove ModelCollectionPrimitive
  74. #### Fixes 🔧
  75. - Fix locatonbar mouse movement coordinate error
  76. - Fix a coordinate conversion problem in transform
  77. - Fix the tile mask issue
  78. ### 2.16.2 - 2022-09-13
  79. #### Additions 🎉
  80. - Open some Cesium native classes
  81. #### Fixes 🔧
  82. - Improve the scene export
  83. - Improve terrain loading [#126](https://github.com/dvgis/dc-sdk/issues/126)
  84. ### 2.16.1 - 2022-08-21
  85. #### Additions 🎉
  86. - Add mixNum parameter for viewable fields
  87. #### Fixes 🔧
  88. - Improve Model Instance
  89. - Improve heading math
  90. ### 2.16.0 - 2022-08-14
  91. #### Breaking Changes 📣
  92. - Upgrade Cesium to version 1.96.0
  93. - Abandon the init function
  94. - Modify Cesium introduction
  95. #### Fixes 🔧
  96. - Optimize the parabola function to add an end point to the calculation result
  97. - Optimize the use of name space module.
  98. - Fix the problem that the framework cannot be used due to repeated use in CDN mode.
  99. - Fix an issue created by upgrading Cesium
  100. ### 2.15.0 - 2022-07-16
  101. #### Breaking Changes 📣
  102. - Upgrade Cesium to version 1.95.0
  103. #### Additions 🎉
  104. - Added flyToBounds and zoomToBounds functions
  105. - Added code hint module
  106. - Add scene rendering error subscription event
  107. #### Fixes 🔧
  108. - Optimize position bar elevation value [#109](https://github.com/dvgis/dc-sdk/issues/109)
  109. - Fix the problem of incorrect recovery time of history track several times
  110. - Fix the problem of wrong display of the end of history track[#107](https://github.com/dvgis/dc-sdk/issues/107)
  111. - Fix the problem that the number of anchor points is wrong and the size cannot be set when editing the marker.
  112. ### 2.14.0 - 2022-06-04
  113. #### Breaking Changes 📣
  114. - Upgrade Cesium to version 1.94.2
  115. #### Additions 🎉
  116. - Add light cylinder primitive
  117. #### Fixes 🔧
  118. - Optimize overlay add and remove function
  119. - Fix a bug that the history track clear function is not working [#102](https://github.com/dvgis/dc-sdk/issues/102)
  120. - Fix the problem that editing circle doesn't work [#104](https://github.com/dvgis/dc-sdk/issues/104)
  121. - Fix the problem that some analysis functions can't be used because of removing Cesium.when [#105](https://github.com/dvgis/dc-sdk/issues/105)
  122. ### 2.13.0 - 2022-05-08
  123. #### Breaking Changes 📣
  124. - Upgrade Cesium to version 1.93.0
  125. #### Additions 🎉
  126. - Added scene split
  127. - Added s3m height offset setting [#98](https://github.com/dvgis/dc-sdk/issues/98)
  128. - Add marker line add max anchor points [#99](https://github.com/dvgis/dc-sdk/issues/99)
  129. - Add history track add model orientation setting (heading offset) [#100](https://github.com/dvgis/dc-sdk/issues/100)
  130. #### Fixes 🔧
  131. - Fix the problem that plot plot coordinates are empty [#95](https://github.com/dvgis/dc-sdk/issues/95)
  132. ### 2.12.0 - 2022-04-10
  133. #### Breaking Changes 📣
  134. - Upgrade Cesium to version 1.92.0
  135. #### Additions 🎉
  136. - Added 3dtiles splite effect
  137. - Added FPS and MS parameters for LocationBar
  138. - Added the ability to customize the logo (requires token)
  139. #### Fixes 🔧
  140. - Fix the problem caused by Cesium.when removal
  141. - Improve the map splite effect
  142. ### 2.11.0 - 2022-03-12
  143. #### Breaking Changes 📣
  144. - Upgrade Cesium to version 1.91.0
  145. #### Additions 🎉
  146. - Added support for MSAA (a type of anti-aliasing)
  147. - Added GPX layer
  148. - Added S3M layer (as a separate package)
  149. #### Fixes 🔧
  150. - Fixes node-sass installation issues
  151. ### 2.10.0 - 2022-02-20
  152. #### Breaking Changes 📣
  153. - Upgrade Cesium to version 1.90.0
  154. #### Additions 🎉
  155. - Added map filter color feature
  156. - Added framework support for vite
  157. #### Fixes 🔧
  158. - Fix Mapv module packaging issue
  159. ### 2.9.0 - 2022-02-08
  160. #### Breaking Changes 📣
  161. - Upgrade Cesium to version 1.90.0
  162. #### Additions 🎉
  163. - Added map filter color feature
  164. - Added framework support for vite
  165. #### Fixes 🔧
  166. - Fix Mapv module packaging issue
  167. ### 2.9.0 - 2022-01-08
  168. #### Breaking Changes 📣
  169. - Upgrade Cesium to version 1.89.0
  170. #### Additions 🎉
  171. - Added protocol parameter settings when creating partial map tiles
  172. - Add partial tool class name abbreviations
  173. #### Fixes 🔧
  174. - Solve the problem that right click menu content is still displayed when empty
  175. - Fix overlay style setting overlay issue
  176. - Solve the problem that some overlay setting labels are invalid
  177. ### 2.8.0 - 2021-12-04
  178. #### Breaking Changes 📣
  179. - Upgrade Cesium to version 1.88.0
  180. #### Additions 🎉
  181. - Add ground primitive layer
  182. - Add both replacement and append FS modes for 3Dtiles
  183. - Add water primitive holes param
  184. - Add hot layer support for classificationType
  185. #### Fixes 🔧
  186. - Improve the function of clearing or removing the primitive layer
  187. - Improve the history track function
  188. ### 2.7.0 - 2021-11-13
  189. #### Breaking Changes 📣
  190. - Upgrade Cesium to version 1.87.0
  191. #### Additions 🎉
  192. - Add overlay clouds
  193. - Add get LayerGroup function
  194. #### Fixes 🔧
  195. - Improve the plot module
  196. ### 2.6.1 - 2021-10-23
  197. #### Breaking Changes 📣
  198. - Upgrade Cesium to version 1.86.0
  199. #### Fixes 🔧
  200. - Improve the DivIcon style
  201. - Improve the Popup config
  202. - Improve the terrian name option [#74](https://github.com/dvgis/dc-sdk/pull/74)
  203. ### 2.6.0 - 2021-10-10
  204. #### Breaking Changes 📣
  205. - Upgrade Cesium to version 1.86.0
  206. #### Fixes 🔧
  207. - Improve the MapSwitch [#70](https://github.com/dvgis/dc-sdk/issues/70)
  208. - Improve the AroundView [#72](https://github.com/dvgis/dc-sdk/issues/72)
  209. ### 2.5.0 - 2021-09-04
  210. #### Breaking Changes 📣
  211. - Upgrade Cesium to version 1.85.0
  212. #### Fixes 🔧
  213. - Fix the problem that roaming cannot set parameters and the failed camera cannot move [#65](https://github.com/dvgis/dc-sdk/issues/65)
  214. - Fix the problem that the gradient setting of heat layer [#66](https://github.com/dvgis/dc-sdk/issues/66)
  215. - Improve the DivIcon style
  216. ### 2.4.2 - 2021-08-28
  217. #### Fixes 🔧
  218. - Hide the chart layer at the back [#55](https://github.com/dvgis/dc-sdk/issues/55)
  219. - Hide the div icon at the back [#56](https://github.com/dvgis/dc-sdk/issues/56)
  220. - Improve the position editor [#57](https://github.com/dvgis/dc-sdk/issues/57)
  221. - Improve the terrain clipping [#58](https://github.com/dvgis/dc-sdk/issues/58)
  222. ### 2.4.1 - 2021-08-21
  223. #### Additions 🎉
  224. - Add support for layer mouse events [#53](https://github.com/dvgis/dc-sdk/issues/54)
  225. - Add partial mouse default events [#54](https://github.com/dvgis/dc-sdk/issues/54)
  226. - Add function to get tile information
  227. #### Fixes 🔧
  228. - Improve the plot function
  229. ### 2.4.0 - 2021-08-07
  230. #### Breaking Changes 📣
  231. - Upgrade Cesium to version 1.84.0
  232. #### Additions 🎉
  233. - Add bounce primitive overlays
  234. - Add model collection primitive
  235. #### Fixes 🔧
  236. - Refine type property
  237. - Improve mouse event
  238. - Improve once event
  239. ### 2.3.2 - 2021-07-25
  240. #### Additions 🎉
  241. - Add model primitive to get node-related functions [#51](https://github.com/dvgis/dc-sdk/issues/51)
  242. #### Fixes 🔧
  243. - Improve the history track restore function [#50](https://github.com/dvgis/dc-sdk/issues/50)
  244. ### 2.3.1 - 2021-07-19
  245. #### Breaking Changes 📣
  246. - Refactored plotting function
  247. - Remove Position rounding function
  248. - Refine the infrastructure part of the script
  249. #### Additions 🎉
  250. - Add spatial measurement tools
  251. - Add the plotting tool module
  252. - Add function midCartesian to calculate the middle point of Cartesian3
  253. #### Fixes 🔧
  254. - Improve the Position copy function
  255. - Improve the model editing tool for 3dtiles position editing function
  256. - Improve the function area
  257. - Improve the function of calculating the point position of a sector
  258. ### 2.3.0 - 2021-07-03
  259. #### Breaking Changes 📣
  260. - Upgrade Cesium to version 1.83.0
  261. #### Additions 🎉
  262. - Add constants for mouse mode
  263. - Add property settings for globe terrain exaggeration
  264. #### Fixes 🔧
  265. - Improve the parsePositions for string coords
  266. ### 2.2.5 - 2021-06-26
  267. #### Additions 🎉
  268. - Adds line and face rotation conversion calculations
  269. #### Fixes 🔧
  270. - Improve the interpolation of history track
  271. - Improve the function of plot for above the overlay
  272. - Fix the problem of flickering when analyzing transformation parameters in the viewable field [#37](https://github.com/dvgis/dc-sdk/issues/37)
  273. - Fix the problem that DivIcon cannot get the current coordinates set to (0,0,0) by default [#38](https://github.com/dvgis/dc-sdk/issues/38)
  274. ### 2.2.4 - 2021-06-12
  275. #### Breaking Changes 📣
  276. - Refactored the roaming function into first-person roaming and keyboard roaming [#34](https://github.com/dvgis/dc-sdk/issues/34)
  277. - Original roaming function becomes history track, refine its pause and play [#35](https://github.com/dvgis/dc-sdk/issues/35)
  278. #### Fixes 🔧
  279. - Improve heading function
  280. - Improve diffuse wall primitive
  281. - Fixes RadarScan missing Cesium issue [#33](https://github.com/dvgis/dc-sdk/issues/33)
  282. ### 2.2.3 - 2021-06-05
  283. #### Breaking Changes 📣
  284. - Modify the `CESIUM_BASE_URL` setting, which can be set via the global property `baseUrl`, which defaults to `. /libs/dc-sdk/resources/`
  285. #### Additions 🎉
  286. - Add various base primitive such as point, line, billboard, text
  287. - Add diffuse wall primitive
  288. #### Fixes 🔧
  289. - Improve the viewer destroy
  290. - Refine mouse and context-menu events for primitive
  291. ### 2.2.2 - 2021-05-29
  292. #### Additions 🎉
  293. - Open some Cesium internal properties
  294. - Add viewshed analysis
  295. - Add contour line analysis
  296. #### Fixes 🔧
  297. - Improve camera general tools
  298. - Improve the heading-pitch-roll setting of Tileset
  299. ### 2.2.1 - 2021-05-22
  300. #### Additions 🎉
  301. - Add camera video layer and plane video layer
  302. - Add plane video overlay
  303. - Add model primitive overlay
  304. #### Fixes 🔧
  305. - Improve the wind layer add fix the issue[#28](https://github.com/dvgis/dc-sdk/issues/28)
  306. - Repair the problem that the auxiliary view cone of video fusion function cannot be displayed[#29](https://github.com/dvgis/dc-sdk/issues/29)
  307. - Improve the video primitive
  308. - Repair the problem that the animation function cannot be used after the scene time is stoped[#31](https://github.com/dvgis/dc-sdk/issues/31)
  309. ### 2.2.0 - 2021-05-09
  310. #### Breaking Changes 📣
  311. - Upgrade Cesium to version 1.81.0
  312. - Rewrite the HeatLayer
  313. #### Additions 🎉
  314. - Add dynamic layer
  315. - Add dynamic model and dynamic billbard
  316. - Add model management functions for model expansion and merging
  317. - Add daylight 、through-view function
  318. ### 2.1.4 - 2021-04-24
  319. #### Additions 🎉
  320. - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle
  321. - Add clipping module, including: globe clipping, terrain clipping
  322. - Add GroundSkyBox
  323. #### Fixes 🔧
  324. - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26)
  325. - Improve the position editor module
  326. - Fix the FeatureGridLayer show and hide issue
  327. ### 2.1.3 - 2021-04-17
  328. #### Additions 🎉
  329. - Open section Cesium internal functions
  330. - Add FeatureGridLayer
  331. #### Fixes 🔧
  332. - Fix the plot bugs[#24](https://github.com/dvgis/dc-sdk/issues/24)
  333. - Rewritten logo
  334. ### 2.1.2 - 2021-04-10
  335. #### Additions 🎉
  336. - Add DivIcon mouse-over and mouse-out functions
  337. - Add resolution and viewBounds properties
  338. #### Fixes 🔧
  339. - Fix the problem that AroundPoint and AroundView will be accelerated by multiple starts[#22](https://github.com/dvgis/dc-sdk/issues/22)
  340. - Fix the problem that mouse events do not work when the overlay is OSGB[#23](https://github.com/dvgis/dc-sdk/issues/23)
  341. ### 2.1.1 - 2021-04-06
  342. #### Fixes 🔧
  343. - Repair the problem that some modules version numbers are not uniform
  344. ### 2.1.0 - 2021-04-03
  345. #### Breaking Changes 📣
  346. - Upgrade Cesium to version 1.80.0
  347. #### Additions 🎉
  348. - Add GeoTools class, mainly using Turf for overlay related calculations
  349. #### Fixes 🔧
  350. - Modify the HtmlLayer set show error problem
  351. - Improve the authentication rules of accessToken
  352. ### 2.0.0 - 2021-03-27
  353. #### Breaking Changes 📣
  354. - Refactor the entire framework code and modularize the code
  355. - Consolidated previously scattered modules
  356. - Refactored the dependencies on DC in each module package
  357. - Redeveloped the user manual
  358. - Support for custom installation and full installation of DC
  359. #### Additions 🎉
  360. - Added token authentication function. Authentication can use some analysis and point editor functions
  361. - Add support for turf module, you can get turf by `const { turf } = DC.Namespace`.
  362. #### Fixes 🔧
  363. - Fix location bar time delay issue
  364. - Fixed the problem of invalid speed setting for radar scan material