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

feat: 新增信息框组件 #13

Merged
merged 2 commits into from
Jun 16, 2022
Merged

feat: 新增信息框组件 #13

merged 2 commits into from
Jun 16, 2022

Conversation

lvisei
Copy link
Member

@lvisei lvisei commented Jun 16, 2022

PR includes

  • 新增信息框组件
  • 规范变量名称
  • documents, demos

@github-actions
Copy link

github-actions bot commented Jun 16, 2022

🎊 PR Preview 51ab01e has been successfully built and deployed to https://antvis-LarkMap-preview-pr-13.surge.sh

🕐 Build time: 210.094s

🤖 By surge-preview

@github-actions github-actions bot added feature and removed feature labels Jun 16, 2022
@lvisei lvisei requested a review from pearmini June 16, 2022 13:13
const [lngLat, setLngLat] = useState({ lng: 120.210792, lat: 30.246026 });
const onSceneLoaded = (scene) => {
scene.on('mousemove', (e) => {
const { lng, lat } = e.lnglat;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这位啥 e.lnglat 不是 e.lngLat?

@lvisei lvisei merged commit f35032d into main Jun 16, 2022
@lvisei lvisei deleted the feat/popup branch June 16, 2022 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants