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.

CHANGES_en.md 11KB

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