Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CHANGES_en.md 12KB

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