You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
4 年之前
3 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
3 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
4 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. # Change Log
  2. ### 2.16.2 - 2022-09-13
  3. #### Additions 🎉
  4. - Open some Cesium native classes
  5. #### Fixes 🔧
  6. - Improve the scene export
  7. - Improve terrain loading [#126](https://github.com/dvgis/dc-sdk/issues/126)
  8. ### 2.16.1 - 2022-08-21
  9. #### Additions 🎉
  10. - Add mixNum parameter for viewable fields
  11. #### Fixes 🔧
  12. - Improve Model Instance
  13. - Improve heading math
  14. ### 2.16.0 - 2022-08-14
  15. #### Breaking Changes 📣
  16. - Upgrade Cesium to version 1.96.0
  17. - Abandon the init function
  18. - Modify Cesium introduction
  19. #### Fixes 🔧
  20. - Optimize the parabola function to add an end point to the calculation result
  21. - Optimize the use of name space module.
  22. - Fix the problem that the framework cannot be used due to repeated use in CDN mode.
  23. - Fix an issue created by upgrading Cesium
  24. ### 2.15.0 - 2022-07-16
  25. #### Breaking Changes 📣
  26. - Upgrade Cesium to version 1.95.0
  27. #### Additions 🎉
  28. - Added flyToBounds and zoomToBounds functions
  29. - Added code hint module
  30. - Add scene rendering error subscription event
  31. #### Fixes 🔧
  32. - Optimize position bar elevation value [#109](https://github.com/dvgis/dc-sdk/issues/109)
  33. - Fix the problem of incorrect recovery time of history track several times
  34. - Fix the problem of wrong display of the end of history track[#107](https://github.com/dvgis/dc-sdk/issues/107)
  35. - Fix the problem that the number of anchor points is wrong and the size cannot be set when editing the marker.
  36. ### 2.14.0 - 2022-06-04
  37. #### Breaking Changes 📣
  38. - Upgrade Cesium to version 1.94.2
  39. #### Additions 🎉
  40. - Add light cylinder primitive
  41. #### Fixes 🔧
  42. - Optimize overlay add and remove function
  43. - Fix a bug that the history track clear function is not working [#102](https://github.com/dvgis/dc-sdk/issues/102)
  44. - Fix the problem that editing circle doesn't work [#104](https://github.com/dvgis/dc-sdk/issues/104)
  45. - 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)
  46. ### 2.13.0 - 2022-05-08
  47. #### Breaking Changes 📣
  48. - Upgrade Cesium to version 1.93.0
  49. #### Additions 🎉
  50. - Added scene split
  51. - Added s3m height offset setting [#98](https://github.com/dvgis/dc-sdk/issues/98)
  52. - Add marker line add max anchor points [#99](https://github.com/dvgis/dc-sdk/issues/99)
  53. - Add history track add model orientation setting (heading offset) [#100](https://github.com/dvgis/dc-sdk/issues/100)
  54. #### Fixes 🔧
  55. - Fix the problem that plot plot coordinates are empty [#95](https://github.com/dvgis/dc-sdk/issues/95)
  56. ### 2.12.0 - 2022-04-10
  57. #### Breaking Changes 📣
  58. - Upgrade Cesium to version 1.92.0
  59. #### Additions 🎉
  60. - Added 3dtiles splite effect
  61. - Added FPS and MS parameters for LocationBar
  62. - Added the ability to customize the logo (requires token)
  63. #### Fixes 🔧
  64. - Fix the problem caused by Cesium.when removal
  65. - Improve the map splite effect
  66. ### 2.11.0 - 2022-03-12
  67. #### Breaking Changes 📣
  68. - Upgrade Cesium to version 1.91.0
  69. #### Additions 🎉
  70. - Added support for MSAA (a type of anti-aliasing)
  71. - Added GPX layer
  72. - Added S3M layer (as a separate package)
  73. #### Fixes 🔧
  74. - Fixes node-sass installation issues
  75. ### 2.10.0 - 2022-02-20
  76. #### Breaking Changes 📣
  77. - Upgrade Cesium to version 1.90.0
  78. #### Additions 🎉
  79. - Added map filter color feature
  80. - Added framework support for vite
  81. #### Fixes 🔧
  82. - Fix Mapv module packaging issue
  83. ### 2.9.0 - 2022-02-08
  84. #### Breaking Changes 📣
  85. - Upgrade Cesium to version 1.90.0
  86. #### Additions 🎉
  87. - Added map filter color feature
  88. - Added framework support for vite
  89. #### Fixes 🔧
  90. - Fix Mapv module packaging issue
  91. ### 2.9.0 - 2022-01-08
  92. #### Breaking Changes 📣
  93. - Upgrade Cesium to version 1.89.0
  94. #### Additions 🎉
  95. - Added protocol parameter settings when creating partial map tiles
  96. - Add partial tool class name abbreviations
  97. #### Fixes 🔧
  98. - Solve the problem that right click menu content is still displayed when empty
  99. - Fix overlay style setting overlay issue
  100. - Solve the problem that some overlay setting labels are invalid
  101. ### 2.8.0 - 2021-12-04
  102. #### Breaking Changes 📣
  103. - Upgrade Cesium to version 1.88.0
  104. #### Additions 🎉
  105. - Add ground primitive layer
  106. - Add both replacement and append FS modes for 3Dtiles
  107. - Add water primitive holes param
  108. - Add hot layer support for classificationType
  109. #### Fixes 🔧
  110. - Improve the function of clearing or removing the primitive layer
  111. - Improve the history track function
  112. ### 2.7.0 - 2021-11-13
  113. #### Breaking Changes 📣
  114. - Upgrade Cesium to version 1.87.0
  115. #### Additions 🎉
  116. - Add overlay clouds
  117. - Add get LayerGroup function
  118. #### Fixes 🔧
  119. - Improve the plot module
  120. ### 2.6.1 - 2021-10-23
  121. #### Breaking Changes 📣
  122. - Upgrade Cesium to version 1.86.0
  123. #### Fixes 🔧
  124. - Improve the DivIcon style
  125. - Improve the Popup config
  126. - Improve the terrian name option [#74](https://github.com/dvgis/dc-sdk/pull/74)
  127. ### 2.6.0 - 2021-10-10
  128. #### Breaking Changes 📣
  129. - Upgrade Cesium to version 1.86.0
  130. #### Fixes 🔧
  131. - Improve the MapSwitch [#70](https://github.com/dvgis/dc-sdk/issues/70)
  132. - Improve the AroundView [#72](https://github.com/dvgis/dc-sdk/issues/72)
  133. ### 2.5.0 - 2021-09-04
  134. #### Breaking Changes 📣
  135. - Upgrade Cesium to version 1.85.0
  136. #### Fixes 🔧
  137. - Fix the problem that roaming cannot set parameters and the failed camera cannot move [#65](https://github.com/dvgis/dc-sdk/issues/65)
  138. - Fix the problem that the gradient setting of heat layer [#66](https://github.com/dvgis/dc-sdk/issues/66)
  139. - Improve the DivIcon style
  140. ### 2.4.2 - 2021-08-28
  141. #### Fixes 🔧
  142. - Hide the chart layer at the back [#55](https://github.com/dvgis/dc-sdk/issues/55)
  143. - Hide the div icon at the back [#56](https://github.com/dvgis/dc-sdk/issues/56)
  144. - Improve the position editor [#57](https://github.com/dvgis/dc-sdk/issues/57)
  145. - Improve the terrain clipping [#58](https://github.com/dvgis/dc-sdk/issues/58)
  146. ### 2.4.1 - 2021-08-21
  147. #### Additions 🎉
  148. - Add support for layer mouse events [#53](https://github.com/dvgis/dc-sdk/issues/54)
  149. - Add partial mouse default events [#54](https://github.com/dvgis/dc-sdk/issues/54)
  150. - Add function to get tile information
  151. #### Fixes 🔧
  152. - Improve the plot function
  153. ### 2.4.0 - 2021-08-07
  154. #### Breaking Changes 📣
  155. - Upgrade Cesium to version 1.84.0
  156. #### Additions 🎉
  157. - Add bounce primitive overlays
  158. - Add model collection primitive
  159. #### Fixes 🔧
  160. - Refine type property
  161. - Improve mouse event
  162. - Improve once event
  163. ### 2.3.2 - 2021-07-25
  164. #### Additions 🎉
  165. - Add model primitive to get node-related functions [#51](https://github.com/dvgis/dc-sdk/issues/51)
  166. #### Fixes 🔧
  167. - Improve the history track restore function [#50](https://github.com/dvgis/dc-sdk/issues/50)
  168. ### 2.3.1 - 2021-07-19
  169. #### Breaking Changes 📣
  170. - Refactored plotting function
  171. - Remove Position rounding function
  172. - Refine the infrastructure part of the script
  173. #### Additions 🎉
  174. - Add spatial measurement tools
  175. - Add the plotting tool module
  176. - Add function midCartesian to calculate the middle point of Cartesian3
  177. #### Fixes 🔧
  178. - Improve the Position copy function
  179. - Improve the model editing tool for 3dtiles position editing function
  180. - Improve the function area
  181. - Improve the function of calculating the point position of a sector
  182. ### 2.3.0 - 2021-07-03
  183. #### Breaking Changes 📣
  184. - Upgrade Cesium to version 1.83.0
  185. #### Additions 🎉
  186. - Add constants for mouse mode
  187. - Add property settings for globe terrain exaggeration
  188. #### Fixes 🔧
  189. - Improve the parsePositions for string coords
  190. ### 2.2.5 - 2021-06-26
  191. #### Additions 🎉
  192. - Adds line and face rotation conversion calculations
  193. #### Fixes 🔧
  194. - Improve the interpolation of history track
  195. - Improve the function of plot for above the overlay
  196. - Fix the problem of flickering when analyzing transformation parameters in the viewable field [#37](https://github.com/dvgis/dc-sdk/issues/37)
  197. - 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)
  198. ### 2.2.4 - 2021-06-12
  199. #### Breaking Changes 📣
  200. - Refactored the roaming function into first-person roaming and keyboard roaming [#34](https://github.com/dvgis/dc-sdk/issues/34)
  201. - Original roaming function becomes history track, refine its pause and play [#35](https://github.com/dvgis/dc-sdk/issues/35)
  202. #### Fixes 🔧
  203. - Improve heading function
  204. - Improve diffuse wall primitive
  205. - Fixes RadarScan missing Cesium issue [#33](https://github.com/dvgis/dc-sdk/issues/33)
  206. ### 2.2.3 - 2021-06-05
  207. #### Breaking Changes 📣
  208. - Modify the `CESIUM_BASE_URL` setting, which can be set via the global property `baseUrl`, which defaults to `. /libs/dc-sdk/resources/`
  209. #### Additions 🎉
  210. - Add various base primitive such as point, line, billboard, text
  211. - Add diffuse wall primitive
  212. #### Fixes 🔧
  213. - Improve the viewer destroy
  214. - Refine mouse and context-menu events for primitive
  215. ### 2.2.2 - 2021-05-29
  216. #### Additions 🎉
  217. - Open some Cesium internal properties
  218. - Add viewshed analysis
  219. - Add contour line analysis
  220. #### Fixes 🔧
  221. - Improve camera general tools
  222. - Improve the heading-pitch-roll setting of Tileset
  223. ### 2.2.1 - 2021-05-22
  224. #### Additions 🎉
  225. - Add camera video layer and plane video layer
  226. - Add plane video overlay
  227. - Add model primitive overlay
  228. #### Fixes 🔧
  229. - Improve the wind layer add fix the issue[#28](https://github.com/dvgis/dc-sdk/issues/28)
  230. - Repair the problem that the auxiliary view cone of video fusion function cannot be displayed[#29](https://github.com/dvgis/dc-sdk/issues/29)
  231. - Improve the video primitive
  232. - 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)
  233. ### 2.2.0 - 2021-05-09
  234. #### Breaking Changes 📣
  235. - Upgrade Cesium to version 1.81.0
  236. - Rewrite the HeatLayer
  237. #### Additions 🎉
  238. - Add dynamic layer
  239. - Add dynamic model and dynamic billbard
  240. - Add model management functions for model expansion and merging
  241. - Add daylight 、through-view function
  242. ### 2.1.4 - 2021-04-24
  243. #### Additions 🎉
  244. - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle
  245. - Add clipping module, including: globe clipping, terrain clipping
  246. - Add GroundSkyBox
  247. #### Fixes 🔧
  248. - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26)
  249. - Improve the position editor module
  250. - Fix the FeatureGridLayer show and hide issue
  251. ### 2.1.3 - 2021-04-17
  252. #### Additions 🎉
  253. - Open section Cesium internal functions
  254. - Add FeatureGridLayer
  255. #### Fixes 🔧
  256. - Fix the plot bugs[#24](https://github.com/dvgis/dc-sdk/issues/24)
  257. - Rewritten logo
  258. ### 2.1.2 - 2021-04-10
  259. #### Additions 🎉
  260. - Add DivIcon mouse-over and mouse-out functions
  261. - Add resolution and viewBounds properties
  262. #### Fixes 🔧
  263. - Fix the problem that AroundPoint and AroundView will be accelerated by multiple starts[#22](https://github.com/dvgis/dc-sdk/issues/22)
  264. - Fix the problem that mouse events do not work when the overlay is OSGB[#23](https://github.com/dvgis/dc-sdk/issues/23)
  265. ### 2.1.1 - 2021-04-06
  266. #### Fixes 🔧
  267. - Repair the problem that some modules version numbers are not uniform
  268. ### 2.1.0 - 2021-04-03
  269. #### Breaking Changes 📣
  270. - Upgrade Cesium to version 1.80.0
  271. #### Additions 🎉
  272. - Add GeoTools class, mainly using Turf for overlay related calculations
  273. #### Fixes 🔧
  274. - Modify the HtmlLayer set show error problem
  275. - Improve the authentication rules of accessToken
  276. ### 2.0.0 - 2021-03-27
  277. #### Breaking Changes 📣
  278. - Refactor the entire framework code and modularize the code
  279. - Consolidated previously scattered modules
  280. - Refactored the dependencies on DC in each module package
  281. - Redeveloped the user manual
  282. - Support for custom installation and full installation of DC
  283. #### Additions 🎉
  284. - Added token authentication function. Authentication can use some analysis and point editor functions
  285. - Add support for turf module, you can get turf by `const { turf } = DC.Namespace`.
  286. #### Fixes 🔧
  287. - Fix location bar time delay issue
  288. - Fixed the problem of invalid speed setting for radar scan material