Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

CHANGES_en.md 5.3KB

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