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

scene + Choroplet dblclick error #1884

Closed
Peter-FrontEnd opened this issue Sep 20, 2023 · 5 comments
Closed

scene + Choroplet dblclick error #1884

Peter-FrontEnd opened this issue Sep 20, 2023 · 5 comments
Assignees
Labels
good first issue Good for newcomers 👀 need more info issue 需要提供更多描述信息

Comments

@Peter-FrontEnd
Copy link

this.ChoroplethDom.on('loaded',()=>{

      this.ChoroplethDom.on('fillAreaLayer:click',(e)=>{
        console.log(e,'e');
      })
      this.ChoroplethDom.on('fillAreaLayer:dblclick',(e)=>{
        console.log(e,'e dblclick');
      })

})

辛苦帮忙看下 这个双击时间有什么问题吗? 不知道为啥不可以像click事件一样返回feature

@github-actions
Copy link
Contributor

hi @Peter-FrontEnd, welcome!

@github-actions github-actions bot added the good first issue Good for newcomers label Sep 20, 2023
@lzxue
Copy link
Contributor

lzxue commented Sep 20, 2023

@lvisei 看一下

@lzxue lzxue added the 👀 need more info issue 需要提供更多描述信息 label Sep 20, 2023
@github-actions
Copy link
Contributor

Hello @Peter-FrontEnd. Please provide a online reproduction by forking codesandbox of @antv/l7 demo template Issues labeled by Need Reproduce will be closed if no activities in 3 days.

你好 @Peter-FrontEnd, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击这里创建一个 @antv/l7 demo 模板 3 天内未跟进此 issue 将会被自动关闭。

@lvisei
Copy link
Member

lvisei commented Sep 20, 2023

升级 L7Plot 至 0.5.6 @Peter-FrontEnd

@Peter-FrontEnd
Copy link
Author

@lvisei 好了 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers 👀 need more info issue 需要提供更多描述信息
Projects
None yet
Development

No branches or pull requests

3 participants