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

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