| | |
| | | import TDT from './TDT' |
| | | import { LayerTopic } from './LayerTopic' |
| | | import { LayerBasin } from './layers/LayerBasin' |
| | | import { LayerEmergency } from './LayerEmergency' |
| | | import { LayerPlate } from './layers/LayerPlate' |
| | | |
| | | const curWwwPath = window.document.location.href |
| | | const pathname = window.document.location.pathname |
| | |
| | | IntranetBaseMaps: TDT.intranet, |
| | | InternetBaseMaps: TDT.internet, |
| | | Layers: { |
| | | LayerSewersLine: [LayerBasin, LayerTopic] |
| | | LayerSewersLine: [LayerBasin, LayerPlate, LayerTopic, LayerEmergency] |
| | | } // 污雨水图层配置 |
| | | } |
| | | |