dvgis / dc-sdk

DC-SDK is based on the open source project Cesium for the second development of two three-dimensional WebGis application framework , the framework optimizes the use of Cesium and adds some additional features , designed for developers to quickly build WebGis application.🌎

Home Page:http://dc.dvgis.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

抛物线处理方法DC.Math.parabola尾部处理异常

Gxiaodan opened this issue · comments

函数处理完成之后抛物线尾部是离地状态
建议在遍历完成之后,手动将尾部数据加上去,这样可以解决
result.push([endPosition.lng, endPosition.lat, 0])

是的 得加上结束位置

代码已更新