Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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