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.1KB

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