| @@ -1,5 +1,19 @@ | |||
| # Change Log | |||
| ### 2.1.4 - 2021-04-24 | |||
| #### Additions 🎉 | |||
| - Add map functions for creating TMS, Grid, Mapbox, MapboxStyle | |||
| - Add clipping module, including: globe clipping, terrain clipping | |||
| - Add GroundSkyBox | |||
| #### Fixes 🔧 | |||
| - Improve the plot module and fix the issue[#26](https://github.com/dvgis/dc-sdk/issues/26) | |||
| - Improve the position editor module | |||
| - Fix the FeatureGridLayer show and hide issue | |||
| ### 2.1.3 - 2021-04-17 | |||
| #### Additions 🎉 | |||
| @@ -5,11 +5,14 @@ | |||
| #### Additions 🎉 | |||
| - 添加创建TMS、Grid、Mapbox、MapboxStyle的地图函数 | |||
| - 添加剖切分析模块,包括:地球裁剪、地形裁剪、模型裁剪、Tiles裁剪 | |||
| - 添加剖切分析模块,包括:地球裁剪、地形裁剪 | |||
| - 添加近地天地盒 | |||
| #### Fixes 🔧 | |||
| - 完善标绘功能和解决issue[#26](https://github.com/dvgis/dc-sdk/issues/26) | |||
| - 完善模型位置编辑工具 | |||
| - 解决FeatureGridLayer显示和隐藏问题 | |||
| ### 2.1.3 - 2021-04-17 | |||