Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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