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

CHANGES_en.md 7.5KB

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