| | |
| | | initOlMap() { |
| | | |
| | | |
| | | var val = 'http://{host}/LFData/2d/tiles/img/{z}/{x}/{y}.png'; |
| | | var val = '{host}/LFData/2d/tiles/img/{z}/{x}/{y}.png';
|
| | | if (val.indexOf('{host}') > -1) { |
| | | val = val.replace("{host}", iisHost) |
| | | } |
| | |
| | | this.closePipelinePop(); |
| | | if (this.isContrastFlag == false) { |
| | | this.isContrastFlag = true; |
| | | var localUrl = 'http://{host}/LFData/2d/tiles/img/{z}/{x}/{y}.png' |
| | | var localUrl = '{host}/LFData/2d/tiles/img/{z}/{x}/{y}.png'
|
| | | localUrl = localUrl.replace("{host}", iisHost) |
| | | window.contRastLayer = Viewer.imageryLayers.addImageryProvider( |
| | | new Cesium.UrlTemplateImageryProvider({ |