Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

CHANGES_en.md 6.7KB

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