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

CHANGES_en.md 6.6KB

4 年前
4 年前
4 年前
4 年前
4 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. # Change Log
  2. ### 2.5.0 - 2021-09-04
  3. #### Fixes 🔧
  4. - Fix the problem that roaming cannot set parameters and the failed camera cannot move [#65](https://github.com/dvgis/dc-sdk/issues/65)
  5. ### 2.4.2 - 2021-08-28
  6. #### Fixes 🔧
  7. - Hide the chart layer at the back [#55](https://github.com/dvgis/dc-sdk/issues/55)
  8. - Hide the div icon at the back [#56](https://github.com/dvgis/dc-sdk/issues/56)
  9. - Improve the position editor [#57](https://github.com/dvgis/dc-sdk/issues/57)
  10. - Improve the terrain clipping [#58](https://github.com/dvgis/dc-sdk/issues/58)
  11. ### 2.4.1 - 2021-08-21
  12. #### Additions 🎉
  13. - Added support for layer mouse events [#53](https://github.com/dvgis/dc-sdk/issues/54)
  14. - Add partial mouse default events [#54](https://github.com/dvgis/dc-sdk/issues/54)
  15. - Add function to get tile information
  16. #### Fixes 🔧
  17. - Improve the plot function
  18. ### 2.4.0 - 2021-08-07
  19. #### Breaking Changes 📣
  20. - Upgrade Cesium to version 1.84.0
  21. #### Additions 🎉
  22. - Add bounce primitive overlays
  23. - Add model collection primitive
  24. #### Fixes 🔧
  25. - Refine type property
  26. - Improve mouse event
  27. - Improve once event
  28. ### 2.3.2 - 2021-07-25
  29. #### Additions 🎉
  30. - Add model primitive to get node-related functions [#51](https://github.com/dvgis/dc-sdk/issues/51)
  31. #### Fixes 🔧
  32. - Improve the history track restore function [#50](https://github.com/dvgis/dc-sdk/issues/50)
  33. ### 2.3.1 - 2021-07-19
  34. #### Breaking Changes 📣
  35. - Refactored plotting function
  36. - Remove Position rounding function
  37. - Refine the infrastructure part of the script
  38. #### Additions 🎉
  39. - Add spatial measurement tools
  40. - Add the plotting tool module
  41. - Add function midCartesian to calculate the middle point of Cartesian3
  42. #### Fixes 🔧
  43. - Improve the Position copy function
  44. - Improve the model editing tool for 3dtiles position editing function
  45. - Improve the function area
  46. - Improve the function of calculating the point position of a sector
  47. ### 2.3.0 - 2021-07-03
  48. #### Breaking Changes 📣
  49. - Upgrade Cesium to version 1.83.0
  50. #### Additions 🎉
  51. - Add constants for mouse mode
  52. - Add property settings for globe terrain exaggeration
  53. #### Fixes 🔧
  54. - Improve the parsePositions for string coords
  55. ### 2.2.5 - 2021-06-26
  56. #### Additions 🎉
  57. - Adds line and face rotation conversion calculations
  58. #### Fixes 🔧
  59. - Improve the interpolation of history track
  60. - Improve the function of plot for above the overlay
  61. - Fix the problem of flickering when analyzing transformation parameters in the viewable field [#37](https://github.com/dvgis/dc-sdk/issues/37)
  62. - 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)
  63. ### 2.2.4 - 2021-06-12
  64. #### Breaking Changes 📣
  65. - Refactored the roaming function into first-person roaming and keyboard roaming [#34](https://github.com/dvgis/dc-sdk/issues/34)
  66. - Original roaming function becomes history track, refine its pause and play [#35](https://github.com/dvgis/dc-sdk/issues/35)
  67. #### Fixes 🔧
  68. - Improve heading function
  69. - Improve diffuse wall primitive
  70. - Fixes RadarScan missing Cesium issue [#33](https://github.com/dvgis/dc-sdk/issues/33)
  71. ### 2.2.3 - 2021-06-05
  72. #### Breaking Changes 📣
  73. - Modify the `CESIUM_BASE_URL` setting, which can be set via the global property `baseUrl`, which defaults to `. /libs/dc-sdk/resources/`
  74. #### Additions 🎉
  75. - Add various base primitive such as point, line, billboard, text
  76. - Add diffuse wall primitive
  77. #### Fixes 🔧
  78. - Improve the viewer destroy
  79. - Refine mouse and context-menu events for primitive
  80. ### 2.2.2 - 2021-05-29
  81. #### Additions 🎉
  82. - Open some Cesium internal properties
  83. - Add viewshed analysis
  84. - Add contour line analysis
  85. #### Fixes 🔧
  86. - Improve camera general tools
  87. - Improve the heading-pitch-roll setting of Tileset
  88. ### 2.2.1 - 2021-05-22
  89. #### Additions 🎉
  90. - Add camera video layer and plane video layer
  91. - Add plane video overlay
  92. - Add model primitive overlay
  93. #### Fixes 🔧
  94. - Improve the wind layer add fix the issue[#28](https://github.com/dvgis/dc-sdk/issues/28)
  95. - Repair the problem that the auxiliary view cone of video fusion function cannot be displayed[#29](https://github.com/dvgis/dc-sdk/issues/29)
  96. - Improve the video primitive
  97. - 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)
  98. ### 2.2.0 - 2021-05-09
  99. #### Breaking Changes 📣
  100. - Upgrade Cesium to version 1.81.0
  101. - Rewrite the HeatLayer
  102. #### Additions 🎉
  103. - Add dynamic layer
  104. - Add dynamic model and dynamic billbard
  105. - Add model management functions for model expansion and merging
  106. - Add daylight 、through-view function
  107. ### 2.1.4 - 2021-04-24
  108. #### Additions 🎉
  109. - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle
  110. - Add clipping module, including: globe clipping, terrain clipping
  111. - Add GroundSkyBox
  112. #### Fixes 🔧
  113. - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26)
  114. - Improve the position editor module
  115. - Fix the FeatureGridLayer show and hide issue
  116. ### 2.1.3 - 2021-04-17
  117. #### Additions 🎉
  118. - Open section Cesium internal functions
  119. - Add FeatureGridLayer
  120. #### Fixes 🔧
  121. - Fix the plot bugs[#24](https://github.com/dvgis/dc-sdk/issues/24)
  122. - Rewritten logo
  123. ### 2.1.2 - 2021-04-10
  124. #### Additions 🎉
  125. - Add DivIcon mouse-over and mouse-out functions
  126. - Add resolution and viewBounds properties
  127. #### Fixes 🔧
  128. - Fix the problem that AroundPoint and AroundView will be accelerated by multiple starts[#22](https://github.com/dvgis/dc-sdk/issues/22)
  129. - Fix the problem that mouse events do not work when the overlay is OSGB[#23](https://github.com/dvgis/dc-sdk/issues/23)
  130. ### 2.1.1 - 2021-04-06
  131. #### Fixes 🔧
  132. - Repair the problem that some modules version numbers are not uniform
  133. ### 2.1.0 - 2021-04-03
  134. #### Breaking Changes 📣
  135. - Upgrade Cesium to version 1.80.0
  136. #### Additions 🎉
  137. - Add GeoTools class, mainly using Turf for overlay related calculations
  138. #### Fixes 🔧
  139. - Modify the HtmlLayer set show error problem
  140. - Improve the authentication rules of accessToken
  141. ### 2.0.0 - 2021-03-27
  142. #### Breaking Changes 📣
  143. - Refactor the entire framework code and modularize the code
  144. - Consolidated previously scattered modules
  145. - Refactored the dependencies on DC in each module package
  146. - Redeveloped the user manual
  147. - Support for custom installation and full installation of DC
  148. #### Additions 🎉
  149. - Added token authentication function. Authentication can use some analysis and point editor functions
  150. - Add support for turf module, you can get turf by `const { turf } = DC.Namespace`.
  151. #### Fixes 🔧
  152. - Fix location bar time delay issue
  153. - Fixed the problem of invalid speed setting for radar scan material