-
package.json中路径是"types": "dist/types/index.d.ts",
实际应该是 types/bmapgl/index.d.ts
vscode报 找不到命名空间BMapGL
-
### Version
4.8.0
### Steps to reproduce
let bMap = MyCharts.getModel().getComponent('bmap').getBMap();
bMap.setHeading(64.5);
bMap.setTilt(73);
### What is expected?
请问那个版本的eachrts ,使用bMa…
-
想问下作者有提供方法,创建Point类型的点么,在做跳转其他经纬度点的时候发现,不能通过new BMap.Point创建点,有提供类似方法吗?
-
```JavaScript
const BMapGL = (window as any).BMapGL
const map = new BMapGL.Map('map_container')
```
如代码所示,子应用是这么用的,但是接入主应用以后,会报错,Uncaught (in promise) TypeError: Cannot read properties of unde…
-
**描述bug**
子应用加载三方js 只有部分功能,加载三方css 不成功
**如何复现**
给出详细的复现步骤
直接运行demo
**错误截图**
主应用有问题,比如地图无法拖拽 显示不正确
![image](https://user-images.githubusercontent.com/6800546/195269043-ad748787-64bc-4e67…
-
下载了npm install react-bmapgl --save
启动时候报错 Uncaught ReferenceError: BMapGL is not defined
index.html 已配置密钥
-
`const bounds = new window.BMapGL.Bounds(
new window.BMapGL.Point(79.031845, 23.07253),
new window.BMapGL.Point(139.522157, 58.525824),
);
map.setBounds(bounds);`
htyaw updated
2 years ago
-
react-bmapgl 下载完后,
html 存放
statr后 一直报这个错 请问是什么情况呢
![1657011841358](https://user-images.githubusercontent.com/80231740/177292154-3e083b38-1c61-4ed5-9bde-b3caa440d58f.png)
![1657011866994](https://…
-
使用 BMapGL 报未定义,想知道 在哪个回调,或者在哪里使用才可以使用原生的sdk
-
版本号
"react-bmapgl": "^0.1.28"
![image](https://user-images.githubusercontent.com/27947842/149706534-addc0689-416a-4068-9788-b12601a579b7.png)
![image](https://user-images.githubusercontent.co…