浏览代码

improve the plot #39

tags/2.3.1
Caven Chen 4 年前
父节点
当前提交
0a7a593e90
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/plot/Plot.js

+ 1
- 1
modules/plot/Plot.js 查看文件

@@ -57,7 +57,7 @@ class Plot {
this._editWorker = undefined
this._overlayLayer = new Cesium.CustomDataSource('plot-overlay-layer')
this._viewer.dataSources.add(this._overlayLayer)
this._anchorLayer = new Cesium.CustomDataSource('plot-overlay-layer')
this._anchorLayer = new Cesium.CustomDataSource('plot-anchor-layer')
this._viewer.dataSources.add(this._anchorLayer)
this._state = undefined
}

正在加载...
取消
保存