-
Notifications
You must be signed in to change notification settings - Fork 634
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
Maximum call stack size exceeded #2202
Labels
Comments
hi @zyl-fz, welcome! |
什么情况下的保定错误,这个是 node 内存超出 |
使用了一个市级行政区较大的Polygon Geojson绘制线图层后,调用style或者color方法就会出现 |
我也出现同样的问题,我在codesandbox上写了个demo: |
感谢反馈,颜色更新报错 |
是不是只有数据量大的时候出问题?本地验证小数据没有问题 |
是的,小数据量没问题,我提供的数据就可以复现 |
感觉是面数据的点太多,造成递归栈溢出 |
21 tasks
对,只有数据点很多的时候才会出现 |
This was referenced Jan 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
使用了一个市级行政区较大的Polygon Geojson绘制线图层后,重新调用style或者color方法就会出现该报错
平台
操作系统: [Windows]
网页浏览器: [Google Chrome]
屏幕截图或视频(可选)
补充说明(可选)
The text was updated successfully, but these errors were encountered: