| | |
| | | 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 |
| | |
| | | minZoom: 3, |
| | | maxZoom: 17, |
| | | // center: [26, 104], |
| | | // center: [34.828558921813965, 117.41676807403564], |
| | | // zoom: 5, |
| | | center: [32.25853085517883, 118.78592848777771], |
| | | zoom: 16, |
| | | center: [34.828558921813965, 117.41676807403564], |
| | | zoom: 5, |
| | | // center: [39.907214641571045, 116.39019012451172], |
| | | // zoom: 16, |
| | | worldCopyJump: true, |
| | | inertia: true, |
| | | zoomControl: false, |
| | |
| | | IntranetBaseMaps: TDT.intranet, |
| | | InternetBaseMaps: TDT.internet, |
| | | Layers: { |
| | | LayerSewersLine: [LayerBasin, LayerTopic, LayerEmergency] |
| | | LayerSewersLine: [LayerBasin, LayerPlate, LayerTopic, LayerEmergency] |
| | | } // 污雨水图层配置 |
| | | } |
| | | |