-
**maptalks's version and what browser you use?**
* maptalks `v0.40.2`
* chrome `67.0.3396.62`
**Issue description**
vue 或者 react
``` jsx
import * as maptalks from 'maptalks'
```
![image](…
-
```
constructor(props) {
super(props);
const longitude = this.props.viewportLongitude;
const latitude = this.props.viewportLatitude;
this.option = {
title: {
…
-
使用自带map(非bmap)时仅显示南海诸岛区域,且提示map china不存在
如题。运行代码结果如下:
![Uploading 屏幕快照 2017-05-31 16.30.07.png…]()
用“显示页面源文件”查看时还提示map china does not exist。
代码是按照http://echarts.baidu.com/demo.html#heatmap…
-
```
constructor(props) {
super(props);
const longitude = this.props.viewportLongitude;
const latitude = this.props.viewportLatitude;
this.option = {
title: {
t…
-
@terence55
In the example [here](https://github.com/terence55/react-baidu-maps/blob/master/samples/src/components/AsyncDemo.js) we have to use `componentDidMount` to set the pan value after a timeou…
markv updated
6 years ago
-
代码中的控件类型怎么设置,比如NavigationControlType=BMAP_NAVIGATION_CONTROL_PAN,在react中怎么写呢
-
- **Etcher version: 1.1.2
- **Operating system and architecture: Windows 7 Pro 32Bit
- **Image flashed: piaware-sd-3.5.0
- **Do you see any meaningful error information in the DevTools?: Function.p…
-
If Marker contains children, BMap.Marker is not created and`bindEvent` is not called.
https://github.com/huiyan-fe/react-bmap/blob/1d4a00565b98da9378e0c54e6a6281313061fca2/src/components/marker.js#…
-
http://developer.baidu.com/map/jsdemo.htm#c1_15
像这个Demo里面的
`heatmapOverlay = new BMapLib.HeatmapOverlay({"radius":20});`
`map.addOverlay(heatmapOverlay);`
`heatmapOverlay.setDataSet({data:points,m…
-
根据起点终点规划驾车路线