Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

4 роки тому
3 роки тому
3 роки тому
3 роки тому
3 роки тому
3 роки тому
3 роки тому
4 роки тому
3 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
4 роки тому
3 роки тому
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 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. # Change Log
  2. ### 2.11.0 - 2022-03-12
  3. #### Breaking Changes 📣
  4. - Upgrade Cesium to version 1.91.0
  5. #### Additions 🎉
  6. - Added support for MSAA (a type of anti-aliasing)
  7. - Added GPX layer
  8. - Added S3M layer (as a separate package)
  9. #### Fixes 🔧
  10. - Fixes node-sass installation issues
  11. ### 2.10.0 - 2022-02-20
  12. #### Breaking Changes 📣
  13. - Upgrade Cesium to version 1.90.0
  14. #### Additions 🎉
  15. - Added map filter color feature
  16. - Added framework support for vite
  17. #### Fixes 🔧
  18. - Fix Mapv module packaging issue
  19. ### 2.9.0 - 2022-02-08
  20. #### Breaking Changes 📣
  21. - Upgrade Cesium to version 1.90.0
  22. #### Additions 🎉
  23. - Added map filter color feature
  24. - Added framework support for vite
  25. #### Fixes 🔧
  26. - Fix Mapv module packaging issue
  27. ### 2.9.0 - 2022-01-08
  28. #### Breaking Changes 📣
  29. - Upgrade Cesium to version 1.89.0
  30. #### Additions 🎉
  31. - Added protocol parameter settings when creating partial map tiles
  32. - Add partial tool class name abbreviations
  33. #### Fixes 🔧
  34. - Solve the problem that right click menu content is still displayed when empty
  35. - Fix overlay style setting overlay issue
  36. - Solve the problem that some overlay setting labels are invalid
  37. ### 2.8.0 - 2021-12-04
  38. #### Breaking Changes 📣
  39. - Upgrade Cesium to version 1.88.0
  40. #### Additions 🎉
  41. - Add ground primitive layer
  42. - Add both replacement and append FS modes for 3Dtiles
  43. - Add water primitive holes param
  44. - Add hot layer support for classificationType
  45. #### Fixes 🔧
  46. - Improve the function of clearing or removing the primitive layer
  47. - Improve the history track function
  48. ### 2.7.0 - 2021-11-13
  49. #### Breaking Changes 📣
  50. - Upgrade Cesium to version 1.87.0
  51. #### Additions 🎉
  52. - Add overlay clouds
  53. - Add get LayerGroup function
  54. #### Fixes 🔧
  55. - Improve the plot module
  56. ### 2.6.1 - 2021-10-23
  57. #### Breaking Changes 📣
  58. - Upgrade Cesium to version 1.86.0
  59. #### Fixes 🔧
  60. - Improve the DivIcon style
  61. - Improve the Popup config
  62. - Improve the terrian name option [#74](https://github.com/dvgis/dc-sdk/pull/74)
  63. ### 2.6.0 - 2021-10-10
  64. #### Breaking Changes 📣
  65. - Upgrade Cesium to version 1.86.0
  66. #### Fixes 🔧
  67. - Improve the MapSwitch [#70](https://github.com/dvgis/dc-sdk/issues/70)
  68. - Improve the AroundView [#72](https://github.com/dvgis/dc-sdk/issues/72)
  69. ### 2.5.0 - 2021-09-04
  70. #### Breaking Changes 📣
  71. - Upgrade Cesium to version 1.85.0
  72. #### Fixes 🔧
  73. - Fix the problem that roaming cannot set parameters and the failed camera cannot move [#65](https://github.com/dvgis/dc-sdk/issues/65)
  74. - Fix the problem that the gradient setting of heat layer [#66](https://github.com/dvgis/dc-sdk/issues/66)
  75. - Improve the DivIcon style
  76. ### 2.4.2 - 2021-08-28
  77. #### Fixes 🔧
  78. - Hide the chart layer at the back [#55](https://github.com/dvgis/dc-sdk/issues/55)
  79. - Hide the div icon at the back [#56](https://github.com/dvgis/dc-sdk/issues/56)
  80. - Improve the position editor [#57](https://github.com/dvgis/dc-sdk/issues/57)
  81. - Improve the terrain clipping [#58](https://github.com/dvgis/dc-sdk/issues/58)
  82. ### 2.4.1 - 2021-08-21
  83. #### Additions 🎉
  84. - Add support for layer mouse events [#53](https://github.com/dvgis/dc-sdk/issues/54)
  85. - Add partial mouse default events [#54](https://github.com/dvgis/dc-sdk/issues/54)
  86. - Add function to get tile information
  87. #### Fixes 🔧
  88. - Improve the plot function
  89. ### 2.4.0 - 2021-08-07
  90. #### Breaking Changes 📣
  91. - Upgrade Cesium to version 1.84.0
  92. #### Additions 🎉
  93. - Add bounce primitive overlays
  94. - Add model collection primitive
  95. #### Fixes 🔧
  96. - Refine type property
  97. - Improve mouse event
  98. - Improve once event
  99. ### 2.3.2 - 2021-07-25
  100. #### Additions 🎉
  101. - Add model primitive to get node-related functions [#51](https://github.com/dvgis/dc-sdk/issues/51)
  102. #### Fixes 🔧
  103. - Improve the history track restore function [#50](https://github.com/dvgis/dc-sdk/issues/50)
  104. ### 2.3.1 - 2021-07-19
  105. #### Breaking Changes 📣
  106. - Refactored plotting function
  107. - Remove Position rounding function
  108. - Refine the infrastructure part of the script
  109. #### Additions 🎉
  110. - Add spatial measurement tools
  111. - Add the plotting tool module
  112. - Add function midCartesian to calculate the middle point of Cartesian3
  113. #### Fixes 🔧
  114. - Improve the Position copy function
  115. - Improve the model editing tool for 3dtiles position editing function
  116. - Improve the function area
  117. - Improve the function of calculating the point position of a sector
  118. ### 2.3.0 - 2021-07-03
  119. #### Breaking Changes 📣
  120. - Upgrade Cesium to version 1.83.0
  121. #### Additions 🎉
  122. - Add constants for mouse mode
  123. - Add property settings for globe terrain exaggeration
  124. #### Fixes 🔧
  125. - Improve the parsePositions for string coords
  126. ### 2.2.5 - 2021-06-26
  127. #### Additions 🎉
  128. - Adds line and face rotation conversion calculations
  129. #### Fixes 🔧
  130. - Improve the interpolation of history track
  131. - Improve the function of plot for above the overlay
  132. - Fix the problem of flickering when analyzing transformation parameters in the viewable field [#37](https://github.com/dvgis/dc-sdk/issues/37)
  133. - 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)
  134. ### 2.2.4 - 2021-06-12
  135. #### Breaking Changes 📣
  136. - Refactored the roaming function into first-person roaming and keyboard roaming [#34](https://github.com/dvgis/dc-sdk/issues/34)
  137. - Original roaming function becomes history track, refine its pause and play [#35](https://github.com/dvgis/dc-sdk/issues/35)
  138. #### Fixes 🔧
  139. - Improve heading function
  140. - Improve diffuse wall primitive
  141. - Fixes RadarScan missing Cesium issue [#33](https://github.com/dvgis/dc-sdk/issues/33)
  142. ### 2.2.3 - 2021-06-05
  143. #### Breaking Changes 📣
  144. - Modify the `CESIUM_BASE_URL` setting, which can be set via the global property `baseUrl`, which defaults to `. /libs/dc-sdk/resources/`
  145. #### Additions 🎉
  146. - Add various base primitive such as point, line, billboard, text
  147. - Add diffuse wall primitive
  148. #### Fixes 🔧
  149. - Improve the viewer destroy
  150. - Refine mouse and context-menu events for primitive
  151. ### 2.2.2 - 2021-05-29
  152. #### Additions 🎉
  153. - Open some Cesium internal properties
  154. - Add viewshed analysis
  155. - Add contour line analysis
  156. #### Fixes 🔧
  157. - Improve camera general tools
  158. - Improve the heading-pitch-roll setting of Tileset
  159. ### 2.2.1 - 2021-05-22
  160. #### Additions 🎉
  161. - Add camera video layer and plane video layer
  162. - Add plane video overlay
  163. - Add model primitive overlay
  164. #### Fixes 🔧
  165. - Improve the wind layer add fix the issue[#28](https://github.com/dvgis/dc-sdk/issues/28)
  166. - Repair the problem that the auxiliary view cone of video fusion function cannot be displayed[#29](https://github.com/dvgis/dc-sdk/issues/29)
  167. - Improve the video primitive
  168. - 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)
  169. ### 2.2.0 - 2021-05-09
  170. #### Breaking Changes 📣
  171. - Upgrade Cesium to version 1.81.0
  172. - Rewrite the HeatLayer
  173. #### Additions 🎉
  174. - Add dynamic layer
  175. - Add dynamic model and dynamic billbard
  176. - Add model management functions for model expansion and merging
  177. - Add daylight 、through-view function
  178. ### 2.1.4 - 2021-04-24
  179. #### Additions 🎉
  180. - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle
  181. - Add clipping module, including: globe clipping, terrain clipping
  182. - Add GroundSkyBox
  183. #### Fixes 🔧
  184. - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26)
  185. - Improve the position editor module
  186. - Fix the FeatureGridLayer show and hide issue
  187. ### 2.1.3 - 2021-04-17
  188. #### Additions 🎉
  189. - Open section Cesium internal functions
  190. - Add FeatureGridLayer
  191. #### Fixes 🔧
  192. - Fix the plot bugs[#24](https://github.com/dvgis/dc-sdk/issues/24)
  193. - Rewritten logo
  194. ### 2.1.2 - 2021-04-10
  195. #### Additions 🎉
  196. - Add DivIcon mouse-over and mouse-out functions
  197. - Add resolution and viewBounds properties
  198. #### Fixes 🔧
  199. - Fix the problem that AroundPoint and AroundView will be accelerated by multiple starts[#22](https://github.com/dvgis/dc-sdk/issues/22)
  200. - Fix the problem that mouse events do not work when the overlay is OSGB[#23](https://github.com/dvgis/dc-sdk/issues/23)
  201. ### 2.1.1 - 2021-04-06
  202. #### Fixes 🔧
  203. - Repair the problem that some modules version numbers are not uniform
  204. ### 2.1.0 - 2021-04-03
  205. #### Breaking Changes 📣
  206. - Upgrade Cesium to version 1.80.0
  207. #### Additions 🎉
  208. - Add GeoTools class, mainly using Turf for overlay related calculations
  209. #### Fixes 🔧
  210. - Modify the HtmlLayer set show error problem
  211. - Improve the authentication rules of accessToken
  212. ### 2.0.0 - 2021-03-27
  213. #### Breaking Changes 📣
  214. - Refactor the entire framework code and modularize the code
  215. - Consolidated previously scattered modules
  216. - Refactored the dependencies on DC in each module package
  217. - Redeveloped the user manual
  218. - Support for custom installation and full installation of DC
  219. #### Additions 🎉
  220. - Added token authentication function. Authentication can use some analysis and point editor functions
  221. - Add support for turf module, you can get turf by `const { turf } = DC.Namespace`.
  222. #### Fixes 🔧
  223. - Fix location bar time delay issue
  224. - Fixed the problem of invalid speed setting for radar scan material