react-bmap
react-bmap copied to clipboard
基于百度地图JavaScript API封装的React组件库
苹果13 pro ,safari浏览器,手机版本15.6. 问题:使用地图Marker打点,拖拽地图之后会出现Marker点位消失的情况, 地图版本3.0. 示例demo: http://81.68.75.77/map-demo/index.html http://81.68.75.77/map-demo/index2.html
 在react使用bmap渲染轨迹的时候,本地调用只显示收尾两个点和轨迹线,而且不管多少个点位都能进行正常的轨迹渲染(如图一),但是部署到服务器端上后,轨迹渲染收尾两个点样式不一样了,而且中间会多出来许多经停点(如图二),且轨迹点多于20个左右的时候,就无法绘制出轨迹了(如图三),其中图一与图三的数据一致,图二是图一数据的前一部分。请问这是什么原因呢? ` drawWay = (latlng: any[]) => { const { BMap, map } = this.props; var driving = new BMap.DrivingRoute(map, { renderOptions: { map: map, autoViewport: true }, });...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.4.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.4.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

 当center设置为‘汉中’,zoom设置为7的时候,zoom不生效