mirror of https://gitee.com/antv-l7/antv-l7
Merge pull request #537 from antvis/chore_build_config
fix(scene): 地图panBy 方法
This commit is contained in:
commit
ecc7a8e0b8
|
@ -294,7 +294,7 @@ class Scene
|
|||
}
|
||||
|
||||
public panBy(pixel: Point): void {
|
||||
this.mapService.panTo(pixel);
|
||||
this.mapService.panBy(pixel);
|
||||
}
|
||||
|
||||
public getContainer() {
|
||||
|
|
Loading…
Reference in New Issue