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.🌎
http://dc.dvgis.cn
Apache License 2.0
823 stars 256 forks source link

风场渲染问题 #96

Open pygo1 opened 2 years ago

pygo1 commented 2 years ago
image

风场渲染在2d模式下,动画不完整,并且会有线条闪烁。 复现: http://dc.dvgis.cn/#/editor?type=datav&example=wind 在这里修改:

image
pygo1 commented 2 years ago

这个问题是不考虑修复吗?

pygo1 commented 2 years ago

@cavencj 这个问题是不考虑修复吗

cavencj commented 2 years ago

@pygo1 目前尚无解决方案,后期如果找到了会解决的

pygo1 commented 2 years ago

已经解决了,横线问题根本原因是跨经度 在2d模式下需要限制;2d有部分绘制空白是因为 intersectsCoordinate函数的问题,在2d模式下 直接return true即可

image

@cavencj

cavencj commented 2 years ago

好的 我这边看下