-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
绘制圆数据在缩放小于等于 11 时渲染变形 #2590
Comments
相同的其他类型的图形在这个情况也会出现问题,比如绘制的正方形,在缩放小于等于11的时候会变成矩形等等 |
提供一个数据~ |
@lvisei 请查收 2、补充的正方形的geo数据,在缩放小于等于11时明显变成矩形: 3、同理,其他类型的图形也如此:
|
排查下来大层级,数据精度丢失的原因,内部逻辑大于 12 使用了双精度偏移坐标,小于 12 层级出现数据绘制变形,具体看怎么优化这个逻辑。 https://github.com/antvis/L7/blob/master/packages/maps/src/lib/base-map.ts#L87-L92 |
@lvisei 哈喽,大佬,打扰了。这个问题现在有什么临时的解决方案吗?还是需要等项目成员来修复这个BUG才可以? |
目前还没有找到方案 |
问题描述
绘制圆数据在缩放小于等于 11 时,渲染成椭圆
重现链接
No response
重现步骤
预期行为
No response
平台
No response
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: