Browse Source

improve the plot #39

tags/2.3.1
Caven Chen 4 years ago
parent
commit
0a7a593e90
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/plot/Plot.js

+ 1
- 1
modules/plot/Plot.js View File

@@ -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
}

Loading…
Cancel
Save