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