| | |
| | | import * as L from 'leaflet' |
| | | import TDT from './TDT' |
| | | import { ServiceLayers, PointLayers } from './Layers' |
| | | import { LayerSewersLine, LayerSewersPoint } from './LayerSewers' |
| | | const curWwwPath = window.document.location.href |
| | | const pathname = window.document.location.pathname |
| | | const pos = curWwwPath.indexOf(pathname) |
| | |
| | | showBaseMapType: 1, // 1显示天地图,2显示arcgis地图 |
| | | IntranetBaseMaps: TDT.intranet, |
| | | InternetBaseMaps: TDT.internet, |
| | | ServiceLayers: ServiceLayers, |
| | | PointLayers: PointLayers |
| | | Layers: { LayerSewersLine: [LayerSewersLine], layerSewersPoint: LayerSewersPoint } // 污雨水图层配置 |
| | | } |
| | | |
| | | /** |
| | |
| | | mapOptions, |
| | | mapConfig, |
| | | TokenConfig, |
| | | |
| | | BLUEMAP_HOST |
| | | } |