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

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