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

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