Merge pull request #537 from antvis/chore_build_config

fix(scene): 地图panBy 方法
This commit is contained in:
@thinkinggis 2020-10-09 17:03:30 +08:00 committed by GitHub
commit ecc7a8e0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {