Skip to content

Commit

Permalink
docs: update note
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei authored Dec 19, 2024
1 parent 9045e5b commit 0924014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/li-editor/src/services/app-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class AppService {
}

/**
* 获取地图实例
* 获取图层实例
*/
public getInstanceLayerById(id: string) {
const { layersStore } = this.runtimeApp.stateManager;
Expand Down Expand Up @@ -230,7 +230,7 @@ class AppService {
}

/**
* 获取地图当前视野信息
* 获取地图实例
*/
public getSceneInstance() {
const { mapStore } = this.runtimeApp.stateManager;
Expand Down

0 comments on commit 0924014

Please sign in to comment.