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 2.0KB

hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
hace 4 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Change Log
  2. ### 2.1.4 - 2021-04-24
  3. #### Additions 🎉
  4. - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle
  5. - Add clipping module, including: globe clipping, terrain clipping
  6. - Add GroundSkyBox
  7. #### Fixes 🔧
  8. - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26)
  9. - Improve the position editor module
  10. - Fix the FeatureGridLayer show and hide issue
  11. ### 2.1.3 - 2021-04-17
  12. #### Additions 🎉
  13. - Open section Cesium internal functions
  14. - Add FeatureGridLayer
  15. #### Fixes 🔧
  16. - fix the plot bugs[#24](https://github.com/dvgis/dc-sdk/issues/24)
  17. - rewritten logo
  18. ### 2.1.2 - 2021-04-10
  19. #### Additions 🎉
  20. - Add DivIcon mouse-over and mouse-out functions
  21. - Add resolution and viewBounds properties
  22. #### Fixes 🔧
  23. - Fix the problem that AroundPoint and AroundView will be accelerated by multiple starts[#22](https://github.com/dvgis/dc-sdk/issues/22)
  24. - Fix the problem that mouse events do not work when the overlay is OSGB[#23](https://github.com/dvgis/dc-sdk/issues/23)
  25. ### 2.1.1 - 2021-04-06
  26. #### Fixes 🔧
  27. - Repair the problem that some modules version numbers are not uniform
  28. ### 2.1.0 - 2021-04-03
  29. #### Breaking Changes 📣
  30. - Upgrade Cesium to version 1.80.0
  31. #### Additions 🎉
  32. - Add GeoTools class, mainly using Turf for overlay related calculations
  33. #### Fixes 🔧
  34. - Modify the HtmlLayer set show error problem
  35. - Improve the authentication rules of accessToken
  36. ### 2.0.0 - 2021-03-27
  37. #### Breaking Changes 📣
  38. - Refactor the entire framework code and modularize the code
  39. - Consolidated previously scattered modules
  40. - Refactored the dependencies on DC in each module package
  41. - Redeveloped the user manual
  42. - Support for custom installation and full installation of DC
  43. #### Additions 🎉
  44. - Added token authentication function. Authentication can use some analysis and point editor functions
  45. - Add support for turf module, you can get turf by `const { turf } = DC.Namespace`.
  46. #### Fixes 🔧
  47. - Fix location bar time delay issue
  48. - Fixed the problem of invalid speed setting for radar scan material