Skip to content
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

低配置电脑(win7操作系统,集成显卡),l7绘制的图层,鼠标交互时,拿到的feature为 “null”。切换渲染引擎为 renderer: 'regl'后交互正常。已上传浏览器环境报告 #2652

Open
hehuasa opened this issue Dec 25, 2024 · 1 comment
Assignees

Comments

@hehuasa
Copy link

hehuasa commented Dec 25, 2024

问题描述

低配置电脑(win7操作系统,集成显卡),l7绘制的图层,鼠标交互时,拿到的feature为 “null”。切换渲染引擎为 renderer: 'regl'后交互正常。已上传浏览器环境报告
browserleaks-webgl-2024_12_25_12_48_56

重现链接

No response

重现步骤

No response

预期行为

No response

平台

  • 操作系统: [macOS, Windows, Linux, React Native ...]
  • 网页浏览器: [Google Chrome, Safari, Firefox]

屏幕截图或视频(可选)

No response

补充说明(可选)

No response

Copy link

在低配置电脑(如Win7操作系统,集成显卡)上使用antvis/L7时,出现鼠标交互时获取的feature为“null”的问题。切换渲染引擎为renderer: 'regl'后,交互正常。这可能是由于默认渲染引擎在低配置环境下的兼容性问题。

以下是一些可能的解决方案和建议:

  1. 使用regl渲染引擎:既然切换到renderer: 'regl'后问题解决,建议在低配置设备上默认使用regl渲染引擎。

  2. 更新显卡驱动:确保显卡驱动是最新的,因为旧的驱动可能会导致WebGL的兼容性问题。

  3. 检查WebGL支持:使用工具(如WebGL Report)检查浏览器对WebGL的支持情况,确保所有必要的功能都被支持。

  4. 浏览器更新:确保使用的是最新版本的浏览器,因为浏览器更新可能会修复一些与WebGL相关的问题。

如果问题依然存在,建议提供更多的环境信息和重现步骤,以便进一步分析和解决。

🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants