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.

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