rc-bmap icon indicating copy to clipboard operation
rc-bmap copied to clipboard

当百度地图遇上React,会产生怎样的火花🔥 🎉欢迎您的加入🎉

Results 45 rc-bmap issues
Sort by recently updated
recently updated
newest added

示例地址以及api地址打不开了

Point接收的参数为两个Number类型,只需要判断是否为number类型就可以了,lng和lat在国外有为负数的情况,当前的判断有问题,如果出现负数会报错,而且只判断了lng,typeof返回的是字符串,lat永远都是true,下面的Size是同样的问题,只需要接收number类型的参数就足够了。 Bounds的sw和ne百度地图的文档是Point类型,现在是把他们当初number类型来判断。

用的版本还是o.2.4 在ie10上,设置坐标时,提示“无法获取未定义或null 引用的属性 getInstance” 这个应该是你里面的代码,在构造函数中使用了this.props的写法,在构造函数中直接使用props,没有这个问题,能否尽快提交个版本?

**Do you want to request a *feature* or report a *bug*?** **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce and...

为什么1.0版本后MarkerClusterer点聚合功能去掉了呢?

Bumps [acorn](https://github.com/acornjs/acorn) from 4.0.13 to 5.7.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=4.0.13&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

有没有鼠标绘制点线面的相关组件

使用ref.instance无法获取,getmapinstance也无法获取。好像源码里面直接返回的this.map也无法成功返回。

**Do you want to request a *feature* or report a *bug*?** 这是一个bug **What is the current behavior?** **If the current behavior is a bug, please provide the steps to reproduce...

求助:执行Marker点击事件时如何屏蔽Map的点击事件呢?