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.

CHANGES_en.md 4.3KB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. # Change Log
  2. ### 2.2.5 - 2021-06-26
  3. #### Additions 🎉
  4. - Adds line and face rotation conversion calculations
  5. #### Fixes 🔧
  6. - Improve the interpolation of history track
  7. - Improve the function of plot for above the overlay
  8. - Fix the bug that DivIcon can't get the current coordinate set to (0,0,0) by default.
  9. ### 2.2.4 - 2021-06-12
  10. #### Breaking Changes 📣
  11. - Refactored the roaming function into first-person roaming and keyboard roaming [#34](https://github.com/dvgis/dc-sdk/issues/34)
  12. - Original roaming function becomes history track, refine its pause and play [#35](https://github.com/dvgis/dc-sdk/issues/35)
  13. #### Fixes 🔧
  14. - Improve heading function
  15. - Improve diffuse wall primitive
  16. - Fixes RadarScan missing Cesium issue [#33](https://github.com/dvgis/dc-sdk/issues/33)
  17. ### 2.2.3 - 2021-06-05
  18. #### Breaking Changes 📣
  19. - Modify the `CESIUM_BASE_URL` setting, which can be set via the global property `baseUrl`, which defaults to `. /libs/dc-sdk/resources/`
  20. #### Additions 🎉
  21. - Add various base primitive such as point, line, billboard, text
  22. - Add diffuse wall primitive
  23. #### Fixes 🔧
  24. - Improve the viewer destroy
  25. - Refine mouse and context-menu events for primitive
  26. ### 2.2.2 - 2021-05-29
  27. #### Additions 🎉
  28. - Open some Cesium internal properties
  29. - Add viewshed analysis
  30. - Add contour line analysis
  31. #### Fixes 🔧
  32. - Improve camera general tools
  33. - Improve the heading-pitch-roll setting of Tileset
  34. ### 2.2.1 - 2021-05-22
  35. #### Additions 🎉
  36. - Add camera video layer and plane video layer
  37. - Add plane video overlay
  38. - Add model primitive overlay
  39. #### Fixes 🔧
  40. - Improve the wind layer add fix the issue[#28](https://github.com/dvgis/dc-sdk/issues/28)
  41. - Repair the problem that the auxiliary view cone of video fusion function cannot be displayed[#29](https://github.com/dvgis/dc-sdk/issues/29)
  42. - Improve the video primitive
  43. - 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)
  44. ### 2.2.0 - 2021-05-09
  45. #### Breaking Changes 📣
  46. - Upgrade Cesium to version 1.81.0
  47. - Rewrite the HeatLayer
  48. #### Additions 🎉
  49. - Add dynamic layer
  50. - Add dynamic model and dynamic billbard
  51. - Add model management functions for model expansion and merging
  52. - Add daylight 、through-view function
  53. ### 2.1.4 - 2021-04-24
  54. #### Additions 🎉
  55. - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle
  56. - Add clipping module, including: globe clipping, terrain clipping
  57. - Add GroundSkyBox
  58. #### Fixes 🔧
  59. - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26)
  60. - Improve the position editor module
  61. - Fix the FeatureGridLayer show and hide issue
  62. ### 2.1.3 - 2021-04-17
  63. #### Additions 🎉
  64. - Open section Cesium internal functions
  65. - Add FeatureGridLayer
  66. #### Fixes 🔧
  67. - Fix the plot bugs[#24](https://github.com/dvgis/dc-sdk/issues/24)
  68. - Rewritten logo
  69. ### 2.1.2 - 2021-04-10
  70. #### Additions 🎉
  71. - Add DivIcon mouse-over and mouse-out functions
  72. - Add resolution and viewBounds properties
  73. #### Fixes 🔧
  74. - Fix the problem that AroundPoint and AroundView will be accelerated by multiple starts[#22](https://github.com/dvgis/dc-sdk/issues/22)
  75. - Fix the problem that mouse events do not work when the overlay is OSGB[#23](https://github.com/dvgis/dc-sdk/issues/23)
  76. ### 2.1.1 - 2021-04-06
  77. #### Fixes 🔧
  78. - Repair the problem that some modules version numbers are not uniform
  79. ### 2.1.0 - 2021-04-03
  80. #### Breaking Changes 📣
  81. - Upgrade Cesium to version 1.80.0
  82. #### Additions 🎉
  83. - Add GeoTools class, mainly using Turf for overlay related calculations
  84. #### Fixes 🔧
  85. - Modify the HtmlLayer set show error problem
  86. - Improve the authentication rules of accessToken
  87. ### 2.0.0 - 2021-03-27
  88. #### Breaking Changes 📣
  89. - Refactor the entire framework code and modularize the code
  90. - Consolidated previously scattered modules
  91. - Refactored the dependencies on DC in each module package
  92. - Redeveloped the user manual
  93. - Support for custom installation and full installation of DC
  94. #### Additions 🎉
  95. - Added token authentication function. Authentication can use some analysis and point editor functions
  96. - Add support for turf module, you can get turf by `const { turf } = DC.Namespace`.
  97. #### Fixes 🔧
  98. - Fix location bar time delay issue
  99. - Fixed the problem of invalid speed setting for radar scan material