低配置电脑(win7操作系统,集成显卡),l7绘制的图层,鼠标交互时,拿到的feature为 “null”。切换渲染引擎为 renderer: 'regl'后交互正常。已上传浏览器环境报告 #580
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add Assigness | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
add-assigness: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add assigness | |
uses: actions-cool/issues-helper@v3 | |
with: | |
actions: 'add-assignees' | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
assignees: 'lzxue,heiyexing,lvisei' | |
random-to: 1 |