fix(scene): 地图panBy 方法

fix #536
This commit is contained in:
thinkinggis 2020-10-09 16:32:25 +08:00
parent 56c259e7f6
commit 8d73ca3f75
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class Scene
}
public panBy(pixel: Point): void {
this.mapService.panTo(pixel);
this.mapService.panBy(pixel);
}
public getContainer() {