| | |
| | | fill: Cesium.Color.fromCssColorString(config.fillColor).withAlpha(config.fillAlpha), |
| | | clampToGround: true, |
| | | }) |
| | | boundarySource.name = 'jaBoundarySource' |
| | | viewer.dataSources.add(boundarySource) |
| | | |
| | | const lineSource = new Cesium.CustomDataSource('jaBoundaryLineSource') |
| | |
| | | }, |
| | | }) |
| | | }) |
| | | lineSource.name = 'jaBoundaryLineSource' |
| | | viewer.dataSources.add(lineSource) |
| | | |
| | | const labelSource = new Cesium.CustomDataSource('jaBoundaryLabelSource') |
| | |
| | | }, |
| | | }) |
| | | }) |
| | | labelSource.name = 'jaBoundaryLabelSource' |
| | | viewer.dataSources.add(labelSource) |
| | | |
| | | if (config.zoomTo) { |