Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CHANGE.md 689B

il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
il y a 5 ans
1234567891011121314151617181920212223242526272829
  1. # 更新
  2. ## 1.02
  3. ### 2020-4-24
  4. > 1. 重构热区图层
  5. > 2. 添加覆盖物 id 属性,可通过 id 获取覆盖物
  6. > 3. 规范方法名的编写格式
  7. ## 1.01
  8. ### 2020-04-22
  9. > 1. 将 Cesium 单独拆分,作为 dc-base
  10. > 2. 修复全局鼠标无法是使用的 bug
  11. > 3. 修改除了 dc-base 外模块包的导入方式
  12. > 4. 修改获取原生 Cesium 的方式
  13. ## 1.0
  14. ### 2020-04-18
  15. > 1. 完成 3D 场景的创建
  16. > 2. 3D 场景的设置,包括:相机的设置,地球的设置,场景的设置等
  17. > 3. 图层的管理,包括:状态、添加、删除
  18. > 4. 覆盖物的管理,包括:状态、事件、添加、删除
  19. > 5. 效果的管理
  20. > 6. 基本后期的添加